gpo.zugaina.org

Search Portage & Overlays:

sci-libs/pgplot

FORTRAN/C device-independent scientific graphic library

Screenshots

  • pgplot-5.2.2-r99
    ~amd64 ~arm ~ppc ~x86
    doc motif static-libs tk

    View      Download      Browse     License: free-noncomm   
    Overlay: stuff
  • pgplot-5.2.2-r99
    ~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux
    doc motif static-libs tk

    View      Download      Browse     License: free-noncomm   
    Overlay: AstroFloyd
  • pgplot-5.2.2-r9
    amd64 ~arm ~ppc ~x86
    doc motif static-libs tk

    View      Download      Browse     License: free-noncomm   
    Overlay: gentoo
  • pgplot-5.2.2-r8
    amd64 ~arm ~ppc ~x86
    doc motif static-libs tk

    View      Download      Browse     License: free-noncomm   
    Overlay: gentoo

ChangeLog

commit 284fa0f60f508c7be062e7b45c2ebbd499d96507
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 23:50:22 2026 +0200

sci-libs/pgplot: update HOMEPAGE to sites.astro.caltech.edu

The www.astro.caltech.edu/~tjp/pgplot/ host now permanently redirects
to sites.astro.caltech.edu (caltech IT migration). Point HOMEPAGE at
the new canonical location so pkgcheck stops flagging RedirectedUrl.

commit b85f69f0eedff09a704f5f0e4d7684810510c628
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 23:04:57 2026 +0200

sci-libs/pgplot: fork ::gentoo-r9 as -r99 with -std=gnu89 fix

::gentoo's sci-libs/pgplot-5.2.2-r9 builds with the C compiler default, which on gcc
16 (-std=gnu23) rejects K&R-style prototypes in drivers/figdisp_comm.c (e.g. 'void
figdisp_convbufout();' followed by two-arg calls). Fork the ebuild as -r99 and add
'append-cflags -std=gnu89' in src_configure so K&R survives. Patches and Manifest
DIST hash match ::gentoo verbatim. Drop this fork once ::gentoo lands an equivalent
fix.