Age | Commit message (Expand) | Author | Files | Lines |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 2 | -11/+5 |
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 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 |
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 |
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 |
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 |
2003-09-30 | Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guards | jlam | 1 | -9/+17 |
2003-09-28 | Rewrite buildlink3.mk files to match the updated buildlink3.mk template | jlam | 1 | -7/+8 |
2003-09-14 | Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may be | jlam | 1 | -1/+3 |
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 |
2003-03-02 | Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more | jschauma | 2 | -4/+5 |
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 |
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 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 5 | -7/+57 |
2002-06-26 | Add new private variables _REQUIRE_BUILTIN_* that can be used to specify | jlam | 1 | -3/+3 |
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 |
2002-05-12 | Add a missing include, so all 64bit archs are recognized correctly. | martin | 2 | -1/+14 |
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 |
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 |
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 |
2001-07-07 | Fix typo in last commit. | tron | 1 | -2/+2 |
2001-07-07 | Check if "${X11BASE}/lib/X11/config/X11.tmpl" before searching with | tron | 1 | -2/+3 |
2001-07-06 | Install "Xpm.h" to "include/X11" instead of "include/X11/X11" under | tron | 5 | -16/+18 |
2001-07-02 | Copy the checks for built-in freetype2 and xpm into the buildlink.mk files | jlam | 1 | -3/+15 |
2001-07-02 | Instead of double-listing files in both X11BASE and LOCALBASE, use | jlam | 1 | -19/+16 |
2001-07-02 | Make check for Xpm in XFree86 look like the checks for Mesa and freetype2. | jlam | 1 | -8/+6 |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 |