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