Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-05 | Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmt | wiz | 1 | -2/+3 | |
and USE_LIBINTL. | |||||
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-07-17 | Use EVAL_PREFIX to find the installed location of the kdebase package, and | agc | 1 | -2/+2 | |
use it accordingly. | |||||
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -5/+7 | |
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well. | |||||
2000-07-14 | The previous method of using a make target for finding a prerequisite | agc | 1 | -5/+5 | |
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works). | |||||
2000-07-11 | Make the determination of the pre-req package's installed directory be | agc | 1 | -5/+5 | |
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles. | |||||
2000-07-11 | Find out where kde is installed by using pkg_info(1), rather than hardcoding | agc | 1 | -2/+2 | |
${X11BASE}. | |||||
2000-07-10 | Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}. | agc | 1 | -4/+4 | |
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me. | |||||
2000-04-12 | fix path for qt1 | dmcmahill | 1 | -3/+4 | |
2000-02-29 | Remove adaptations for libungif, now that libungif package installs | jlam | 2 | -12/+3 | |
libgif.* | |||||
2000-01-10 | be consistent on which version to wildcard | hubertf | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-10-25 | Teach kdf to look for libungif instead of libgif. | jlam | 3 | -8/+17 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-07-03 | Shows disk usage graphically and lets you mount/umount devices. | hubertf | 7 | -0/+150 | |