Age | Commit message (Expand) | Author | Files | Lines |
1999-05-22 | Commit the least intrusive parts of proposal 6a (affects no pkgs): | tv | 1 | -49/+1 |
1999-05-21 | Speed up the evaluation of ${CKSUMFILES} vs. ${IGNOREFILES} a little (and | tv | 1 | -20/+5 |
1999-05-20 | Always add "${INSTALL_DATA}" to environment for "configure" target, too. | tron | 1 | -1/+2 |
1999-05-20 | Always add "${INSTALL_SCRIPT}" to environment for "configure" target. | tron | 1 | -1/+2 |
1999-05-17 | Define "${ECHO_MSG}" so that the patch from PR pkg/7545 doesn't break | tron | 1 | -1/+2 |
1999-05-17 | Fix broken index file creation. Patch suppled by NAKAJIMA Yoshihiro | tron | 2 | -8/+8 |
1999-05-14 | Replace leading tabulators by spaces. Fixes PR pkg/7581 by "Wiz" (or | tron | 1 | -2/+2 |
1999-05-12 | If ${PACKAGES} does not exist, use it anyway. Allows settinsg such as | abs | 1 | -15/+7 |
1999-05-11 | Add "APACHE_PERF_TUNING" and "APACHE_SUEXEC". | tron | 1 | -1/+11 |
1999-05-10 | Remove "${LOCALBASE}/www" again. As pointed out by Todd Vierling this | tron | 2 | -4/+2 |
1999-05-10 | Fix ordering problem in last commit. | tron | 2 | -4/+4 |
1999-05-10 | Add "${LOCALBASE}/www". | tron | 2 | -2/+4 |
1999-05-04 | Unless package debugging is enabled don't output commands during | tron | 1 | -2/+2 |
1999-05-03 | Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies | tv | 1 | -11/+7 |
1999-05-02 | MKPICINSTALL and NOPICINSTALL have zero relevance to whether a system has | tv | 1 | -3/+2 |
1999-04-29 | Older 1.3.x releases don't have the GNU_ARCH stuff in bsd.own.mk. Add | tv | 1 | -1/+13 |
1999-04-29 | Completely turn off USE_LOCALBASE_FOR_X11 until xpkgwedge is fixed. | tv | 1 | -6/+7 |
1999-04-24 | Add "DISTDIR", fixes PR pkg/7423 by Minoura Makoto. | tron | 1 | -2/+8 |
1999-04-24 | Be consistent: always use "/usr/bin/uname". | tron | 1 | -2/+2 |
1999-04-22 | re-add empty MASTER/PATCH_SITE which was removed in 1.254. | sakamoto | 1 | -1/+5 |
1999-04-20 | Replace deinstall-depends target with call to "pkg_delete -R" (now that | hubertf | 1 | -29/+13 |
1999-04-20 | Default umask on Solaris is 022, not 0022. | agc | 1 | -2/+2 |
1999-04-19 | - Bump required package tools version to 19990412. | tron | 1 | -13/+3 |
1999-04-19 | Fix just-in-time su deinstalls on Solaris by using the full pathname for | agc | 1 | -3/+4 |
1999-04-15 | Remove "%SUBDIR%/" from various "MASTER_SITE..." examples. | tron | 1 | -26/+26 |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -26/+30 |
1999-04-14 | Add missing "|| ${TRUE}" to "${EGREP}" statement to avoid install failures | tron | 1 | -2/+2 |
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -6/+1 |
1999-04-13 | Use the system version of bsd.own.mk, rather than keeping a pkgsrc-only copy. | agc | 1 | -324/+0 |
1999-04-13 | Work out the type of shared libraries once, at "make install" time, and | agc | 1 | -8/+30 |
1999-04-11 | Consider NetBSD 1.4 as "current" so that "UVM" is defined again. | tron | 1 | -2/+2 |
1999-04-09 | Move mirror-distfiles target around a bit so it can even be invoked | hubertf | 1 | -8/+10 |
1999-04-08 | "bzcat" now handles symlinks properly. | tron | 1 | -2/+2 |
1999-04-08 | Substitute for ${LOWER_VENDOR} when building the PLIST. Necessary for | agc | 1 | -1/+2 |
1999-04-08 | Prettify PKGSRCDIR - instead of /usr/pkgsrc/foo/bar/../.., just make it | hubertf | 1 | -2/+2 |
1999-04-06 | Make this work on Solaris again. | agc | 1 | -19/+20 |
1999-04-06 | Make it obvious, when invoking ${SU_CMD}, on which machine this | agc | 1 | -2/+3 |
1999-04-05 | Get rid of this "0": | hubertf | 1 | -2/+2 |
1999-04-04 | Use input redirection with "bzcat" once again because it refuses to handle | tron | 1 | -2/+2 |
1999-04-03 | Use "su" automatically for "make deinstall" target, too. | tron | 1 | -2/+13 |
1999-04-02 | Correct a typo in previous - fixes bzip2 extractions. | agc | 1 | -2/+2 |
1999-04-01 | Use input redirection with "bzcat" again because it refuses to handle | tron | 1 | -2/+2 |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -13/+19 |
1999-04-01 | Provide an acceptable default for PRE_ROOT_CMD - pointed out by Tim | agc | 1 | -3/+4 |
1999-03-31 | Avoid shell smarts: on NetBSD, type is a sh(1) builtin. If make(1) is | agc | 1 | -11/+13 |
1999-03-31 | Fix minor typo in previous. | agc | 1 | -2/+2 |
1999-03-31 | + Factor out the real-install target from the rest of the .USE ones. | agc | 2 | -23/+76 |
1999-03-30 | Add an EXTRACT_USING_PAX definition, which, if defined, will use pax(1) | agc | 2 | -12/+23 |
1999-03-30 | Fix some comments | hubertf | 1 | -2/+5 |
1999-03-29 | Delete spurious ';', when making the "package" target with | agc | 1 | -2/+2 |