1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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 11:12:01 +00:00
Steve Price
a9b998ac9a Update to version 1.3.4.
PR:		9617
Submitted by:	maintainer
1999-01-26 02:27:31 +00:00
Bill Fumerola
f444c9f8c8 Correct bug in 'suexec'.
PR:		ports/8883
Submitted by:	Scot W. Hetzels (maintainer)
1998-12-04 22:05:16 +00:00
David E. O'Brien
7368610cb7 Move pre-fetch target to pre-extract. The desire is to be able to fetch
ports in batch (example, to take to another site and build, or to build
your own distfiles CDROM).

Reviewed by:	Scot W. Hetzel <hetzels@westbend.net> (the Maintainer)
1998-12-02 00:32:38 +00:00
Bill Fumerola
e7edc07553 Update bug where a non-existant ${PREFIX}/www/data will make the install
fail.

PR:		ports/8857
Submitted by:	maintainer (hetzels@westbend.net)
1998-11-25 20:49:02 +00:00
Bill Fumerola
c14690f4e7 Update -fp so it doesn't crap out on config files with ``"'' in them.
PR:		ports/8749
Reviewed by:	Bill Fumerola <billf@FreeBSD.org>
Submitted by:	Scot Hetzel <hetzels@westbend.net> (maintainer)
1998-11-19 22:48:42 +00:00
Steve Price
3352fe7273 Fixup port to provide Apache version 1.3.3 with FrontPage extensions.
PR:		8522
Submitted by:	maintainer
1998-11-10 01:56:01 +00:00
Satoshi Asami
6e53cdbd77 Mark this broken while waiting for upgrade after repository copy. 1998-11-09 04:42:12 +00:00
Tim Vanderhoek
bf7d58180e Wwwaste the manpages. 1998-08-19 20:55:56 +00:00
Matthew Hunt
4016f6e524 Import of Apache with MS FrontPage Extensions.
PR:		4878
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>, w/input from phk.
1998-05-29 04:46:56 +00:00