Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -4/+4 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-08-06 | Bump the PKGREVISIONs of all (638) packages that hardcode the locations | jlam | 1 | -2/+2 | |
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories. | |||||
2005-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 1 | -3/+3 | |
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc. | |||||
2005-05-03 | FOO_cmd variables should be set with =, not !=, since they're later | jlam | 1 | -2/+2 | |
expanded when referenced as ${FOO_cmd:sh}. | |||||
2005-04-28 | Use :sh instead of != to defer evaluation until later in bsd.pkg.mk. | jlam | 1 | -4/+4 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-21 | Fix build on 1.6, and make sure File::PathConvert is not installed. | wiz | 3 | -3/+16 | |
Closes PR 27024. | |||||
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-24 | Upgrade to wml 2.0.9. | kim | 7 | -109/+271 | |
The ChangeLog from 2.0.3 is really huge, so I'm not including it here. | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2003-12-29 | Fix typo in previous. | wiz | 1 | -2/+2 | |
2003-12-28 | -current got redrawwin() -- replace USE_NCURSES | wiz | 1 | -4/+7 | |
with INCOMPAT_CURSES lines. | |||||
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-02-17 | convert to use test target from bsd.pkg.mk | dillo | 1 | -4/+2 | |
addresses PR pkg/19416 | |||||
2003-01-24 | Note in USE_NCURSES variable which functions actually are missing for this | wiz | 1 | -3/+2 | |
to build with native curses. | |||||
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -7/+6 | |
2001-12-25 | Buildlinkify. | wiz | 1 | -5/+9 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -4/+4 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-05 | Upgrade to wml-2.0.3 | kim | 2 | -4/+4 | |
2000-09-04 | Web Meta Language | kim | 7 | -0/+326 | |