Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-06-28 | Add a "show-distfiles" target, used to show the distfiles and patchfiles | agc | 1 | -1/+18 | |
(including any subdir) for a package. If ${IGNORE} is set, for any reason, do not print anything. The output is relative to ${DISTDIR}. This target can be used to identify out of date distfiles and patchfiles in ${DISTDIR}, in conjunction with suitable filters. | |||||
1999-05-17 | Define "${ECHO_MSG}" so that the patch from PR pkg/7545 doesn't break | tron | 1 | -1/+2 | |
(at least) a recursive "make clean". | |||||
1999-05-17 | Fix broken index file creation. Patch suppled by NAKAJIMA Yoshihiro | tron | 1 | -6/+6 | |
in PR pkg/7545. | |||||
1999-03-28 | DUDS is expected to be a a make variable, not a shell variable | hubertf | 1 | -2/+2 | |
1999-02-22 | Comment that targets listed in $PKG_MISC_TARGETS are also regarded | hubertf | 1 | -2/+2 | |
1999-02-21 | Pull in mk.conf (via bsd.pref.mk), so that e.g. PKG_MISC_TARGETS can | hubertf | 1 | -1/+11 | |
be set there. | |||||
1998-12-29 | Add "cleandir" target. | tron | 1 | -4/+4 | |
1998-12-06 | Add support for custom, per-category targets by setting PKG_MISC_TARGETS | hubertf | 1 | -2/+2 | |
This can be used to - enable execution of a non-standard target for all pkgs of a category, e.g. cd pkgsrc/benchmarks ; make benchmark - superceding standard-targets with custom versions, e.g. from /etc/mk.conf | |||||
1998-09-23 | Add a cdrom-readme target, a clone of the readme target, for ease of use. | agc | 1 | -27/+35 | |
The URLs in the generated README.html files can be specified by overriding the CDROM_PKG_URL_HOST and CDROM_PKG_URL_DIR definitions. Document the targets, and clean up some English, in Packages.txt | |||||
1998-07-26 | support distclean in subdir makes | lukem | 1 | -2/+2 | |
1998-07-13 | Only update README.html if it has changed. | hubertf | 1 | -4/+11 | |
1998-07-07 | Fix check if we're doing a package or a category (via PR 5687 by | hubertf | 1 | -2/+2 | |
Tim Rightnour). | |||||
1998-06-17 | Do not abort compilation of several packages if building a single package | hubertf | 1 | -4/+10 | |
fails. (Doing this via a "make -k" breaks things like dependent pkgs in a nasty way) | |||||
1998-05-29 | Make these lists real tables | hubertf | 1 | -4/+4 | |
1998-05-29 | Mark README.html as precious. | hubertf | 1 | -2/+2 | |
This will result in the pkgsrc/README.html _not_ being removed, even if some "make readme" in any of the pkgs fails. (That's the reason there was no toplevel README.html when I postet this first :) | |||||
1998-05-15 | More cosmetic editing - PORTSTOP is now PKGSRCTOP | agc | 1 | -3/+3 | |
1998-05-14 | Fix botch in previous commit, as pointed out by Thorsten Frueauf. | agc | 1 | -2/+2 | |
Add missing semi-colon, and missing '$', both on the same line. | |||||
1998-05-14 | s/make/${MAKE}/g | agc | 1 | -9/+9 | |
Use _THISDIR_, rather than DIRPRFX, in the same way as src/share/bsd.subdir.mk, and pass _THISDIR_ down to any subdirectories. | |||||
1998-05-06 | Enable deinstall target from here | hubertf | 1 | -3/+3 | |
1998-04-24 | Use relative paths within the pkgsrc tree, and remove PORTSDIR | agc | 1 | -9/+3 | |
definition accordingly. Modify check in LIB_DEPENDS, RUN_DEPENDS and BUILD_DEPENDS, so that the first component is considered to be a file name if it contains a '/' character anywhere within it, not just the first character. | |||||
1998-04-15 | Fix the names of these two files. | agc | 1 | -3/+3 | |
1998-02-09 | Fix PR 4884 by replacing STRIP with STRIPFLAG. | hubertf | 1 | -3/+3 | |
This addes yet another step towards bsd.pkg.mk. :) | |||||
1998-01-30 | Echo the directory name when doing a "make readme", so that progress | agc | 1 | -2/+2 | |
can be monitored. | |||||
1998-01-27 | add mirror-distfiles target also here | hubertf | 1 | -3/+5 | |
1998-01-08 | Add lines so that "make readme" in the top level pkgsrc directory, or | agc | 1 | -1/+4 | |
one if the categories directories, will call "make readme" in any subdirectories. I thought that this was suggested by Chris Demetriou, but I can't find any PR backing this up. So my apologies to the person who did suggest this. | |||||
1997-11-21 | Modification by Bill Fenner which removes the embedded control | agc | 1 | -7/+14 | |
characters, and avoids the wrong interpretation of magic HTML characters in DESCR files or categories. Forwarded to me by Chris Demetriou, and refers to PR 4341. | |||||
1997-09-25 | /usr/pkg/src -> /usr/pkgsrc (per discussion w/ agc) | thorpej | 1 | -2/+2 | |
1997-08-20 | Change a path for NetBSD. Our PORTSDIR is /usr/pkg/src | agc | 1 | -1/+2 | |
1997-08-20 | Initial import of FreeBSD's ports makefiles. | agc | 1 | -0/+145 | |