| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new variable to override the "hey foobar-1.2.3 is already installed" | asami | 1995-05-10 | 1 | -1/+6 |
* | Make the "reinstall" target delete the package cookie as well as | asami | 1995-05-09 | 1 | -1/+2 |
* | added support for distribution patches in a subdir of ${DISTFILES} | adam | 1995-05-04 | 1 | -18/+28 |
* | Put an `@' in front of the mtree command. I don't want to see it. | jkh | 1995-05-04 | 1 | -2/+2 |
* | Add an mtree line to the install target. | jkh | 1995-05-02 | 1 | -1/+6 |
* | A bunch of new targets in the package area. Relevent targets are: | asami | 1995-04-30 | 1 | -14/+44 |
* | Pass X11BASE to all sub-makes. I need it for a port, and I daresay that | jkh | 1995-04-28 | 1 | -18/+18 |
* | (1) Add the chain of dependencies to the targets in the NO_* section | asami | 1995-04-24 | 1 | -10/+12 |
* | Move call of fake-pkg from do-install to end of install. | asami | 1995-04-24 | 1 | -4/+4 |
* | Ok, this should get the last of the stragglers installed into a new fake-pkg. | jkh | 1995-04-22 | 1 | -1/+4 |
* | Don't try to run the fake-pkg target if NO_PACKAGE is set. | jkh | 1995-04-22 | 1 | -1/+3 |
* | Typo: patch -> package | jkh | 1995-04-22 | 1 | -2/+2 |
* | Instead of copying PLIST over, run pkg_create in a special mode that dumps | jkh | 1995-04-22 | 1 | -2/+2 |
* | Major overhaul. The major targets (fetch, extract, patch, configure, | asami | 1995-04-20 | 1 | -357/+532 |
* | 1. Add Satoshi's much-requested "fake pkg_add" option to the installation | jkh | 1995-04-19 | 1 | -1/+29 |
* | Use PKGNAME in the "describe" target (used to generate INDEX) too. | asami | 1995-04-18 | 1 | -2/+2 |
* | Use PKGNAME instead of DISTNAME in messages. To avoid things like | asami | 1995-04-18 | 1 | -20/+20 |
* | "package" now depends on "install", so we can do "make -k package" from | asami | 1995-04-17 | 1 | -2/+18 |
* | "all" now depends on "build", not "extract configure build". | asami | 1995-04-17 | 1 | -2/+2 |
* | Yikes...typo (.package/ should have been .packages/). | asami | 1995-04-15 | 1 | -2/+2 |
* | Don't pass duplicate pkgdeps to pkg_create | jkh | 1995-04-10 | 1 | -3/+3 |
* | Add new -P argument to pkg_create. | jkh | 1995-04-09 | 1 | -2/+2 |
* | Add 2 new targets to facilitate some things I'm thinking about. | jkh | 1995-04-09 | 1 | -1/+21 |
* | 1. Fix the first line (should be a proper comment - silly emacs). | jkh | 1995-04-09 | 1 | -3/+4 |
* | Add support for categorized subdirectories for packages. By default, | asami | 1995-04-09 | 1 | -6/+25 |
* | Add USE_X11 for ports which are X11 users but don't use IMAKE. | jkh | 1995-04-04 | 1 | -2/+3 |
* | Remove a `.' from the end of the echo line | gpalmer | 1995-04-04 | 1 | -2/+2 |
* | By default, KEYWORDS is a copy of CATEGORIES. | jkh | 1995-04-01 | 1 | -2/+2 |
* | Add default values and document them for CATEGORIES and KEYWORDS. | jkh | 1995-04-01 | 1 | -3/+3 |
* | Add support for new CATEGORIES and KEYWORDS fields. | jkh | 1995-04-01 | 1 | -2/+10 |
* | Add support for "distributed" patches and a little extra cleanup. | asami | 1995-03-28 | 1 | -13/+89 |
* | Added more standard package suport file names. INSTALL for the | asami | 1995-03-27 | 1 | -2/+13 |
* | Add a misssing `@' from before echo -n "|${MAINTAINER}" | gpalmer | 1995-03-23 | 1 | -3/+3 |
* | Add maintainer to the index line. | jkh | 1995-03-22 | 1 | -5/+13 |
* | Add new EXTRACT_BEFORE_FLAGS and EXTRACT_AFTER_FLAGS variables to make | jkh | 1995-03-22 | 1 | -5/+15 |
* | Make the fetch message a little more interesting and informative. | jkh | 1995-03-21 | 1 | -2/+2 |
* | Add fetch-list command for Rod | jkh | 1995-03-21 | 2 | -39/+63 |
* | Make the describe rule generate more thorough information that's actually | jkh | 1995-03-21 | 1 | -8/+10 |
* | Document the index target. | jkh | 1995-03-21 | 1 | -1/+2 |
* | Don't do anything if BATCH is specified and the port is interactive for | ats | 1995-03-20 | 1 | -1/+3 |
* | Change the xmkmf call to a xmkmf -a call. This should be more correct for | ats | 1995-03-19 | 1 | -3/+3 |
* | Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-ports | gpalmer | 1995-03-03 | 1 | -10/+20 |
* | Back out my previous change. I need to really think about this. | jkh | 1995-03-03 | 1 | -2/+2 |
* | A small feature just for my own use. | jkh | 1995-03-03 | 1 | -2/+2 |
* | Always go to ${WRKDIR} before extraction. Modify the tar extract command | jkh | 1995-02-17 | 1 | -3/+6 |
* | Make the checksum target not bomb out if there is a mismatch, just | gpalmer | 1995-02-14 | 1 | -2/+1 |
* | Allow arbitrarily named configure script for use w/ HAS_CONFIGURE. | hsu | 1995-02-06 | 1 | -2/+5 |
* | Use absolute path to md5 program. It lives in /sbin and people are unlikely | phk | 1995-02-04 | 1 | -2/+2 |
* | Add long-awaited (:) support for sophisticated dependency checking. We now | asami | 1995-02-04 | 1 | -5/+83 |
* | Start the ball rolling by sticking a | gpalmer | 1995-02-01 | 1 | -1/+2 |