Subject: CVS commit: pkgsrc/graphics/pixmap
From: Niclas Rosenvik
Date: 2024-12-04 11:40:37
Message id: 20241204104037.AF308FC1C@cvs.NetBSD.org

Log Message:
graphics/pixmap: Fix build with newer libxpm
libXpm version 3.5.17 and above hides the
xpm* functions like xpmReadRgbNames that
pixmap uses. Solve this by compiling rgb.c
from libxpm with pixmap. The function names
have been altered to not conflict the the
functions in libxpm in versions where they
are not hidden.

Files:
RevisionActionfile
1.37modifypkgsrc/graphics/pixmap/Makefile
1.5modifypkgsrc/graphics/pixmap/PLIST
1.12modifypkgsrc/graphics/pixmap/distinfo
1.2modifypkgsrc/graphics/pixmap/patches/patch-Pixmap.c
1.8modifypkgsrc/graphics/pixmap/patches/patch-ac
1.1addpkgsrc/graphics/pixmap/files/COPYRIGHT.rgb
1.1addpkgsrc/graphics/pixmap/files/rgb.c
1.1addpkgsrc/graphics/pixmap/files/rgb.h