Age | Commit message (Expand) | Author | Files | Lines |
2008-02-21 | + Name the programs installed by the db(2) package db2_*. | jlam | 4 | -560/+581 |
2008-02-16 | Switch MASTER_SITES to official site on oracle.com. | obache | 1 | -2/+2 |
2007-12-02 | Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. | wiz | 1 | -2/+2 |
2007-06-08 | Remove dead MASTER_SITES. From Zafer Aydogan. | wiz | 1 | -4/+2 |
2006-12-12 | Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. | joerg | 1 | -2/+2 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-05-31 | It suffices to load bsd.prefs.mk once. | rillig | 1 | -3/+2 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -3/+3 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 |
2005-05-22 | Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris. | jlam | 1 | -3/+1 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-15 | Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a | tron | 3 | -3/+17 |
2005-02-27 | make this work on (even older) IRIX: check for __sgi rather than sgi | jschauma | 2 | -1/+15 |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 1 | -6/+5 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 |
2004-07-10 | provide BUILDLINK_CPPFLAGS, LDFLAGS and LIBS for each pkgsrc db | grant | 1 | -1/+4 |
2004-07-07 | Set BUILDLINK_LIBDIRS.db?, as mail/exim expects. | wiz | 1 | -1/+2 |
2004-07-06 | Unused. | wiz | 1 | -60/+0 |
2004-05-26 | Use CFLAGS when creating the archive. This fixes building under IRIX64 | jschauma | 2 | -4/+4 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -7/+5 |
2004-03-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 1 | -1/+2 |
2004-03-10 | bdb.buildlink3.mk is used to select a Berkeley DB implementation for | jlam | 1 | -37/+15 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -2/+2 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+8 |
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 2 | -10/+8 |
2004-02-05 | Support a new global variable: | jlam | 2 | -2/+18 |
2004-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -2/+2 |
2004-01-22 | avoid tickling a bmake bug. | grant | 1 | -3/+5 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 |
2004-01-05 | bl3ify | jlam | 1 | -2/+6 |
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 | -12/+10 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+41 |
2004-01-01 | Look inside db.h if it belongs to db3 or db4 (as it does on some | wiz | 1 | -1/+7 |
2003-12-04 | +=, not = | grant | 1 | -2/+2 |
2003-12-04 | provide BUILDLINK_LDFLAGS.db and BUILDLINK_LIBS.db. | grant | 1 | -1/+7 |
2003-12-04 | USE_GNU_TOOLS=awk. fixes build on Solaris | grant | 1 | -1/+3 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 |
2003-01-09 | Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment. | schmonz | 1 | -1/+3 |
2002-12-29 | Workaround an apparent bug in make (cannot put comment in a .eli* line). | seb | 1 | -2/+3 |