summaryrefslogtreecommitdiff
path: root/Mk (unfollow)
Commit message (Expand)AuthorFilesLines
1995-12-07Add support for ALL_HOOK feature. Lets you replace the `all' targetJordan K. Hubbard1-1/+13
1995-11-26Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesSatoshi Asami1-5/+23
1995-11-17Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.Satoshi Asami1-2/+2
1995-10-17Back out the two latest changes. The -current branch is now equal toSatoshi Asami1-7/+1
1995-10-16Add NO_FETCH handling in the similar way as other NO_* targets doesAndrey A. Chernov1-1/+5
1995-10-16Fix NO_EXTRACT case: build missing WRKDIRAndrey A. Chernov1-1/+3
1995-10-11Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setSatoshi Asami1-1/+5
1995-10-04Add CONFIGURE_ENV: pass this environment to configure script.Andrey A. Chernov1-2/+3
1995-10-04Attempt to sound more civilized by adding a missing period toSatoshi Asami1-2/+2
1995-10-02Use full pathname for ldconfig (/sbin/ldconfig).Satoshi Asami1-2/+2
1995-09-18Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.Satoshi Asami1-15/+61
1995-09-13Ignore patchfiles that end with ".orig" or "~".Satoshi Asami1-5/+19
1995-08-29Don't trust ncftp's exit status, they are not indicative of whetherSatoshi Asami1-14/+12
1995-08-29Clean up EXTRACT_ONLY logic a bit. Instead of branching in theSatoshi Asami1-10/+5
1995-08-18Merge all the "skeleton" target into one macro. This is an enormousSatoshi Asami1-237/+149
1995-07-24Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadSatoshi Asami1-3/+3
1995-07-17Simplify the USE_IMAKE stuff considerably.Jordan K. Hubbard1-9/+1
1995-07-15A regrettable hack to allow a port to say that it doesn't want its MakefilesJordan K. Hubbard1-1/+5
1995-07-11Add IS_DEPENDED_TARGET to change the behavior of a port when you wantSatoshi Asami1-2/+18
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