summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami
bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
1999-02-03(1) ${MASTER_SITE_SUBDIR} is now a list, and ${MASTER_SITE_*} macrosSatoshi Asami
will be expanded multiple times if ${MASTER_SITE_SUBDIR} contains more than one item. Reviewed by: Bill "Mr. distfiles" Fenner (2) Replace stale site with a good one in MASTER_SITE_GNU. Submitted by: Bill "Mr. mastersites" Fenner (3) Add new variable USE_BZIP2, which, like USE_GMAKE, will change the default decompression method of distfiles from gzip to bzip2. Since tar doesn't have a simple flag to turn on bzip2 decompression, I changed the way EXTRACT_CMD and EXTRACT_{BEFORE,AFTER}_ARGS work. These are the new defaults: EXTRACT_CMD: gzip or bzip2 EXTRACT_BEFORE_ARGS: -dc EXTRACT_AFTER_ARGS: | tar -xf - (They used to be "tar", "-xzf", and "", respectively, before.) Also, EXTRACT_SUFX will default to ".tar.bz2" if USE_BZIP2 is set. There are a few things porters should be careful about: (a) If you are using bsd.port.{pre,post}.mk, USE_BZIP2 should be set before the .include of pre.mk. (b) Do not use ${EXTRACT_SUFX} as an alias of tar. There is a new variable ${TAR} for that purpose. (c) If you are calling ${EXTRACT_CMD} directly, you need both ${EXTRACT_BEFORE_ARGS} and ${EXTRACT_AFTER_ARGS} in the command line. (The latter was previously empty so could be omitted -- that is no longer the case.) (d) If you need to set any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS, define all three, even if they are the default. The values of these variables may very well change in the future (but the calling syntax probably will not) so it will save the port from breakage when that happens. Tested by: recompiling the entire ports tree
1999-02-03Fix installation path.Satoshi Asami
1999-02-03Use bsd.port.{pre,post}.mk.Satoshi Asami
1999-02-03Fix typo in previous commit.Satoshi Asami
1999-02-03LIB_DEPENDS to xpm.Satoshi Asami
1999-02-03Change libPropList directory name.Satoshi Asami
Forgotten by: vanilla
1999-02-03Remove trailing whitespace.Satoshi Asami
1999-02-03Delete superfluous \ from end of line. (It didn't hurt since the next lineSatoshi Asami
was empty anyway, but....)
1999-02-03Add a secondary master site (hmm, that sounds funny..)Archie Cobbs
Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za>
1999-02-03Patch the main makefile. Sometimes gmake exits(0) even if an inferior makeJean-Marc Zucconi
failed. (looks like a bug in gmake) PR: ports/9690
1999-02-03Upgrade: 1.6 -> 1.7Jean-Marc Zucconi
1999-02-02Fix MASTER_SITES: ftp.ibp.fr (no such host) -> ftp.lip6.frBill Fenner
1999-02-02Upgrade to 0.4.6Vanilla I. Shu
PR: ports/9873 Submitted by: Chris Piazza <cpiazza@home.net>
1999-02-02Upgrade to 0.61.Vanilla I. Shu
1999-02-02Upgrade to 1.20.Vanilla I. Shu
1999-02-02Sync with peter's suggestion.Vanilla I. Shu
1999-02-02Remove BROKEN_ELF:Dirk Froemberg
replace /usr/bin/perl in ${WRKSRC}/stubgen with ${PERL5}.
1999-02-02Update to 1.0.1Seiichirou Hiraoka
PR: ports/9737 Submitted by: MAINTAINER
1999-02-02libPropListgnome => libPropList.Vanilla I. Shu
1999-02-02Upgrade to 0.8.3, and I remove USE_X_PREFIX.Vanilla I. Shu
PR: ports/9844 Submitted by: maintainer.
1999-02-02Fix libtool for 4.0c.Vanilla I. Shu
PR: ports/9827 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-02-02Portlint, libtool.Vanilla I. Shu
PR: ports/9826 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-02-02Sync libttol with peter's suggestion,Vanilla I. Shu
and remove patches.aout, we dont need it anymore.
1999-02-02Correct md5 checksum, and portlint.Vanilla I. Shu
PR: ports/9829 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-02-02Upgrade to 0.99.5, and portlint.Vanilla I. Shu
PR: ports/9825 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-02-02Add www url to pkg/DESCR.SADA Kenji
1999-02-02Unbreak, portlint.Mark Murray
1999-02-02Upgrade to 0.99.5, and portlintVanilla I. Shu
PR: ports/9818 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-02-02Fix VFlib version number.Satoshi Asami
1999-02-02Upgrade to 0.99.5.1.Vanilla I. Shu
1999-02-02Add ${EXTRACT_AFTER_ARGS} to command line -- it won't hurt as it's emptySatoshi Asami
right now, but will be needed when we add bzip2 support.
1999-02-02Upgrade to 0.99.5, and portlintVanilla I. Shu
PR: ports/9824 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-02-02Correct stale patch.Joseph Koshy
Found by: asami@freebsd.org
1999-02-02Upgrade to 4.40 "G" -- a special FreeBSD version to fix minor problems withDavid E. O'Brien
the 4.40 distribution.
1999-02-02Forced commit to record unbreaking for ELF. The previous commit abortedJoseph Koshy
due to pilot error.
1999-02-02Forced commit to record unbreaking for ELF.Joseph Koshy
1999-02-02Add patch for ELF support.Joseph Koshy
1999-02-02Unbreak for ELF.Joseph Koshy
1999-02-02Add xpm dependency.Satoshi Asami
Submitted by: giffunip@asme.org
1999-02-02Fix script install path.Satoshi Asami
1999-02-02Fix installation dirs.Satoshi Asami
1999-02-02Upgrade to 0.99.5.Vanilla I. Shu
1999-02-01portlint.Satoshi Asami
1999-02-01Add USE_XLIB so this one compiles.Satoshi Asami
1999-02-01Upgrade to version 5.0 of ACM.Stefan Eßer
1999-02-01Upgrade to 990131 version of Wine.Stefan Eßer
1999-02-01portlint.Satoshi Asami
1999-02-01Portlint.Satoshi Asami
1999-02-01Sync with peter's suggestion.Vanilla I. Shu