Age | Commit message (Expand) | Author | Files | Lines |
2000-06-25 | fix typo in last | hubertf | 1 | -11/+7 |
2000-06-25 | Recognize EXTRACT_SUFX=".zip": pull in unzip pkg, and set EXTRACT_CMD | hubertf | 1 | -2/+5 |
2000-06-25 | Tune the print-pkg-size targets to not re-calculate the size for all the | hubertf | 1 | -23/+23 |
2000-06-23 | In package-depends, don't print warnings about non-existing dir | hubertf | 1 | -12/+16 |
2000-06-19 | The "package-path" target is no longer needed (use ${PKGPATH}) | hubertf | 1 | -7/+2 |
2000-06-16 | Add print-PLIST target for automatic PLIST generation: | hubertf | 1 | -1/+74 |
2000-06-10 | The perl archive on ftp.cdrom.com moved to ftp.freesoftware.com. | veego | 1 | -2/+2 |
2000-06-08 | Added an entry for ARLA_CACHE, the location where arla looks for it's | wennmach | 1 | -1/+5 |
2000-06-05 | ignore errors from 'cd' in binpkg-list (lotsa useless warnings from the | hubertf | 1 | -2/+2 |
2000-06-05 | Restructure test for "${LICENCE}" so that "${ONLY_FOR_PLATFORM}" will | tron | 1 | -18/+21 |
2000-06-04 | Fix aout brokenness. Bump libtool to 1.3.5nb3. | rh | 1 | -3/+3 |
2000-06-04 | Make USE_LIBTOOL depend on libtool-1.3.5nb2 or later. | rh | 1 | -3/+3 |
2000-06-04 | Eliminate the sort and tail when determining PKGTOOLS_VERSION. | mycroft | 1 | -2/+2 |
2000-06-04 | Fix pasto. | mycroft | 1 | -2/+2 |
2000-06-04 | Allow using absolute paths as second component of DEPENDS again. | hubertf | 1 | -2/+3 |
2000-06-04 | Don't enforce people to use relative dirs as second components of (BUILD_,RUN_) | hubertf | 1 | -3/+3 |
2000-06-03 | Inline HTMLIFY using make(1) subsitution rules. Eliminates two more sed(1) | mycroft | 1 | -5/+3 |
2000-06-03 | Explicitly pass down MAKEFLAGS to all sub-makes, not just the first. | mycroft | 1 | -6/+6 |
2000-06-03 | * Fix a bug in clean-depends: the `sort -u' was ineffective because the `tr' | mycroft | 1 | -17/+24 |
2000-06-03 | /bin/echo -> echo. This file appears to have NetBSD-specific paths already, | mycroft | 1 | -2/+2 |
2000-06-03 | Remove links in "package-links" target before trying to create them to | tron | 1 | -1/+2 |
2000-06-03 | Fix missing redirection in ${DDIR} generation. | mycroft | 1 | -2/+3 |
2000-06-03 | Fix broken "update" target. | tron | 1 | -3/+3 |
2000-06-03 | Use relative paths when adding magic dependencies for USE_* variables. | mycroft | 1 | -19/+19 |
2000-06-03 | Another optimization; don't cd twice. | mycroft | 1 | -6/+5 |
2000-06-03 | Clean up `make clean' a little. In particular, make it safe with WRKOBJDIR | mycroft | 1 | -8/+10 |
2000-06-03 | Missed a use of PKGSRC_SUBDIR in previous. | mycroft | 1 | -2/+2 |
2000-06-03 | The __canonical_* stuff for WRKOBJDIR is unnecessary. Just use PKGPATH to | mycroft | 1 | -9/+2 |
2000-06-03 | Oops; use ?= for PKGBASE and PKGVERSION, so pkgs can derive their PKGNAMEs fr... | mycroft | 1 | -3/+3 |
2000-06-03 | Add PKGPATH, PKGBASE, PKGVERSION and PKGWILDCARD make(1) variables, so that | mycroft | 1 | -24/+32 |
2000-06-03 | Clean up the previous commits: | hubertf | 1 | -12/+29 |
2000-06-03 | Pass down ${MAKEFLAGS}. | mycroft | 1 | -13/+9 |
2000-06-03 | Another minor speedup. | mycroft | 1 | -3/+2 |
2000-06-03 | More random speedups. | mycroft | 1 | -17/+13 |
2000-06-03 | Speed up print-pkg-depend-sizes. | mycroft | 1 | -4/+5 |
2000-06-03 | Minor consistency issues, eliminate grep-before-awk, and fix a bug that was | mycroft | 1 | -38/+18 |
2000-06-03 | Get rid of another fork. | mycroft | 1 | -3/+3 |
2000-06-03 | Pass variables set via != to MAKEFLAGS, so the forking needed for that | hubertf | 1 | -10/+17 |
2000-06-03 | Speedups! | hubertf | 1 | -137/+148 |
2000-06-02 | Remove a bunch of unneeded ()s. Inspired by OpenBSD. | hubertf | 1 | -20/+20 |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -3/+13 |
2000-06-01 | OPSYS-VERSION has earned its own column in the binary-package table | wiz | 1 | -2/+2 |
2000-05-31 | make auto-generated README.html for packages HTML-3.2-compliant | wiz | 1 | -4/+5 |
2000-05-31 | Add JAVA_HOME to MAKE_ENV, CONFIGURE_ENV, and SCRIPTS_ENV, even if it is not | jwise | 1 | -4/+4 |
2000-05-31 | * Move the clean-depends target near the clear target | hubertf | 1 | -21/+25 |
2000-05-31 | * rename root-install-flags to root-deinstall-flags (it's used in | hubertf | 1 | -7/+7 |
2000-05-31 | Check if $DISTDIR is writable before downloading something | hubertf | 1 | -1/+5 |
2000-05-31 | Some cleanup: | hubertf | 1 | -5/+2 |
2000-05-30 | Move all settings of IGNORE into one spot. No need for the arch-checking | hubertf | 1 | -21/+20 |
2000-05-30 | add some comments to make the code more readable, no functional changes | hubertf | 1 | -11/+10 |