Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -5/+4 | |
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -3/+5 | |
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 | -3/+3 | |
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 | -3/+3 | |
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 | Make these packages work better with xpkgwedge by using X11PREFIX in | agc | 1 | -3/+3 | |
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess. | |||||
2000-05-08 | Update to 2.7.3. Changes: countless. | hubertf | 5 | -24/+26 | |
I hoped that the transparent mode would work better, but it doesn't. :( | |||||
1999-12-23 | MASTER_SITES updated: removed 3 ex-distribution sites, added one new | wiz | 1 | -4/+2 | |
1999-12-08 | defuzz. | rh | 2 | -7/+7 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-09-14 | Remove package name from comment. | agc | 1 | -1/+1 | |
1999-08-28 | Bogus patch (the pty name last char is hex). | kim | 1 | -13/+0 | |
This wasn't used either since it was not in the patch-sum file. Now we don't see the error even... | |||||
1999-08-25 | Update to V2.6.1: many bugfixes! | hubertf | 5 | -31/+9 | |
Submitted by Geoff Wing <gcw@rxvt.org> in private mail. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-06-14 | Speed up some things, supplied by gcw@rxvt.org | hubertf | 1 | -0/+11 | |
1999-06-14 | Geoff Wing <gcw@rxvt.org> has volunteered to maintain this package. | hubertf | 1 | -2/+2 | |
1999-06-14 | Update to V2.6.0. Too many changes to list, see ChangeLog. | hubertf | 6 | -89/+54 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -4/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 5 | -0/+10 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -10/+10 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-01-25 | portlint: fix RCS Id | hubertf | 1 | -1/+1 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-09 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1997-10-09 | Initial import of FreeBSD's x11 ports category into NetBSD packages | agc | 10 | -0/+127 | |
system. |