aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* Delete all references to the variable ${KEYWORD} that never quite flew.Satoshi Asami1996-03-061-6/+14
* Replace absolute pathnames with variables, so thatSatoshi Asami1996-03-061-68/+80
* Add a check for when the user tries to FTP over a symlink in ${DISTDIR}.Jordan K. Hubbard1996-02-161-1/+13
* correct semantic error in the English usage:Adam David1996-02-081-5/+5
* Mention "make reinstall" in the message that gets printed out whenSatoshi Asami1996-02-071-2/+2
* Add NCFTP tailer arguments: ${NCFTPTAIL} variableAndrey A. Chernov1996-02-071-5/+5
* 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-181-2/+2
* Back out the two latest changes. The -current branch is now equal toSatoshi Asami1995-10-181-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-051-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-031-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-181-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-141-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-051-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-211-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
* "all" now depends on "build", not "extract configure build".Satoshi Asami1995-04-171-2/+2
* Yikes...typo (.package/ should have been .packages/).Satoshi Asami1995-04-161-2/+2
* Don't pass duplicate pkgdeps to pkg_createJordan K. Hubbard1995-04-101-3/+3
* Add new -P argument to pkg_create.Jordan K. Hubbard1995-04-091-2/+2
* Add 2 new targets to facilitate some things I'm thinking about.Jordan K. Hubbard1995-04-091-1/+21
* 1. Fix the first line (should be a proper comment - silly emacs).Jordan K. Hubbard1995-04-091-3/+4
* Add support for categorized subdirectories for packages. By default,Satoshi Asami1995-04-091-6/+25
* Add USE_X11 for ports which are X11 users but don't use IMAKE.Jordan K. Hubbard1995-04-041-2/+3
* Remove a `.' from the end of the echo lineGary Palmer1995-04-041-2/+2
* By default, KEYWORDS is a copy of CATEGORIES.Jordan K. Hubbard1995-04-011-2/+2
* Add default values and document them for CATEGORIES and KEYWORDS.Jordan K. Hubbard1995-04-011-3/+3
* Add support for new CATEGORIES and KEYWORDS fields.Jordan K. Hubbard1995-04-011-2/+10
* Add support for "distributed" patches and a little extra cleanup.Satoshi Asami1995-03-281-13/+89
* Added more standard package suport file names. INSTALL for theSatoshi Asami1995-03-271-2/+13
* Add a misssing `@' from before echo -n "|${MAINTAINER}"Gary Palmer1995-03-241-3/+3
* Add maintainer to the index line.Jordan K. Hubbard1995-03-231-5/+13
* Add new EXTRACT_BEFORE_FLAGS and EXTRACT_AFTER_FLAGS variables to makeJordan K. Hubbard1995-03-231-5/+15
* Make the fetch message a little more interesting and informative.Jordan K. Hubbard1995-03-221-2/+2
* Add fetch-list command for RodJordan K. Hubbard1995-03-212-39/+63
* Make the describe rule generate more thorough information that's actuallyJordan K. Hubbard1995-03-211-8/+10
* Document the index target.Jordan K. Hubbard1995-03-211-1/+2
* Don't do anything if BATCH is specified and the port is interactive forAndreas Schulz1995-03-201-1/+3
* Change the xmkmf call to a xmkmf -a call. This should be more correct forAndreas Schulz1995-03-191-3/+3
* Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-portsGary Palmer1995-03-041-10/+20
* Back out my previous change. I need to really think about this.Jordan K. Hubbard1995-03-031-2/+2
* A small feature just for my own use.Jordan K. Hubbard1995-03-031-2/+2
* Always go to ${WRKDIR} before extraction. Modify the tar extract commandJordan K. Hubbard1995-02-171-3/+6
* Make the checksum target not bomb out if there is a mismatch, justGary Palmer1995-02-151-2/+1
* Allow arbitrarily named configure script for use w/ HAS_CONFIGURE.Jeffrey Hsu1995-02-061-2/+5
* Use absolute path to md5 program. It lives in /sbin and people are unlikelyPoul-Henning Kamp1995-02-051-2/+2
* Add long-awaited (:) support for sophisticated dependency checking. We nowSatoshi Asami1995-02-041-5/+83
* Start the ball rolling by sticking aGary Palmer1995-02-021-1/+2
* Make fetch a bit more forgiving of subdirs.Jordan K. Hubbard1995-01-301-3/+3
* Fix bogus tab in makesum target.Jordan K. Hubbard1995-01-241-2/+1
* Set PREFIX in the build target. Suggested by John Fieber.Jordan K. Hubbard1995-01-241-5/+5
* Oops. Fix up the checksum routine - my last commit broke it slightly.Gary Palmer1995-01-231-20/+20
* Put brackets around EXTRACT_CMD, can be several commands hereAndrey A. Chernov1995-01-181-3/+3
* Correct a small problem in that when there isn't a checksum for thatGary Palmer1995-01-171-4/+11
* Use absolute path for install passed to configureAndrey A. Chernov1995-01-121-3/+3
* Typo!Satoshi Asami1995-01-111-3/+3
* Add missing ! in front of pipeline for extract commands---otherwiseSatoshi Asami1995-01-111-3/+3
* Catch case where extraction fails. Thanks!Jordan K. Hubbard1995-01-101-3/+7
* Move pre-extract target inside COOKIEAndrey A. Chernov1995-01-071-7/+8
* Sort out dependencies. Now they look like:Satoshi Asami1995-01-051-5/+5
* Typo fix from Ollivier Robert.Jordan K. Hubbard1995-01-051-3/+3
* Rename check-md5 target to checksum.Jordan K. Hubbard1995-01-051-3/+3
* Gary Palmer's patches for checksumming and description.Jordan K. Hubbard1995-01-051-7/+13
* Put depends before configure. No reason that I can see for putting it after,Jordan K. Hubbard1995-01-041-2/+2
* Some of the doc here was less than adequately fleshed-out. Make someJordan K. Hubbard1995-01-041-10/+20
* Document describe target.Jordan K. Hubbard1995-01-041-1/+3
* Add describe target support.Jordan K. Hubbard1995-01-032-2/+15
* Preset ac_cv_path_CC="${CC}" before running ./configure,Andrey A. Chernov1995-01-021-2/+2
* Oops, forget "" for ${CC} and ${CFLAGS}...Andrey A. Chernov1994-12-281-2/+2
* Set proper INSTALL* variables before running ./configureAndrey A. Chernov1994-12-281-2/+5
* Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g defaultAndrey A. Chernov1994-12-281-2/+2
* Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'Andrey A. Chernov1994-12-281-2/+2
* Put dummy targets for make-md5 & check-md5 inside aGary Palmer1994-12-181-1/+5
* bsd.port.mk: missing semicolon addedGary Palmer1994-12-182-4/+8
* Automatically add gmake to DEPENDS, if USE_GMAKEAndrey A. Chernov1994-12-171-1/+4
* Don't use build: ... pre-build, move pre-build insideAndrey A. Chernov1994-12-171-2/+3
* patch: pre-patch ... is wrong, move pre-patchAndrey A. Chernov1994-12-141-2/+3
* Added '${GMAKE} install.man' when installing with Imake and gmakeJean-Marc Zucconi1994-12-131-1/+4
* Early md5-checksumming code. This seems to work fine on my machineGary Palmer1994-12-121-1/+32
* Last gremlin-killer of the day. Typo fixed and missing .endif replaced.Gary Palmer1994-12-111-2/+3
* <Sigh> Got the placing of a .if wrong. Fix it.Gary Palmer1994-12-111-4/+6
* Erk. Damn. A hash perfixing a comment was lost somewhere.Gary Palmer1994-12-111-2/+2
* 1) Small tidyupGary Palmer1994-12-111-8/+27
* Change wrong comment: NCFTP_ARGS --> NCFTPFLAGSAndrey A. Chernov1994-11-261-2/+2
* Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chanceAndreas Schulz1994-11-211-1/+3
* Add reinstall.Jordan K. Hubbard1994-11-181-1/+5
* There seems to be some trouble with install.man working right everywhere.Jordan K. Hubbard1994-11-171-2/+2
* Whoops! Typo. Correct.Jordan K. Hubbard1994-11-171-2/+2
* I found today that making packages for X11 ports wasn't working.Jordan K. Hubbard1994-11-171-2/+7
* Add support for NO_WRKDIR.Jordan K. Hubbard1994-11-171-1/+7
* 2 new concepts that just occurred to me:Jordan K. Hubbard1994-11-171-1/+14
* If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} MakefilesJean-Marc Zucconi1994-11-171-1/+5
* Make depends a separate target. Now you can select when the dependencyJordan K. Hubbard1994-11-151-11/+15
* Add patch cookies. This should prevent gratuitous patch re-applicationJordan K. Hubbard1994-11-111-9/+24
* For submakes, don't do a `${MAKE} ${MAKEFILE} all' orJordan K. Hubbard1994-11-041-5/+8
* Add reinstall target for Poul-H. This lets you install again fromJordan K. Hubbard1994-11-041-2/+12
* This is what I get for implementing suggestions without really thinkingJordan K. Hubbard1994-11-021-2/+2
* 2 changes:Jordan K. Hubbard1994-11-021-9/+16
* Make patch rule pick up everything in patchdir alphabetically.Jordan K. Hubbard1994-11-011-2/+2
* 1. PREFIX has nothing to do with DESTDIR. Remove it finally.Jordan K. Hubbard1994-10-231-4/+4
* Invoke install.man if USE_IMAKE is set.Jordan K. Hubbard1994-10-221-1/+4
* Add ${.MAKEFLAGS} to sub-makes, pointed by RodAndrey A. Chernov1994-10-151-4/+4
* Add new IS_INTERACTIVE flag. This lets you specify that the portJordan K. Hubbard1994-10-141-3/+37
* Silence the sub-makes.Jordan K. Hubbard1994-10-131-3/+3
* Change the way pre-install was done after a suggestion from Andrew.Jordan K. Hubbard1994-10-131-7/+5
* Re-work the way pre-install was being depended. I couldn't make theJordan K. Hubbard1994-10-131-3/+3
* Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure lineAndrey A. Chernov1994-10-121-2/+2
* Move 'make pre-configure' inside .configure.done: target, orAndrey A. Chernov1994-10-121-2/+3
* configure: pre-configure extract ... must beAndrey A. Chernov1994-10-121-2/+2
* Following changes from Robert Withrow (+ a few mods):Jordan K. Hubbard1994-10-061-4/+11
* Add an install prefix for packages, so that they're built by defaultJordan K. Hubbard1994-10-041-2/+2
* Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't haveJordan K. Hubbard1994-10-041-1/+2
* If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should helpJordan K. Hubbard1994-10-041-1/+6
* Whoops! Forgot to pass PREFIX to the configure subshells. Done.Jordan K. Hubbard1994-10-041-5/+5
* Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can'tJordan K. Hubbard1994-10-041-1/+3
* Prevent duplicate installs with an install cookie.Jordan K. Hubbard1994-10-031-4/+12
* May the saints praise Robert Withrow <witr@rwwa.com> for showing meJordan K. Hubbard1994-10-031-9/+17
* Don't hardcode patch and its arguments. Not quite the same patch as submittedJordan K. Hubbard1994-09-281-2/+6
* change COOKIE directory from .CURDIR to WRKDIR since a user may not haveSteven Wallace1994-09-221-3/+3
* Modified DEPENDS rule so that anything you depend on gets bothJordan K. Hubbard1994-09-191-2/+2
* DESTDIR added to PORTSDIR definitionAndrey A. Chernov1994-09-191-2/+2
* Add support for DEBUG_FLAGS. If you say something like:Jordan K. Hubbard1994-09-161-1/+3
* Remove obsolete bundle target, add new fetch target.Jordan K. Hubbard1994-09-151-5/+5
* Don't assume / seperator between site name and dist file in fetch.Jordan K. Hubbard1994-09-141-3/+3
* Missing semi-colon after a done statement. Fixed.Jordan K. Hubbard1994-09-131-2/+2
* Adjust comments to document MASTER_SITES and remove mention ofJordan K. Hubbard1994-09-131-5/+2
* Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolvedJordan K. Hubbard1994-09-131-10/+14
* More fixes and general cleanup. Add more fine-grained control over whatJordan K. Hubbard1994-09-111-15/+25
* Whoops, forgot to stop this lurking typo, too.Jordan K. Hubbard1994-09-111-2/+1
* Eliminate a few lurking bogons - this is almost close to being right!Jordan K. Hubbard1994-09-111-4/+13
* Annual simplification drive:Jordan K. Hubbard1994-09-111-110/+95
* Rearrange this a bit while I think about the whole problem of fetchingJordan K. Hubbard1994-09-091-50/+55
* As per suggestion by Michael Reifenberger, make ncftp use the -N flag.Jordan K. Hubbard1994-09-091-2/+3
* Fixed a couple of typos. Ok, this works now. Only one significant hurdleJordan K. Hubbard1994-09-021-5/+5
* Ok, I've reviewed this and made it work now. ncftp fetching seems to beJordan K. Hubbard1994-09-021-17/+16
* Add a few missing >> lines to error echo's.. This is basically myJordan K. Hubbard1994-09-021-4/+4
* Here's my first cut at doing auto-fetch with ncftp. The extract ruleJordan K. Hubbard1994-09-021-7/+31
* Geeze, what was I thinking again? Replace all references to:Jordan K. Hubbard1994-09-021-7/+15
* added hook for post-build scriptAdam David1994-08-311-1/+4
* Lots of changes - get the NO_XXX things over, add @'s to the touches forJordan K. Hubbard1994-08-281-20/+74
* Add a pre-configure rule after all, since it's helpful to be ableJordan K. Hubbard1994-08-261-6/+7
* Also `make Makefiles' in USE_IMAKE case to catch subdirs.Jordan K. Hubbard1994-08-261-2/+2
* Sigh. I am a hosebrain. I've been using gmake for so long, I'veJordan K. Hubbard1994-08-251-21/+6
* Add a new flag: USE_IMAKEJordan K. Hubbard1994-08-251-1/+4
* Some cosmetic changes.Jordan K. Hubbard1994-08-241-7/+56
* Ok, this should work with a centralized package directory now (so youJordan K. Hubbard1994-08-221-6/+5
* Make package target a lot more general.Jordan K. Hubbard1994-08-221-6/+14
* Whoops - left out the package rule!Jordan K. Hubbard1994-08-221-1/+5
* Use proper proper package suffix.Jordan K. Hubbard1994-08-221-2/+2
* Whoops, left out a backslash in my package rule.Jordan K. Hubbard1994-08-221-4/+4
* Ok, now we warn if we're about to recreate the distfile from configuredJordan K. Hubbard1994-08-221-7/+12
* New bsd.port.subdir.mk file for use by ports. This groks all theJordan K. Hubbard1994-08-222-42/+60
* I had to bite the bullet: There's now a port.subdir.mk that does the rightJordan K. Hubbard1994-08-222-3/+91
* Sigh.. Some of these configs are a little hairy. I need to know theJordan K. Hubbard1994-08-221-5/+5
* Make things a little more user-friendlyJordan K. Hubbard1994-08-221-3/+5
* Get the .configure_done stuff working - it wasn't in the right place.Jordan K. Hubbard1994-08-221-3/+3
* Start really adding some features here. Let's see:Jordan K. Hubbard1994-08-221-8/+33
* Simplify the whole configuration script business quite a bit. WhatJordan K. Hubbard1994-08-211-9/+5
* Whoops, the check for a missing distfile was slightly bogus. Now it works.Jordan K. Hubbard1994-08-211-10/+11
* Make any local configuration file unconditional. That is, if one existsJordan K. Hubbard1994-08-211-8/+8
* Commit my new ports make macros. Still not 100% complete yet by any meansJordan K. Hubbard1994-08-211-0/+152