Age | Commit message (Expand) | Author |
1995-05-13 | Don't conditionalize fake-pkg on NO_PACKAGE. | Satoshi Asami |
1995-05-13 | Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off. | Satoshi Asami |
1995-05-12 | When NO_PACKAGE is set, "package" and "repackage" don't depend on | Satoshi Asami |
1995-05-12 | Not only deleting the package and package links, also exit with status | Satoshi Asami |
1995-05-12 | Delete package and links when pkg_create fails. | Satoshi Asami |
1995-05-10 | Add new variable to override the "hey foobar-1.2.3 is already installed" | Satoshi Asami |
1995-05-09 | Make the "reinstall" target delete the package cookie as well as | Satoshi Asami |
1995-05-04 | added support for distribution patches in a subdir of ${DISTFILES} | Adam David |
1995-05-04 | Put an `@' in front of the mtree command. I don't want to see it. | Jordan K. Hubbard |
1995-05-02 | Add an mtree line to the install target. | Jordan K. Hubbard |
1995-04-30 | A bunch of new targets in the package area. Relevent targets are: | Satoshi Asami |
1995-04-28 | Pass X11BASE to all sub-makes. I need it for a port, and I daresay that | Jordan K. Hubbard |
1995-04-24 | (1) Add the chain of dependencies to the targets in the NO_* section | Satoshi Asami |
1995-04-24 | Move call of fake-pkg from do-install to end of install. | Satoshi Asami |
1995-04-22 | Ok, this should get the last of the stragglers installed into a new fake-pkg. | Jordan K. Hubbard |
1995-04-22 | Don't try to run the fake-pkg target if NO_PACKAGE is set. | Jordan K. Hubbard |
1995-04-22 | Typo: patch -> package | Jordan K. Hubbard |
1995-04-22 | Instead of copying PLIST over, run pkg_create in a special mode that dumps | Jordan K. Hubbard |
1995-04-20 | Major overhaul. The major targets (fetch, extract, patch, configure, | Satoshi Asami |
1995-04-19 | 1. Add Satoshi's much-requested "fake pkg_add" option to the installation | Jordan K. Hubbard |
1995-04-18 | Use PKGNAME in the "describe" target (used to generate INDEX) too. | Satoshi Asami |
1995-04-18 | Use PKGNAME instead of DISTNAME in messages. To avoid things like | Satoshi Asami |
1995-04-17 | "package" now depends on "install", so we can do "make -k package" from | Satoshi Asami |
1995-04-17 | "all" now depends on "build", not "extract configure build". | Satoshi Asami |
1995-04-15 | Yikes...typo (.package/ should have been .packages/). | Satoshi Asami |
1995-04-10 | Don't pass duplicate pkgdeps to pkg_create | Jordan K. Hubbard |
1995-04-09 | Add new -P argument to pkg_create. | Jordan K. Hubbard |
1995-04-09 | Add 2 new targets to facilitate some things I'm thinking about. | Jordan K. Hubbard |
1995-04-09 | 1. Fix the first line (should be a proper comment - silly emacs). | Jordan K. Hubbard |
1995-04-09 | Add support for categorized subdirectories for packages. By default, | Satoshi Asami |
1995-04-04 | Add USE_X11 for ports which are X11 users but don't use IMAKE. | Jordan K. Hubbard |
1995-04-04 | Remove a `.' from the end of the echo line | Gary Palmer |
1995-04-01 | By default, KEYWORDS is a copy of CATEGORIES. | Jordan K. Hubbard |
1995-04-01 | Add default values and document them for CATEGORIES and KEYWORDS. | Jordan K. Hubbard |
1995-04-01 | Add support for new CATEGORIES and KEYWORDS fields. | Jordan K. Hubbard |
1995-03-28 | Add support for "distributed" patches and a little extra cleanup. | Satoshi Asami |
1995-03-27 | Added more standard package suport file names. INSTALL for the | Satoshi Asami |
1995-03-23 | Add a misssing `@' from before echo -n "|${MAINTAINER}" | Gary Palmer |
1995-03-22 | Add maintainer to the index line. | Jordan K. Hubbard |
1995-03-22 | Add new EXTRACT_BEFORE_FLAGS and EXTRACT_AFTER_FLAGS variables to make | Jordan K. Hubbard |
1995-03-21 | Make the fetch message a little more interesting and informative. | Jordan K. Hubbard |
1995-03-21 | Add fetch-list command for Rod | Jordan K. Hubbard |
1995-03-21 | Make the describe rule generate more thorough information that's actually | Jordan K. Hubbard |
1995-03-21 | Document the index target. | Jordan K. Hubbard |
1995-03-20 | Don't do anything if BATCH is specified and the port is interactive for | Andreas Schulz |
1995-03-19 | Change the xmkmf call to a xmkmf -a call. This should be more correct for | Andreas Schulz |
1995-03-03 | Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-ports | Gary Palmer |
1995-03-03 | Back out my previous change. I need to really think about this. | Jordan K. Hubbard |
1995-03-03 | A small feature just for my own use. | Jordan K. Hubbard |
1995-02-17 | Always go to ${WRKDIR} before extraction. Modify the tar extract command | Jordan K. Hubbard |