summaryrefslogtreecommitdiff
path: root/graphics/xpm
AgeCommit message (Collapse)AuthorFilesLines
2001-01-14Create missing softlink "libXpm.so.4" manually under Solaris.tron1-2/+10
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-25Optimize last change a bit.tron1-4/+3
2000-11-25Don't build the "xpm" package on systems with XFree86 4.0 or newertron1-1/+9
installed because it includes the "Xpm" library.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-31make sure we apply OSF/DUh/Tru64 UNIX parts of Imakefiles only on thosemrg2-1/+15
platforms (ie, not just `AlphaArchitecture'). this showed up under xpkgwedge where it was attempting to link in -lXext but not finding it.
1999-10-05Make this work with xpkgwedge/USE_LOCALBASE_FOR_X11.jlam2-1/+17
1999-07-09Add package patch-sum filesagc1-0/+3
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-15Use automatic shared object handlingagc2-7/+2
1998-07-04Update to 3.4k.mycroft4-31/+18
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf2-5/+5
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-24portlint: /usr/bin/truehubertf1-3/+3
1998-01-24portlint: fix RCS Id, add MAINTAINER, ldconfig||truehubertf1-2/+4
1997-12-02remove ranlib, fix ldconfighubertf1-1/+2
1997-11-30 - Remove ranlib from PLIST file so pkg_delete don't whine becausehubertf2-5/+4
of different MD5 checksum; Fixes PR pkg/4609 by Matthias Scheler <tron@lyssa.owl.de> - change "ldconfig" to "ldconfig .. || true" to work around missing ldconfig on alpha (and others?)
1997-11-06Add a patch for NetBSD to:agc1-0/+26
+ set correct path for xpm.h + force building and installation of static libXpm.a
1997-11-06Correct name and path of sxpm manual page.agc1-2/+2
1997-11-06Add a pre-formatted manual page definition for sxpm.agc1-1/+3
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-06Add NetBSD RCS Id.agc1-0/+1
1997-10-06Initial import of FreeBSD graphics ports into the NetBSD packagesagc5-0/+45
system.