summaryrefslogtreecommitdiff
path: root/graphics/xpm
AgeCommit message (Collapse)AuthorFilesLines
2004-05-22Unused.wiz1-46/+0
2004-05-20drop the minimum required version of built-in xpm to 3.4. this isgrant1-8/+6
actually still more strict than the buildlink2 behaviour (which would allow any version), but at least packages requiring xpm can now build again with builtin xpm on non-XFree86 platforms.
2004-05-15clean up, do away with lots of blank lines, |fmt 70 75.grant1-18/+10
2004-05-15use PKGBASE instead of PKGNAME if we detect builtin xpm.grant1-3/+3
2004-04-24Set BUILDLINK_PREFIX.xpm to ${X11BASE} if we're using builtin xpm.snj1-1/+5
Closes PR pkg/25302.
2004-04-22Enable pkgviews installation.minskim1-1/+3
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam2-11/+5
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-10Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN.jlam1-4/+4
2004-03-10Split out the code that deals with checking whether the software isjlam2-83/+81
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-3/+3
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-4/+8
2004-01-24Using xpm implies using X11.jlam1-1/+2
2004-01-21On IRIX systems, assume that Xpm is built-in.jlam1-1/+3
2004-01-21Remove comment I accidentally left in this file during bl3ification thatjlam1-2/+2
enabled me to test this on a NetBSD system.
2004-01-05bl3ifyjlam1-20/+7
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-18/+17
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2003-09-30Match the buildlink3.mk guidelines set out in revision 1.22 ofjlam1-5/+4
bsd.buildlink3.mk.
2003-09-30Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guardsjlam1-9/+17
to protect more parts of buildlink3.mk files against multiple inclusion.
2003-09-28Rewrite buildlink3.mk files to match the updated buildlink3.mk templatejlam1-7/+8
in bsd.buildlink3.mk: the *_BUILDLINK3_MK multiple inclusion guards are removed and we ensure that things that should be defined only once really are defined only once by using section-specific or variable-specific guards.
2003-09-14Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may bejlam1-1/+3
satisfied by a base system (X11R6) component.
2003-09-13Need to use :C instead of :S to get the "pop" action to work properly.jlam1-2/+2
2003-09-05Move BUILDLINK_CHECK_BUILTIN.<pkg> documentation into bsd.buildlink3.mk.jlam1-6/+1
2003-09-02Add some buildlink3.mk files needed by x11-links>=0.13.jlam1-0/+84
2003-08-11Indent a bit. It's a bit clearer this way, isn't it?seb1-7/+7
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-12IRIX has it's own xpm.jschauma1-2/+5
2003-03-13Bump BUILDLINK_DEPENDS.xpm from "xpm-3.4k" to "xpm>=3.4k" so that pkgsatatat1-2/+2
that depend on xpm don't get lost trying to install xpm-3.4knb1 when xpm-3.4knb1 is already installed (because they think they need xpm-3.4k because that's what the buildlink file said). Suggested by the wiz.
2003-03-02Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-4/+5
portable. Bump PKGREVISION accordingly.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-11-15Use some indentation to make this easier to read.jlam1-5/+5
2002-10-28This file was removed on rev 1.14. I don't know why cvs re-added it insteadbouyer1-57/+0
of aborting because of the conflict.
2002-10-27On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists.bouyer2-2/+59
2002-10-10Unused.wiz1-57/+0
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