summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Expand)Author
1996-04-07Change ${ENV} -> ${SETENV}. The former coincides with startup fileSatoshi Asami
1996-04-01Thanks for the overwhelming response (which can be only summarized by theSatoshi Asami
1996-03-31Change name of variable to LOCALBASE, to keep it symmetric with X11BASE,Satoshi Asami
1996-03-31Add a variable LOCAL_PREFIX that defaults to "/usr/local", as aSatoshi Asami
1996-03-24remove BINGRP?= BINOWN?= BINMODE?=Wolfram Schneider
1996-03-10Replace PATCH_PRFX with a more generic DIST_SUBDIR. If it is set toSatoshi Asami
1996-03-06Delete all references to the variable ${KEYWORD} that never quite flew.Satoshi Asami
1996-03-06Replace absolute pathnames with variables, so thatSatoshi Asami
1996-02-16Add a check for when the user tries to FTP over a symlink in ${DISTDIR}.Jordan K. Hubbard
1996-02-08correct semantic error in the English usage:Adam David
1996-02-07Mention "make reinstall" in the message that gets printed out whenSatoshi Asami
1996-02-06Add NCFTP tailer arguments: ${NCFTPTAIL} variableAndrey A. Chernov
1995-12-07Add support for ALL_HOOK feature. Lets you replace the `all' targetJordan K. Hubbard
1995-11-26Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesSatoshi Asami
1995-11-17Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.Satoshi Asami
1995-10-17Back out the two latest changes. The -current branch is now equal toSatoshi Asami
1995-10-16Add NO_FETCH handling in the similar way as other NO_* targets doesAndrey A. Chernov
1995-10-16Fix NO_EXTRACT case: build missing WRKDIRAndrey A. Chernov
1995-10-11Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setSatoshi Asami
1995-10-04Add CONFIGURE_ENV: pass this environment to configure script.Andrey A. Chernov
1995-10-04Attempt to sound more civilized by adding a missing period toSatoshi Asami
1995-10-02Use full pathname for ldconfig (/sbin/ldconfig).Satoshi Asami
1995-09-18Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.Satoshi Asami
1995-09-13Ignore patchfiles that end with ".orig" or "~".Satoshi Asami
1995-08-29Don't trust ncftp's exit status, they are not indicative of whetherSatoshi Asami
1995-08-29Clean up EXTRACT_ONLY logic a bit. Instead of branching in theSatoshi Asami
1995-08-18Merge all the "skeleton" target into one macro. This is an enormousSatoshi Asami
1995-07-24Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadSatoshi Asami
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