Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-16 | Incorporate security fixes of X.Org X11R6.8.1. | minskim | 12 | -13/+452 | |
Bump PKGREVISION. | |||||
2004-05-22 | Unused. | wiz | 1 | -46/+0 | |
2004-05-20 | drop the minimum required version of built-in xpm to 3.4. this is | grant | 1 | -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-15 | clean up, do away with lots of blank lines, |fmt 70 75. | grant | 1 | -18/+10 | |
2004-05-15 | use PKGBASE instead of PKGNAME if we detect builtin xpm. | grant | 1 | -3/+3 | |
2004-04-24 | Set BUILDLINK_PREFIX.xpm to ${X11BASE} if we're using builtin xpm. | snj | 1 | -1/+5 | |
Closes PR pkg/25302. | |||||
2004-04-22 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 2 | -11/+5 | |
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly. | |||||
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-10 | Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN. | jlam | 1 | -4/+4 | |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -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-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -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-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -4/+8 | |
2004-01-24 | Using xpm implies using X11. | jlam | 1 | -1/+2 | |
2004-01-21 | On IRIX systems, assume that Xpm is built-in. | jlam | 1 | -1/+3 | |
2004-01-21 | Remove comment I accidentally left in this file during bl3ification that | jlam | 1 | -2/+2 | |
enabled me to test this on a NetBSD system. | |||||
2004-01-05 | bl3ify | jlam | 1 | -20/+7 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-05 | Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. | jlam | 1 | -18/+17 | |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 | |
2003-09-30 | Match the buildlink3.mk guidelines set out in revision 1.22 of | jlam | 1 | -5/+4 | |
bsd.buildlink3.mk. | |||||
2003-09-30 | Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guards | jlam | 1 | -9/+17 | |
to protect more parts of buildlink3.mk files against multiple inclusion. | |||||
2003-09-28 | Rewrite buildlink3.mk files to match the updated buildlink3.mk template | jlam | 1 | -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-14 | Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may be | jlam | 1 | -1/+3 | |
satisfied by a base system (X11R6) component. | |||||
2003-09-13 | Need to use :C instead of :S to get the "pop" action to work properly. | jlam | 1 | -2/+2 | |
2003-09-05 | Move BUILDLINK_CHECK_BUILTIN.<pkg> documentation into bsd.buildlink3.mk. | jlam | 1 | -6/+1 | |
2003-09-02 | Add some buildlink3.mk files needed by x11-links>=0.13. | jlam | 1 | -0/+84 | |
2003-08-11 | Indent a bit. It's a bit clearer this way, isn't it? | seb | 1 | -7/+7 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-12 | IRIX has it's own xpm. | jschauma | 1 | -2/+5 | |
2003-03-13 | Bump BUILDLINK_DEPENDS.xpm from "xpm-3.4k" to "xpm>=3.4k" so that pkgs | atatat | 1 | -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-02 | Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more | jschauma | 2 | -4/+5 | |
portable. Bump PKGREVISION accordingly. | |||||
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -2/+2 | |
2002-11-15 | Use some indentation to make this easier to read. | jlam | 1 | -5/+5 | |
2002-10-28 | This file was removed on rev 1.14. I don't know why cvs re-added it instead | bouyer | 1 | -57/+0 | |
of aborting because of the conflict. | |||||
2002-10-27 | On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists. | bouyer | 2 | -2/+59 | |
2002-10-10 | Unused. | wiz | 1 | -57/+0 | |
2002-09-01 | The "Xpm" library is distributed with Solaris 9. Handle this case like | tron | 3 | -8/+20 | |
XFree86 4.x and don't install the package. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 5 | -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-26 | Add new private variables _REQUIRE_BUILTIN_* that can be used to specify | jlam | 1 | -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-24 | Revert previous change - Martin already made a much cleaner fix for this. | agc | 2 | -12/+3 | |
2002-05-24 | Apply fix from Lloyd Parkes <lloyd@must-have-coffee.gen.nz> in PR | agc | 2 | -3/+12 | |
16421 which recognises properly that sparc64 is a 64-bit architecture. | |||||
2002-05-12 | Add a missing include, so all 64bit archs are recognized correctly. | martin | 2 | -1/+14 | |
Closes PR 16421 by Lloyd Parkes. | |||||
2002-04-14 | The man pages haven't been compressed by default on NetBSD for a long time. | fredb | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-30 | Update MASTER_SITES, inspired by pkg/13828 by Kevin Lo. | wiz | 1 | -2/+3 | |
2001-08-22 | Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't | jlam | 1 | -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-08 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -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>. |