summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for ALL_HOOK feature. Lets you replace the `all' targetJordan K. Hubbard1995-12-071-1/+13
* Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesSatoshi Asami1995-11-261-5/+23
* Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.Satoshi Asami1995-11-171-2/+2
* Back out the two latest changes. The -current branch is now equal toSatoshi Asami1995-10-171-7/+1
* Add NO_FETCH handling in the similar way as other NO_* targets doesAndrey A. Chernov1995-10-161-1/+5
* Fix NO_EXTRACT case: build missing WRKDIRAndrey A. Chernov1995-10-161-1/+3
* Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setSatoshi Asami1995-10-111-1/+5
* Add CONFIGURE_ENV: pass this environment to configure script.Andrey A. Chernov1995-10-041-2/+3
* Attempt to sound more civilized by adding a missing period toSatoshi Asami1995-10-041-2/+2
* Use full pathname for ldconfig (/sbin/ldconfig).Satoshi Asami1995-10-021-2/+2
* Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.Satoshi Asami1995-09-181-15/+61
* Ignore patchfiles that end with ".orig" or "~".Satoshi Asami1995-09-131-5/+19
* Don't trust ncftp's exit status, they are not indicative of whetherSatoshi Asami1995-08-291-14/+12
* Clean up EXTRACT_ONLY logic a bit. Instead of branching in theSatoshi Asami1995-08-291-10/+5
* Merge all the "skeleton" target into one macro. This is an enormousSatoshi Asami1995-08-181-237/+149
* Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadSatoshi Asami1995-07-241-3/+3
* Simplify the USE_IMAKE stuff considerably.Jordan K. Hubbard1995-07-171-9/+1
* A regrettable hack to allow a port to say that it doesn't want its MakefilesJordan K. Hubbard1995-07-151-1/+5
* Add IS_DEPENDED_TARGET to change the behavior of a port when you wantSatoshi Asami1995-07-111-2/+18
* UseSatoshi Asami1995-06-261-6/+6
* Use full pathnames for the commands. Everything except gmake andSatoshi Asami1995-06-261-93/+99
* Check if uid is 0 before running mtree. If you aren't root, you justSatoshi Asami1995-06-261-2/+7
* Add new option NO_MTREE. If set, bsd.port.mk won't run mtree toSatoshi Asami1995-06-251-2/+8
* Add a "checkpatch" target that does a "patch -C" instead of a "patch".Satoshi Asami1995-06-241-3/+20
* Renamed the default package repository ".../packages/.packages" toSatoshi Asami1995-06-061-4/+5
* Remove comment about not being able to undefine a variable, as we *can*Satoshi Asami1995-05-291-3/+2
* Fix the indent level. I know we're in code freeze, and this isSatoshi Asami1995-05-161-2/+2
* Don't conditionalize fake-pkg on NO_PACKAGE.Satoshi Asami1995-05-131-5/+1
* Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off.Satoshi Asami1995-05-131-1/+7
* When NO_PACKAGE is set, "package" and "repackage" don't depend onSatoshi Asami1995-05-121-3/+3
* Not only deleting the package and package links, also exit with statusSatoshi Asami1995-05-121-1/+2
* Delete package and links when pkg_create fails.Satoshi Asami1995-05-121-4/+7
* Add new variable to override the "hey foobar-1.2.3 is already installed"Satoshi Asami1995-05-101-1/+6
* Make the "reinstall" target delete the package cookie as well asSatoshi Asami1995-05-091-1/+2
* added support for distribution patches in a subdir of ${DISTFILES}Adam David1995-05-041-18/+28
* Put an `@' in front of the mtree command. I don't want to see it.Jordan K. Hubbard1995-05-041-2/+2
* Add an mtree line to the install target.Jordan K. Hubbard1995-05-021-1/+6
* A bunch of new targets in the package area. Relevent targets are:Satoshi Asami1995-04-301-14/+44
* Pass X11BASE to all sub-makes. I need it for a port, and I daresay thatJordan K. Hubbard1995-04-281-18/+18
* (1) Add the chain of dependencies to the targets in the NO_* sectionSatoshi Asami1995-04-241-10/+12
* Move call of fake-pkg from do-install to end of install.Satoshi Asami1995-04-241-4/+4
* Ok, this should get the last of the stragglers installed into a new fake-pkg.Jordan K. Hubbard1995-04-221-1/+4
* Don't try to run the fake-pkg target if NO_PACKAGE is set.Jordan K. Hubbard1995-04-221-1/+3
* Typo: patch -> packageJordan K. Hubbard1995-04-221-2/+2
* Instead of copying PLIST over, run pkg_create in a special mode that dumpsJordan K. Hubbard1995-04-221-2/+2
* Major overhaul. The major targets (fetch, extract, patch, configure,Satoshi Asami1995-04-201-357/+532
* 1. Add Satoshi's much-requested "fake pkg_add" option to the installationJordan K. Hubbard1995-04-191-1/+29
* Use PKGNAME in the "describe" target (used to generate INDEX) too.Satoshi Asami1995-04-181-2/+2
* Use PKGNAME instead of DISTNAME in messages. To avoid things likeSatoshi Asami1995-04-181-20/+20
* "package" now depends on "install", so we can do "make -k package" fromSatoshi Asami1995-04-171-2/+18