Age | Commit message (Expand) | Author | Files | Lines |
2007-08-24 | bzip2 sources are in ${FILESDIR}, so no need for distinfo or checksums. | jlam | 2 | -7/+2 |
2007-08-02 | Use in-tree versions. The replacement Makefile can be used for direct | joerg | 3 | -111/+53 |
2007-08-02 | Import stripped down version of bzip2-1.0.4 for use in bootstrap and | joerg | 17 | -0/+8918 |
2007-01-06 | Update to 1.0.4: | wiz | 3 | -15/+15 |
2006-07-13 | Added computation of version number for package bzip2 if there is a | heinz | 1 | -1/+26 |
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-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -5/+5 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -2/+2 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2005-12-27 | Install man pages to PKGMANDIR (instead of "man"). | reed | 1 | -7/+7 |
2005-12-01 | Fixed some pkglint warnings of the form: | rillig | 1 | -2/+2 |
2005-06-27 | Darwin>=8.0 has a dynamic library of bzip2. Exclude it from | minskim | 1 | -2/+2 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -25/+56 |
2005-05-26 | Security update to version 1.0.3 | salo | 4 | -23/+24 |
2005-05-23 | Sorted PLIST entries to make pkglint happy. | rillig | 1 | -3/+3 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 |
2004-10-13 | Use INSTALL_LIB. (No functional change.) | tv | 1 | -2/+2 |
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-05-22 | Unused. | wiz | 1 | -83/+0 |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -8/+3 |
2004-03-29 | Oops, forgot to bump PKGREVISION. | tv | 1 | -1/+2 |
2004-03-29 | Obey CFLAGS/CPPFLAGS. Link the binaries with the .o's, not the .lo's | tv | 3 | -41/+30 |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -67/+48 |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -19/+21 |
2004-02-18 | Include "../../mk/compiler.mk" to get the value of CC_VERSION before | jlam | 1 | -2/+2 |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -7/+32 |
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -33/+27 |
2004-02-11 | Move the INCOMPAT_FOO checks to a more natural location within the | jlam | 1 | -12/+11 |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 1 | -2/+2 |
2004-02-08 | PKGLIBTOOL and PKGSHLIBTOOL are no more. | jlam | 1 | -4/+4 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+6 |
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-07 | Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper. | jlam | 1 | -4/+4 |
2004-01-06 | whitespace | jlam | 1 | -2/+2 |
2004-01-05 | bl3ify | jlam | 1 | -3/+6 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-05 | Sprinkle a few double quotes here and there. | jlam | 1 | -4/+4 |
2004-01-05 | Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. | jlam | 1 | -19/+12 |
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/+70 |
2003-12-30 | Add RCS tags | cjep | 1 | -0/+1 |
2003-12-05 | Change the makefile patch to be even more libtool friendly to allow | erh | 2 | -25/+71 |
2003-12-03 | Use libtool when installing, and install libbz2 first. | erh | 1 | -4/+4 |
2003-09-25 | test CC_VERSION rather than doing our own dance to figure out if we're | grant | 1 | -4/+2 |