Age | Commit message (Expand) | Author |
1995-10-02 | Use full pathname for ldconfig (/sbin/ldconfig). | Satoshi Asami |
1995-09-18 | Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS. | Satoshi Asami |
1995-09-13 | Ignore patchfiles that end with ".orig" or "~". | Satoshi Asami |
1995-08-29 | Don't trust ncftp's exit status, they are not indicative of whether | Satoshi Asami |
1995-08-29 | Clean up EXTRACT_ONLY logic a bit. Instead of branching in the | Satoshi Asami |
1995-08-18 | Merge all the "skeleton" target into one macro. This is an enormous | Satoshi Asami |
1995-07-24 | Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list instead | Satoshi Asami |
1995-07-17 | Simplify the USE_IMAKE stuff considerably. | Jordan K. Hubbard |
1995-07-15 | A regrettable hack to allow a port to say that it doesn't want its Makefiles | Jordan K. Hubbard |
1995-07-11 | Add IS_DEPENDED_TARGET to change the behavior of a port when you want | Satoshi Asami |
1995-06-26 | Use | Satoshi Asami |
1995-06-26 | Use full pathnames for the commands. Everything except gmake and | Satoshi Asami |
1995-06-26 | Check if uid is 0 before running mtree. If you aren't root, you just | Satoshi Asami |
1995-06-25 | Add new option NO_MTREE. If set, bsd.port.mk won't run mtree to | Satoshi Asami |
1995-06-24 | Add a "checkpatch" target that does a "patch -C" instead of a "patch". | Satoshi Asami |
1995-06-06 | Renamed the default package repository ".../packages/.packages" to | Satoshi Asami |
1995-05-29 | Remove comment about not being able to undefine a variable, as we *can* | Satoshi Asami |
1995-05-16 | Fix the indent level. I know we're in code freeze, and this is | Satoshi Asami |
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 |