summaryrefslogtreecommitdiff
path: root/graphics/xpm
AgeCommit message (Collapse)AuthorFilesLines
2002-09-01The "Xpm" library is distributed with Solaris 9. Handle this case liketron3-8/+20
XFree86 4.x and don't install the package.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-7/+57
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-06-26Add new private variables _REQUIRE_BUILTIN_* that can be used to specifyjlam1-3/+3
that the headers/libraries must be part of the standard X11 distribution or else they aren't symlinked into ${BUILDLINK_DIR}. These are meant to be used only by x11-links, and is to allow x11-links to contain all of the parts of the standard X11 distribution.
2002-05-24Revert previous change - Martin already made a much cleaner fix for this.agc2-12/+3
2002-05-24Apply fix from Lloyd Parkes <lloyd@must-have-coffee.gen.nz> in PRagc2-3/+12
16421 which recognises properly that sparc64 is a 64-bit architecture.
2002-05-12Add a missing include, so all 64bit archs are recognized correctly.martin2-1/+14
Closes PR 16421 by Lloyd Parkes.
2002-04-14The man pages haven't been compressed by default on NetBSD for a long time.fredb1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-30Update MASTER_SITES, inspired by pkg/13828 by Kevin Lo.wiz1-2/+3
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-2/+1
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-08Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-07Fix typo in last commit.tron1-2/+2
2001-07-07Check if "${X11BASE}/lib/X11/config/X11.tmpl" before searching withtron1-2/+3
"grep" in it to avoid problems under Solaris.
2001-07-06Install "Xpm.h" to "include/X11" instead of "include/X11/X11" undertron5-16/+18
OpenWindows to avoid build lossage in several packages.
2001-07-02Copy the checks for built-in freetype2 and xpm into the buildlink.mk filesjlam1-3/+15
as they can't always use the logic in bsd.prefs.mk.
2001-07-02Instead of double-listing files in both X11BASE and LOCALBASE, usejlam1-19/+16
HAVE_BUILTIN_XPM to figure out where it's installed and set the BUILDLINK_PREFIX directly. Remove unnecessary USE_XPM as we use do the check for Xpm ourselves.
2001-07-02Make check for Xpm in XFree86 look like the checks for Mesa and freetype2.jlam1-8/+6
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-17Rename xpm-{1,2} to xpm-{x11base,localbase} to be more informative.jlam1-14/+14
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+43
2001-06-09Solve problem caused by "xpkwedge" support showing up under Solaris in atron2-11/+12
better way. Patch supplied by Johnny C. Lam in private e-mail.
2001-06-08Fix path of include files on systems using OpenWindows.tron2-3/+9
2001-06-08Fix broken "xpkwedge" patch which unconditionally modifiestron2-8/+10
"USRLIBDIRPATH" causing build problems under Solaris.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
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?)