aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* (1) Use the new BSD.x11.dist mtree file to create directories underasami1997-06-041-55/+51
* (1) Change logic for dependency: instead of defining "is_depended"asami1997-04-301-47/+54
* Merge from 2.2.asami1997-04-211-8/+13
* (1) Change comment for USE_X11 to be more explicit about what itasami1997-04-151-10/+12
* Add comments.wosch1997-03-101-0/+32
* Make COMMENT and DESCR variables (just like PLIST). Will be usefulasami1997-03-061-9/+11
* (1) Define ${LDCONFIG} and ${MV} to be full pathnames to ldconfig andasami1997-02-231-20/+37
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Submitted by: Dave Cornejo <dave@dogwood.com>obrien1997-02-171-3/+2
* Fixed URL for ftp.tex.ac.uk in MASTER_SITE_TEX_CTAN.obrien1997-02-161-2/+4
* Change $FreeBSD$ back to $Id$. I'm sorry, but it's been too long andasami1997-02-121-1/+1
* (1) Add ${DESTDIR} to ${LOCALBASE} and ${X11BASE}, and remove it fromasami1997-01-251-5/+15
* Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :).asami1997-01-141-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Skip non-existent subdirectories. The diff is rather large becauseasami1997-01-131-10/+11
* Add OpenBSD support. Change some comments to reflect the fact. Also:asami1997-01-121-9/+22
* (1) New variable, SCRIPTS_ENV, which is passed to scripts/configureasami1997-01-121-23/+43
* if !(command) -> if ! (command)wosch1997-01-111-2/+2
* I'm sorry, this kind of commits need to be reviewed by me, espiciallyasami1996-12-261-21/+7
* Integrate changes from OpenBSD's efforts to use the FreeBSD ports system.imp1996-12-261-4/+21
* Suggested by: msmithasami1996-12-231-9/+11
* Add missing targets (extract, patch) in the IGNORE (INTERACTIVE &asami1996-12-181-7/+11
* Add new variable IGNOREFILES, to be set to list of files that you don'tasami1996-12-171-13/+53
* Change delimiter of substitution that uses MANLANG from `.' to `%', soasami1996-12-121-4/+4
* Extend the manpage compression handling a bit.asami1996-12-111-6/+18
* Add support for uncompressing manpages that are already installedasami1996-12-111-4/+16
* Submitted by: fennerasami1996-12-091-10/+14
* Was using new URL (ftp://ftp://) before the RFC has been voted on. :-)obrien1996-12-081-2/+2
* Optimize by changing "sort | uniq" -> "sort -u". "make index" is nowasami1996-12-041-6/+6
* Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details.asami1996-11-301-53/+95
* Just realized that the spacing after "==>" is not consistent. I'masami1996-11-141-8/+8
* Oops, forgot to silencethe gzip command to compress manpages.asami1996-11-141-2/+3
* (1) There is no default "orphans" for CATEGORIES, it simply fails ifasami1996-11-131-21/+106
* Set tabstops to 4 in vi like in emacs.obrien1996-11-031-1/+2
* (1) Add NetBSD support. Closes PR bin/1643.asami1996-11-012-36/+76
* Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is notasami1996-09-241-3/+3
* Look on the CDROM for patch files too.asami1996-09-231-2/+4
* /bin/echo -> ${ECHO}wosch1996-08-261-2/+2
* Use the new "file:" URL specification to fetch to check the CDROMasami1996-08-241-2/+12
* Update explanation of *_DEPENDS, in particular note that bsd.port.mkasami1996-08-201-18/+20
* (1) Use INSTALL_PROGRAM where we attempt to pass this command lineasami1996-08-181-2/+7
* (1) Ignore patches directory without a patch with a message instead ofasami1996-08-171-44/+29
* (1) Add myself as MAINTAINER (of this file) -- commented out so itasami1996-08-151-4/+29
* Make explanation of BUILD_DEPENDS less confusing.asami1996-08-071-3/+3
* Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't haveandreas1996-07-271-3/+3
* Remove now-unused SRC_ENCAPSULATION hack.jkh1996-07-051-29/+1
* Add a missing space in a commentgpalmer1996-06-271-2/+2
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-26/+5
* Correct spelling errors (i before e except after c :-) )gpalmer1996-06-231-3/+3
* Handle the `distribute' target.jkh1996-06-211-1/+7
* Whoops - I made `make clean' chatty by mistake.jkh1996-06-211-2/+2
* The changes to go with ncftp -> fetch. Besides changing the names,asami1996-06-191-11/+12
* Spit out the a proper port path for the describe target.jkh1996-06-191-2/+2
* Ok, now cleandir: is correct.jkh1996-06-191-4/+4
* Add some unobtrusive changes to handle sources which aren't portsjkh1996-06-191-53/+106
* Add "MASTER_SITES?=" (no this is not a typo) right before theasami1996-06-131-1/+2
* Add some comments to sections to disable targets using NO_* variables.asami1996-06-011-6/+12
* Set MAKE_ENV and CONFIGURE_ARGS with += instead of ?=, it is easier toasami1996-05-301-3/+3
* Fix a minor grammatical error (reselled -> resold) I just noticed.jkh1996-04-281-2/+2
* Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.asami1996-04-261-2/+2
* Add NO_CDROM, RESTRICTED, BROKEN and Motif support.asami1996-04-121-9/+50
* use .for loop for common targetswosch1996-04-101-51/+6
* Change ${ENV} -> ${SETENV}. The former coincides with startup fileasami1996-04-071-6/+6
* Thanks for the overwhelming response (which can be only summarized by theasami1996-04-012-4/+87
* Change name of variable to LOCALBASE, to keep it symmetric with X11BASE,asami1996-03-311-3/+3
* Add a variable LOCAL_PREFIX that defaults to "/usr/local", as aasami1996-03-311-2/+3
* remove BINGRP?= BINOWN?= BINMODE?=wosch1996-03-241-4/+1
* Replace PATCH_PRFX with a more generic DIST_SUBDIR. If it is set toasami1996-03-101-32/+28
* Delete all references to the variable ${KEYWORD} that never quite flew.asami1996-03-061-6/+14
* Replace absolute pathnames with variables, so thatasami1996-03-061-68/+80
* Add a check for when the user tries to FTP over a symlink in ${DISTDIR}.jkh1996-02-161-1/+13
* correct semantic error in the English usage:adam1996-02-081-5/+5
* Mention "make reinstall" in the message that gets printed out whenasami1996-02-071-2/+2
* Add NCFTP tailer arguments: ${NCFTPTAIL} variableache1996-02-071-5/+5
* Add support for ALL_HOOK feature. Lets you replace the `all' targetjkh1995-12-071-1/+13
* Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesasami1995-11-261-5/+23
* Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.asami1995-11-181-2/+2
* Back out the two latest changes. The -current branch is now equal toasami1995-10-181-7/+1
* Add NO_FETCH handling in the similar way as other NO_* targets doesache1995-10-161-1/+5
* Fix NO_EXTRACT case: build missing WRKDIRache1995-10-161-1/+3
* Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setasami1995-10-111-1/+5
* Add CONFIGURE_ENV: pass this environment to configure script.ache1995-10-051-2/+3
* Attempt to sound more civilized by adding a missing period toasami1995-10-041-2/+2
* Use full pathname for ldconfig (/sbin/ldconfig).asami1995-10-031-2/+2
* Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.asami1995-09-181-15/+61
* Ignore patchfiles that end with ".orig" or "~".asami1995-09-131-5/+19
* Don't trust ncftp's exit status, they are not indicative of whetherasami1995-08-291-14/+12
* Clean up EXTRACT_ONLY logic a bit. Instead of branching in theasami1995-08-291-10/+5
* Merge all the "skeleton" target into one macro. This is an enormousasami1995-08-181-237/+149
* Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadasami1995-07-241-3/+3
* Simplify the USE_IMAKE stuff considerably.jkh1995-07-181-9/+1
* A regrettable hack to allow a port to say that it doesn't want its Makefilesjkh1995-07-151-1/+5
* Add IS_DEPENDED_TARGET to change the behavior of a port when you wantasami1995-07-111-2/+18
* Useasami1995-06-261-6/+6
* Use full pathnames for the commands. Everything except gmake andasami1995-06-261-93/+99
* Check if uid is 0 before running mtree. If you aren't root, you justasami1995-06-261-2/+7
* Add new option NO_MTREE. If set, bsd.port.mk won't run mtree toasami1995-06-251-2/+8
* Add a "checkpatch" target that does a "patch -C" instead of a "patch".asami1995-06-241-3/+20
* Renamed the default package repository ".../packages/.packages" toasami1995-06-061-4/+5
* Remove comment about not being able to undefine a variable, as we *can*asami1995-05-291-3/+2
* Fix the indent level. I know we're in code freeze, and this isasami1995-05-161-2/+2
* Don't conditionalize fake-pkg on NO_PACKAGE.asami1995-05-141-5/+1
* Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off.asami1995-05-131-1/+7
* When NO_PACKAGE is set, "package" and "repackage" don't depend onasami1995-05-121-3/+3
* Not only deleting the package and package links, also exit with statusasami1995-05-121-1/+2
* Delete package and links when pkg_create fails.asami1995-05-121-4/+7
* Add new variable to override the "hey foobar-1.2.3 is already installed"asami1995-05-101-1/+6
* Make the "reinstall" target delete the package cookie as well asasami1995-05-091-1/+2
* added support for distribution patches in a subdir of ${DISTFILES}adam1995-05-051-18/+28
* Put an `@' in front of the mtree command. I don't want to see it.jkh1995-05-041-2/+2
* Add an mtree line to the install target.jkh1995-05-021-1/+6
* A bunch of new targets in the package area. Relevent targets are:asami1995-04-301-14/+44
* Pass X11BASE to all sub-makes. I need it for a port, and I daresay thatjkh1995-04-281-18/+18
* (1) Add the chain of dependencies to the targets in the NO_* sectionasami1995-04-241-10/+12
* Move call of fake-pkg from do-install to end of install.asami1995-04-241-4/+4
* Ok, this should get the last of the stragglers installed into a new fake-pkg.jkh1995-04-221-1/+4
* Don't try to run the fake-pkg target if NO_PACKAGE is set.jkh1995-04-221-1/+3
* Typo: patch -> packagejkh1995-04-221-2/+2
* Instead of copying PLIST over, run pkg_create in a special mode that dumpsjkh1995-04-221-2/+2
* Major overhaul. The major targets (fetch, extract, patch, configure,asami1995-04-211-357/+532
* 1. Add Satoshi's much-requested "fake pkg_add" option to the installationjkh1995-04-191-1/+29
* Use PKGNAME in the "describe" target (used to generate INDEX) too.asami1995-04-181-2/+2
* Use PKGNAME instead of DISTNAME in messages. To avoid things likeasami1995-04-181-20/+20
* "package" now depends on "install", so we can do "make -k package" fromasami1995-04-171-2/+18
* "all" now depends on "build", not "extract configure build".asami1995-04-171-2/+2
* Yikes...typo (.package/ should have been .packages/).asami1995-04-161-2/+2
* Don't pass duplicate pkgdeps to pkg_createjkh1995-04-101-3/+3
* Add new -P argument to pkg_create.jkh1995-04-091-2/+2
* Add 2 new targets to facilitate some things I'm thinking about.jkh1995-04-091-1/+21
* 1. Fix the first line (should be a proper comment - silly emacs).jkh1995-04-091-3/+4
* Add support for categorized subdirectories for packages. By default,asami1995-04-091-6/+25
* Add USE_X11 for ports which are X11 users but don't use IMAKE.jkh1995-04-041-2/+3
* Remove a `.' from the end of the echo linegpalmer1995-04-041-2/+2
* By default, KEYWORDS is a copy of CATEGORIES.jkh1995-04-011-2/+2
* Add default values and document them for CATEGORIES and KEYWORDS.jkh1995-04-011-3/+3
* Add support for new CATEGORIES and KEYWORDS fields.jkh1995-04-011-2/+10
* Add support for "distributed" patches and a little extra cleanup.asami1995-03-281-13/+89
* Added more standard package suport file names. INSTALL for theasami1995-03-271-2/+13
* Add a misssing `@' from before echo -n "|${MAINTAINER}"gpalmer1995-03-241-3/+3
* Add maintainer to the index line.jkh1995-03-231-5/+13
* Add new EXTRACT_BEFORE_FLAGS and EXTRACT_AFTER_FLAGS variables to makejkh1995-03-231-5/+15
* Make the fetch message a little more interesting and informative.jkh1995-03-221-2/+2
* Add fetch-list command for Rodjkh1995-03-212-39/+63
* Make the describe rule generate more thorough information that's actuallyjkh1995-03-211-8/+10
* Document the index target.jkh1995-03-211-1/+2
* Don't do anything if BATCH is specified and the port is interactive forats1995-03-201-1/+3
* Change the xmkmf call to a xmkmf -a call. This should be more correct forats1995-03-191-3/+3
* Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-portsgpalmer1995-03-041-10/+20
* Back out my previous change. I need to really think about this.jkh1995-03-031-2/+2
* A small feature just for my own use.jkh1995-03-031-2/+2
* Always go to ${WRKDIR} before extraction. Modify the tar extract commandjkh1995-02-171-3/+6
* Make the checksum target not bomb out if there is a mismatch, justgpalmer1995-02-151-2/+1
* Allow arbitrarily named configure script for use w/ HAS_CONFIGURE.hsu1995-02-061-2/+5
* Use absolute path to md5 program. It lives in /sbin and people are unlikelyphk1995-02-051-2/+2
* Add long-awaited (:) support for sophisticated dependency checking. We nowasami1995-02-041-5/+83
* Start the ball rolling by sticking agpalmer1995-02-021-1/+2
* Make fetch a bit more forgiving of subdirs.jkh1995-01-301-3/+3
* Fix bogus tab in makesum target.jkh1995-01-241-2/+1
* Set PREFIX in the build target. Suggested by John Fieber.jkh1995-01-241-5/+5
* Oops. Fix up the checksum routine - my last commit broke it slightly.gpalmer1995-01-231-20/+20
* Put brackets around EXTRACT_CMD, can be several commands hereache1995-01-181-3/+3
* Correct a small problem in that when there isn't a checksum for thatgpalmer1995-01-171-4/+11
* Use absolute path for install passed to configureache1995-01-121-3/+3
* Typo!asami1995-01-111-3/+3
* Add missing ! in front of pipeline for extract commands---otherwiseasami1995-01-111-3/+3
* Catch case where extraction fails. Thanks!jkh1995-01-101-3/+7
* Move pre-extract target inside COOKIEache1995-01-071-7/+8
* Sort out dependencies. Now they look like:asami1995-01-051-5/+5
* Typo fix from Ollivier Robert.jkh1995-01-051-3/+3
* Rename check-md5 target to checksum.jkh1995-01-051-3/+3
* Gary Palmer's patches for checksumming and description.jkh1995-01-051-7/+13
* Put depends before configure. No reason that I can see for putting it after,jkh1995-01-041-2/+2
* Some of the doc here was less than adequately fleshed-out. Make somejkh1995-01-041-10/+20
* Document describe target.jkh1995-01-041-1/+3
* Add describe target support.jkh1995-01-032-2/+15
* Preset ac_cv_path_CC="${CC}" before running ./configure,ache1995-01-021-2/+2
* Oops, forget "" for ${CC} and ${CFLAGS}...ache1994-12-281-2/+2
* Set proper INSTALL* variables before running ./configureache1994-12-281-2/+5
* Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g defaultache1994-12-281-2/+2
* Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'ache1994-12-281-2/+2
* Put dummy targets for make-md5 & check-md5 inside agpalmer1994-12-181-1/+5
* bsd.port.mk: missing semicolon addedgpalmer1994-12-182-4/+8
* Automatically add gmake to DEPENDS, if USE_GMAKEache1994-12-171-1/+4
* Don't use build: ... pre-build, move pre-build insideache1994-12-171-2/+3
* patch: pre-patch ... is wrong, move pre-patchache1994-12-141-2/+3
* Added '${GMAKE} install.man' when installing with Imake and gmakejmz1994-12-131-1/+4
* Early md5-checksumming code. This seems to work fine on my machinegpalmer1994-12-121-1/+32
* Last gremlin-killer of the day. Typo fixed and missing .endif replaced.gpalmer1994-12-111-2/+3
* <Sigh> Got the placing of a .if wrong. Fix it.gpalmer1994-12-111-4/+6
* Erk. Damn. A hash perfixing a comment was lost somewhere.gpalmer1994-12-111-2/+2
* 1) Small tidyupgpalmer1994-12-111-8/+27
* Change wrong comment: NCFTP_ARGS --> NCFTPFLAGSache1994-11-261-2/+2
* Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chanceats1994-11-211-1/+3
* Add reinstall.jkh1994-11-181-1/+5
* There seems to be some trouble with install.man working right everywhere.jkh1994-11-171-2/+2
* Whoops! Typo. Correct.jkh1994-11-171-2/+2
* I found today that making packages for X11 ports wasn't working.jkh1994-11-171-2/+7
* Add support for NO_WRKDIR.jkh1994-11-171-1/+7
* 2 new concepts that just occurred to me:jkh1994-11-171-1/+14
* If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefilesjmz1994-11-171-1/+5
* Make depends a separate target. Now you can select when the dependencyjkh1994-11-151-11/+15
* Add patch cookies. This should prevent gratuitous patch re-applicationjkh1994-11-111-9/+24
* For submakes, don't do a `${MAKE} ${MAKEFILE} all' orjkh1994-11-041-5/+8
* Add reinstall target for Poul-H. This lets you install again fromjkh1994-11-041-2/+12
* This is what I get for implementing suggestions without really thinkingjkh1994-11-021-2/+2
* 2 changes:jkh1994-11-021-9/+16
* Make patch rule pick up everything in patchdir alphabetically.jkh1994-11-011-2/+2
* 1. PREFIX has nothing to do with DESTDIR. Remove it finally.jkh1994-10-231-4/+4
* Invoke install.man if USE_IMAKE is set.jkh1994-10-221-1/+4
* Add ${.MAKEFLAGS} to sub-makes, pointed by Rodache1994-10-151-4/+4
* Add new IS_INTERACTIVE flag. This lets you specify that the portjkh1994-10-141-3/+37
* Silence the sub-makes.jkh1994-10-131-3/+3
* Change the way pre-install was done after a suggestion from Andrew.jkh1994-10-131-7/+5
* Re-work the way pre-install was being depended. I couldn't make thejkh1994-10-131-3/+3
* Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure lineache1994-10-121-2/+2
* Move 'make pre-configure' inside .configure.done: target, orache1994-10-121-2/+3
* configure: pre-configure extract ... must beache1994-10-121-2/+2
* Following changes from Robert Withrow (+ a few mods):jkh1994-10-061-4/+11
* Add an install prefix for packages, so that they're built by defaultjkh1994-10-041-2/+2
* Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't havejkh1994-10-041-1/+2
* If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should helpjkh1994-10-041-1/+6
* Whoops! Forgot to pass PREFIX to the configure subshells. Done.jkh1994-10-041-5/+5
* Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can'tjkh1994-10-041-1/+3
* Prevent duplicate installs with an install cookie.jkh1994-10-031-4/+12
* May the saints praise Robert Withrow <witr@rwwa.com> for showing mejkh1994-10-031-9/+17
* Don't hardcode patch and its arguments. Not quite the same patch as submittedjkh1994-09-281-2/+6
* change COOKIE directory from .CURDIR to WRKDIR since a user may not haveswallace1994-09-221-3/+3
* Modified DEPENDS rule so that anything you depend on gets bothjkh1994-09-191-2/+2
* DESTDIR added to PORTSDIR definitionache1994-09-191-2/+2
* Add support for DEBUG_FLAGS. If you say something like:jkh1994-09-161-1/+3
* Remove obsolete bundle target, add new fetch target.jkh1994-09-151-5/+5
* Don't assume / seperator between site name and dist file in fetch.jkh1994-09-141-3/+3
* Missing semi-colon after a done statement. Fixed.jkh1994-09-131-2/+2
* Adjust comments to document MASTER_SITES and remove mention ofjkh1994-09-131-5/+2
* Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolvedjkh1994-09-131-10/+14
* More fixes and general cleanup. Add more fine-grained control over whatjkh1994-09-111-15/+25
* Whoops, forgot to stop this lurking typo, too.jkh1994-09-111-2/+1
* Eliminate a few lurking bogons - this is almost close to being right!jkh1994-09-111-4/+13
* Annual simplification drive:jkh1994-09-111-110/+95
* Rearrange this a bit while I think about the whole problem of fetchingjkh1994-09-091-50/+55
* As per suggestion by Michael Reifenberger, make ncftp use the -N flag.jkh1994-09-091-2/+3
* Fixed a couple of typos. Ok, this works now. Only one significant hurdlejkh1994-09-021-5/+5
* Ok, I've reviewed this and made it work now. ncftp fetching seems to bejkh1994-09-021-17/+16
* Add a few missing >> lines to error echo's.. This is basically myjkh1994-09-021-4/+4
* Here's my first cut at doing auto-fetch with ncftp. The extract rulejkh1994-09-021-7/+31
* Geeze, what was I thinking again? Replace all references to:jkh1994-09-021-7/+15
* added hook for post-build scriptadam1994-08-311-1/+4
* Lots of changes - get the NO_XXX things over, add @'s to the touches forjkh1994-08-281-20/+74
* Add a pre-configure rule after all, since it's helpful to be ablejkh1994-08-261-6/+7
* Also `make Makefiles' in USE_IMAKE case to catch subdirs.jkh1994-08-261-2/+2