Commit Graph

27 Commits

Author SHA1 Message Date
Akinori MUSHA
c7ce21a4a7 Unbreak under 5.0-CURRENT.
PR:		ports/17404, ports/18301
Submitted by:	Khetan H. Gajjar <khetan@freebsd.os.org.za>,
		Scot W. Hetzel <hetzels@westbend.net>
2000-04-30 18:51:48 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Chris Piazza
c3bb46468e Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:07:29 +00:00
Bill Fumerola
5e2f02b7c3 More packaging fixups from maintainer.
PR:		ports/17139
Submitted by:	maintainer
2000-03-21 01:20:00 +00:00
Satoshi Asami
f45f1bdd19 Remove two files that don't exist to fix packaging. 2000-03-13 03:21:47 +00:00
Bill Fumerola
89171f8a5e (1) more proper handling of some files that sometimes exist.
(2) remove stupid test cruft that got accidently committed.

Both of the above mistakes were not the maintainer's fault and not part
of the original PR referenced in the previous commit.

Submitted by:	maintainer
2000-03-10 17:55:08 +00:00
Bill Fumerola
e6503fb81a Upgrade to the latest and greatest apache/frontpage combo.
PR:		ports/16974
Submitted by:	maintainer
2000-03-01 06:25:15 +00:00
Steve Price
159f896689 Update to FrontPage Extensions 2000.
PR:		14866
Submitted by:	maintainer
2000-01-03 03:36:38 +00:00
Steve Price
936af4387d Update to use Apache version 1.3.9. Misc. notes from maintainer:
patch-au corrects a problem when either ResourceConfig/AccessConfig is
set to the apache configuration file (${PREFIX}/etc/apache/httpd.conf).

Without this patch, if you set the apache server to listen to alterate
ports the server would fail to start and the error log would contain:

[crit] (48)Address already in use: make_sock: could not bind to port 8000

ResourceConfig/AccessConfig can't be set to /dev/null.  The fpsrvadm.exe
will not be able to obtain the DocumnetRoot from the ResourceConfig file
(/dev/null).

PR:		13673
Submitted by:	maintainer
1999-09-27 02:52:26 +00:00
Peter Wemm
e7aa81f1a6 $Id$ -> $FreeBSD$ 1999-08-31 02:43:35 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Steve Price
0582f8172d Set ResourceConfig and AccessConfig to the correct values.
PR:		11862
Submitted by:	maintainer
1999-06-09 08:05:03 +00:00
Steve Price
97605ff731 Update to version 1.3.6 of apache.
PR:		10937
Submitted by:	maintainer
1999-05-03 01:51:00 +00:00
Satoshi Asami
1623a18b43 Like other apache* ports, this one doesn't use GNU configure. 1999-03-26 14:07:16 +00:00
Bill Fumerola
5ce0d3f8b5 Fix missing "\"s
Noticed By:	#FreeBSD
1999-03-13 17:57:44 +00:00
Bill Fumerola
6017a1a317 Add the Apache mirror sites. For ports with 'mods' attached to them, the MASTER_SITEs
were alternated so the user does not have to get 10 apache MASTER_SITEs when all
they need is one 'mod' MASTER_SITE, which is what would happen if we used a
MASTER_SITE_APACHE or added all of the mirrors in a row.

Approved By:	apache maintainers, asami
Submitted By: 	Brian Feldman <green@unixhelp.org>, billf
1999-03-13 17:11:04 +00:00
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