Age | Commit message (Expand) | Author |
1994-11-21 | Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chance | Andreas Schulz |
1994-11-17 | Add reinstall. | Jordan K. Hubbard |
1994-11-17 | There seems to be some trouble with install.man working right everywhere. | Jordan K. Hubbard |
1994-11-17 | Whoops! Typo. Correct. | Jordan K. Hubbard |
1994-11-17 | I found today that making packages for X11 ports wasn't working. | Jordan K. Hubbard |
1994-11-17 | Add support for NO_WRKDIR. | Jordan K. Hubbard |
1994-11-17 | 2 new concepts that just occurred to me: | Jordan K. Hubbard |
1994-11-16 | If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles | Jean-Marc Zucconi |
1994-11-15 | Make depends a separate target. Now you can select when the dependency | Jordan K. Hubbard |
1994-11-11 | Add patch cookies. This should prevent gratuitous patch re-application | Jordan K. Hubbard |
1994-11-03 | For submakes, don't do a `${MAKE} ${MAKEFILE} all' or | Jordan K. Hubbard |
1994-11-03 | Add reinstall target for Poul-H. This lets you install again from | Jordan K. Hubbard |
1994-11-01 | This is what I get for implementing suggestions without really thinking | Jordan K. Hubbard |
1994-11-01 | 2 changes: | Jordan K. Hubbard |
1994-10-31 | Make patch rule pick up everything in patchdir alphabetically. | Jordan K. Hubbard |
1994-10-22 | 1. PREFIX has nothing to do with DESTDIR. Remove it finally. | Jordan K. Hubbard |
1994-10-22 | Invoke install.man if USE_IMAKE is set. | Jordan K. Hubbard |
1994-10-14 | Add ${.MAKEFLAGS} to sub-makes, pointed by Rod | Andrey A. Chernov |
1994-10-14 | Add new IS_INTERACTIVE flag. This lets you specify that the port | Jordan K. Hubbard |
1994-10-13 | Silence the sub-makes. | Jordan K. Hubbard |
1994-10-13 | Change the way pre-install was done after a suggestion from Andrew. | Jordan K. Hubbard |
1994-10-12 | Re-work the way pre-install was being depended. I couldn't make the | Jordan K. Hubbard |
1994-10-12 | Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure line | Andrey A. Chernov |
1994-10-12 | Move 'make pre-configure' inside .configure.done: target, or | Andrey A. Chernov |
1994-10-12 | configure: pre-configure extract ... must be | Andrey A. Chernov |
1994-10-05 | Following changes from Robert Withrow (+ a few mods): | Jordan K. Hubbard |
1994-10-04 | Add an install prefix for packages, so that they're built by default | Jordan K. Hubbard |
1994-10-04 | Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't have | Jordan K. Hubbard |
1994-10-04 | If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should help | Jordan K. Hubbard |
1994-10-04 | Whoops! Forgot to pass PREFIX to the configure subshells. Done. | Jordan K. Hubbard |
1994-10-04 | Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can't | Jordan K. Hubbard |
1994-10-03 | Prevent duplicate installs with an install cookie. | Jordan K. Hubbard |
1994-10-03 | May the saints praise Robert Withrow <witr@rwwa.com> for showing me | Jordan K. Hubbard |
1994-09-28 | Don't hardcode patch and its arguments. Not quite the same patch as submitted | Jordan K. Hubbard |
1994-09-22 | change COOKIE directory from .CURDIR to WRKDIR since a user may not have | Steven Wallace |
1994-09-19 | Modified DEPENDS rule so that anything you depend on gets both | Jordan K. Hubbard |
1994-09-19 | DESTDIR added to PORTSDIR definition | Andrey A. Chernov |
1994-09-16 | Add support for DEBUG_FLAGS. If you say something like: | Jordan K. Hubbard |
1994-09-14 | Remove obsolete bundle target, add new fetch target. | Jordan K. Hubbard |
1994-09-14 | Don't assume / seperator between site name and dist file in fetch. | Jordan K. Hubbard |
1994-09-13 | Missing semi-colon after a done statement. Fixed. | Jordan K. Hubbard |
1994-09-13 | Adjust comments to document MASTER_SITES and remove mention of | Jordan K. Hubbard |
1994-09-13 | Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolved | Jordan K. Hubbard |
1994-09-11 | More fixes and general cleanup. Add more fine-grained control over what | Jordan K. Hubbard |
1994-09-11 | Whoops, forgot to stop this lurking typo, too. | Jordan K. Hubbard |
1994-09-11 | Eliminate a few lurking bogons - this is almost close to being right! | Jordan K. Hubbard |
1994-09-10 | Annual simplification drive: | Jordan K. Hubbard |
1994-09-09 | Rearrange this a bit while I think about the whole problem of fetching | Jordan K. Hubbard |
1994-09-09 | As per suggestion by Michael Reifenberger, make ncftp use the -N flag. | Jordan K. Hubbard |
1994-09-02 | Fixed a couple of typos. Ok, this works now. Only one significant hurdle | Jordan K. Hubbard |