summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Expand)Author
1995-07-17Simplify the USE_IMAKE stuff considerably.Jordan K. Hubbard
1995-07-15A regrettable hack to allow a port to say that it doesn't want its MakefilesJordan K. Hubbard
1995-07-11Add IS_DEPENDED_TARGET to change the behavior of a port when you wantSatoshi Asami
1995-06-26UseSatoshi Asami
1995-06-26Use full pathnames for the commands. Everything except gmake andSatoshi Asami
1995-06-26Check if uid is 0 before running mtree. If you aren't root, you justSatoshi Asami
1995-06-25Add new option NO_MTREE. If set, bsd.port.mk won't run mtree toSatoshi Asami
1995-06-24Add a "checkpatch" target that does a "patch -C" instead of a "patch".Satoshi Asami
1995-06-06Renamed the default package repository ".../packages/.packages" toSatoshi Asami
1995-05-29Remove comment about not being able to undefine a variable, as we *can*Satoshi Asami
1995-05-16Fix the indent level. I know we're in code freeze, and this isSatoshi Asami
1995-05-13Don't conditionalize fake-pkg on NO_PACKAGE.Satoshi Asami
1995-05-13Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off.Satoshi Asami
1995-05-12When NO_PACKAGE is set, "package" and "repackage" don't depend onSatoshi Asami
1995-05-12Not only deleting the package and package links, also exit with statusSatoshi Asami
1995-05-12Delete package and links when pkg_create fails.Satoshi Asami
1995-05-10Add new variable to override the "hey foobar-1.2.3 is already installed"Satoshi Asami
1995-05-09Make the "reinstall" target delete the package cookie as well asSatoshi Asami
1995-05-04added support for distribution patches in a subdir of ${DISTFILES}Adam David
1995-05-04Put an `@' in front of the mtree command. I don't want to see it.Jordan K. Hubbard
1995-05-02Add an mtree line to the install target.Jordan K. Hubbard
1995-04-30A bunch of new targets in the package area. Relevent targets are:Satoshi Asami
1995-04-28Pass X11BASE to all sub-makes. I need it for a port, and I daresay thatJordan K. Hubbard
1995-04-24(1) Add the chain of dependencies to the targets in the NO_* sectionSatoshi Asami
1995-04-24Move call of fake-pkg from do-install to end of install.Satoshi Asami
1995-04-22Ok, this should get the last of the stragglers installed into a new fake-pkg.Jordan K. Hubbard
1995-04-22Don't try to run the fake-pkg target if NO_PACKAGE is set.Jordan K. Hubbard
1995-04-22Typo: patch -> packageJordan K. Hubbard
1995-04-22Instead of copying PLIST over, run pkg_create in a special mode that dumpsJordan K. Hubbard
1995-04-20Major overhaul. The major targets (fetch, extract, patch, configure,Satoshi Asami
1995-04-191. Add Satoshi's much-requested "fake pkg_add" option to the installationJordan K. Hubbard
1995-04-18Use PKGNAME in the "describe" target (used to generate INDEX) too.Satoshi Asami
1995-04-18Use PKGNAME instead of DISTNAME in messages. To avoid things likeSatoshi Asami
1995-04-17"package" now depends on "install", so we can do "make -k package" fromSatoshi Asami
1995-04-17"all" now depends on "build", not "extract configure build".Satoshi Asami
1995-04-15Yikes...typo (.package/ should have been .packages/).Satoshi Asami
1995-04-10Don't pass duplicate pkgdeps to pkg_createJordan K. Hubbard
1995-04-09Add new -P argument to pkg_create.Jordan K. Hubbard
1995-04-09Add 2 new targets to facilitate some things I'm thinking about.Jordan K. Hubbard
1995-04-091. Fix the first line (should be a proper comment - silly emacs).Jordan K. Hubbard
1995-04-09Add support for categorized subdirectories for packages. By default,Satoshi Asami
1995-04-04Add USE_X11 for ports which are X11 users but don't use IMAKE.Jordan K. Hubbard
1995-04-04Remove a `.' from the end of the echo lineGary Palmer
1995-04-01By default, KEYWORDS is a copy of CATEGORIES.Jordan K. Hubbard
1995-04-01Add default values and document them for CATEGORIES and KEYWORDS.Jordan K. Hubbard
1995-04-01Add support for new CATEGORIES and KEYWORDS fields.Jordan K. Hubbard
1995-03-28Add support for "distributed" patches and a little extra cleanup.Satoshi Asami
1995-03-27Added more standard package suport file names. INSTALL for theSatoshi Asami
1995-03-23Add a misssing `@' from before echo -n "|${MAINTAINER}"Gary Palmer
1995-03-22Add maintainer to the index line.Jordan K. Hubbard