Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -17/+15 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-02 | Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty | wiz | 1 | -2/+2 | |
lines. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -4/+4 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Make that "autoreconf" -- there is no "autoremake". | fredb | 1 | -3/+3 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -4/+4 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-01-04 | Replace gettext DEPENDS by BUILD_DEPENDS and USE_LIBINL. | wiz | 1 | -2/+3 | |
2000-11-27 | Make this work with current automake. | mycroft | 6 | -22/+57 | |
2000-11-27 | Compile modules with `-avoid-version'. Update PLIST accordingly. | mycroft | 4 | -6/+34 | |
2000-10-15 | Use new USE_MESA variable to depend on the correct Mesa packages | rh | 1 | -2/+2 | |
2000-10-02 | Include <string.h> for proper declarations and definitions for memset() | jlam | 3 | -1/+33 | |
and NULL. Fixes some compilation problems seen on NetBSD/alpha. | |||||
2000-08-27 | Convert packages to use PERL5_PACKLIST (part 1). These were the easy | jlam | 2 | -13/+4 | |
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :) | |||||
2000-07-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 | |
link against libintl.so, update the dependency on gettext to >=0.10.35nb1. | |||||
2000-06-21 | USE_LIBTOOL instead of PKGLIBTOOL. | jlam | 7 | -72/+45 | |
Remove unneeded dependency on mpeg-lib. Add dependency on gettext. Clean up Makefile logic. | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -2/+2 | |
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages. | |||||
2000-05-29 | Add another set of missing files to PLIST | rh | 1 | -1/+4 | |
2000-05-29 | fix PLIST to reflect actually installed files | rh | 1 | -1/+5 | |
2000-05-29 | Initial import of xracer-0.96.9, a clone of the popular Psygnosis game | rh | 14 | -0/+259 | |
Wipeout, as provided in PR 10217 by Bernd Sieker. |