Commit Graph

70 Commits

Author SHA1 Message Date
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
Dirk Froemberg
f22d8e137e Upgrade to PHP-3.0.7. 1999-03-09 11:22:59 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
Dirk Froemberg
c23150d20f Upgrade to Apache 1.3.4 and mod_ssl 2.1.7. 1999-01-13 17:31:16 +00:00
Marc G. Fournier
c7beeaae1f More Y2K Statement Links... 1999-01-13 02:47:33 +00:00
Dirk Froemberg
45e82821dc Don't link ${PREFIX}/share/doc/apache/* to ${PREFIX}/www/data/
if the file or symlink exists already.

Reported by:	Peter Hawkins <thepish@freebsd.org> (a long time ago...)
PR:		ports/9347
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-08 17:22:06 +00:00
Dirk Froemberg
0c4a09c205 Change PKGNAME from apache-php3.x.x-x.x.x to apache-php3-x.x.x to
conform the convention and to create a latest link named apache-php3.tgz.

Requested by:	Satoshi
1999-01-03 12:26:47 +00:00
Dirk Froemberg
ee2eebaf97 Upgrade to PHP 3.0.6 and mod_ssl 2.1.4 1998-12-26 00:08:10 +00:00
Dirk Froemberg
440a8f9af9 - BATCH mode: if ${BATCH} is defined apache with a plain PHP3 module
is created, i. e. no additional support for e. g. databases

  It is possible to build an apache13-php3 package now.

- honor ${CC} and ${CFLAGS} while compiling PHP3

- make apache13-php3 ${WRKDIRPREFIX} clean

- added OpenLDAP support
  Requested by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org>

- upgrade to mod_ssl-2.1.3
1998-12-23 00:44:50 +00:00
Satoshi Asami
a147e1cee7 Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Since
NO_WRKDIR is a port variable, not a user variable, it made no sense
for these to be here in the first place.
1998-12-12 04:18:47 +00:00
David E. O'Brien
61780c606e More master sites from Dirk Froemberg <ibex@physik.TU-Berlin.DE>. 1998-12-05 09:36:59 +00:00
Bill Fumerola
fcf639fe9e Unbreak by referencing the ftp site for php.
PR:		ports
Submitted By:	Josh Gilliam <josh@quick.net>
1998-12-02 20:32:02 +00:00
David E. O'Brien
007e35283b Add a little more description what "php3" is.
Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14

Submitted by:  Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-11-06 11:02:22 +00:00
Andreas Klemm
a09b649f1e - integrate Ralf S. Engelschall's apache13-modssl,
i. e. apache13-php3 supports SSL now!

- upgrade to Apache 1.3.2 and PHP 3.0.4

- enable track-vars for PHP3 by default to support phplib
  (http://phplib.shonline.de/)
  Pointed out by: Thomas Kuehne <thomas@todo.de>

- losts of minor changes (install php-icons, index.php3 as DirectoryIndex,
  support .php3 and .phtml suffixes, enable application/x-httpd-php3-source
  for .phps and .php3s, install default php3.ini-dist, ...)
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-09-30 18:16:08 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Andreas Klemm
28a179bc5c use patch-ak from apache3 port (erase pid file)
and freetype support
1998-09-13 17:18:13 +00:00
Andreas Klemm
06a7441c14 activate USE_PERL5
Submitted by:	maintainer
1998-09-01 21:04:57 +00:00
Andreas Klemm
1e60a28d98 - update port to newest apache (1.3.1) and php (3.0.3) version
- change maintainer to Dirk Froemberg <ibex@physik.TU-Berlin.DE>, since
  he is now the driving force
- totally revamped configuration (dialog based as in ghostscript)
- make portlint happy (andreas@FreeBSD.ORG), APACHE_VER and PHP3_VER
  variable has to appear later in Makefile, not in front of DISTNAME
  and PKGNAME
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-09-01 18:38:05 +00:00
Jordan K. Hubbard
aca6605a01 Upgrade to php 3.0.3. The MAINTAINER seems to be not responding and
I gave him every chance to commit these changes (or even reply) himself.
1998-08-30 01:43:12 +00:00
Jun Kuriyama
b0f30ac2aa Fix error at starting script with PostgreSQL.
No response from:	maintainer
1998-08-27 14:08:20 +00:00
Andreas Klemm
a10f39bb71 added new port apache3-php3 after repository copy
many thanks to the contributors.
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE> and Stefan Herrmann <sh@webaffairs.de>
1998-07-25 11:30:31 +00:00
Andreas Klemm
202baee5f6 Upgraded to last php version 3.0.2
Included freetype support for php
Why freetype support ?

If you compile PHP with gd and freetype[it's already a port], and grab
some free truetype fonts from microsoft in self-install.exe format you
can generate really nice on the fly gif's with text in them.  Buttons,
banners etc.

William told me: I had to install the free microsoft fonts on my pc
and then ftp them. I can't think of a way to extract the files from
the .exe archive. I don't think it's a zip type.

I got the fonts microsoft link by digging around in
http://www.freetype.org

Submitted by:	William Lloyd <wlloyd@mpd.ca>
1998-07-25 06:51:26 +00:00
Andreas Klemm
301287daf5 upgrade to newest php version 3.0.1
fixes regarding compilation/linking with libgd
a fix for me in Makefile to make this submission $PREFIX clean
big thanks to William
Submitted by:	William Lloyd <wlloyd@tolstoy.mpd.ca>
1998-07-11 20:52:38 +00:00
Andreas Klemm
50e81692ac William sent patches to me so support dbase type database...
If there are any problems related to this, send him an e-mail,
I can't test this !
Submitted by:	William Lloyd <wlloyd@mpd.ca>
1998-06-27 13:52:34 +00:00
Andreas Klemm
7e09fa2850 - apache-php port totally revamped
- now based on apache 1.2.6 and PHP3 support with the tough help of Dirk
- Supports 3 kinds of databases now
	- msql
	- mysql
	- postgresql
- Only modified order in Makefile to keep portlint happy
- Fixed php's configure section in Makefile, to use CC and CFLAGS from
  /etc/makefile, instead to use -g -O2
- only one patches subdir remains
This port should now be "repository moved" from:
	apache-php
to something like:
	apache12-php3
Obtained from:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-06-14 09:58:22 +00:00
Andreas Klemm
7ac76a9e2d If BATCH is defined, then build apache-php with mysql support.
Reasons:
	- mysql is free software and very popular.
	- msql is only free for private use
	- msql isn't as fast and reliable (from hearsay)
1998-02-22 23:06:17 +00:00
Andreas Klemm
e33653b3ac Remove brokenness from this port ;-) Thanks to Dirk Froemberg.
New features:
- You have to set variable PHP_DBTYPE to msql or mysql by typing
  make PHP_DBTYPE=[ msql | mysql ]
  to build the port with msql or mysql support.
- The php configuration isn't interactive anymore
  Theoretically we could default to mysql database and build
  a package, so that make batch could work !
- Cleaned up port dependency, so that libgd actually gets build
  (I fixed this one)
- made portlint as happy as I could, changed /usr/local to ${PREFIX}
  and changed sed -> ${SED}
The only thing that is missing now is an apache-php-SSL port and
postgresql support ;-))
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-02-22 23:01:44 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Satoshi Asami
eeb898bbd3 Add back PKGNAME which was deleted mysteriously in revision 1.39 (DISTNAME
is not valid).  Add "-php" in the middle of it to distinguish it with regular
apache.
1997-09-09 10:01:36 +00:00
Andreas Klemm
b6235acf4b Included DB LIB dependency when patching apaches Configuration
file ... Not tested ... but necessary ... as I said "work in
progress"
1997-09-03 18:49:53 +00:00
Andreas Klemm
18685d0178 Apache 1.2.1 + PHP support
Currently 2 kind of databases will be supported, msql and mysql
The problem is, that depending on the flavour of database you want
to support, you need a different set of patches to apache's
Makefile, so that header and loader flags, paths and libs
are correctly resolved ...
I marked this port as BROKEN, since I wasn't able, to exactly
check the whole port due to the fact, that currently I only
have one db installed. Will try to get it managed next weekend.
Well if someone is so keen, then simply remove BROKEN and you
should be able to use what's already possible ...
1997-09-03 18:45:16 +00:00
Andrey A. Chernov
7ec41b024f Do not replace Apache md5 with FreeBSD one, it cause supporting
problems but gains almost nothing
PR: 4380
1997-08-25 23:11:21 +00:00
Andrey A. Chernov
2c5c2b8135 Merge with former apache-stable 1997-08-13 15:05:03 +00:00
Peter Wemm
c91e427134 The great apache shuffle, part 1.. Revive files and break out SSL.. 1997-08-12 11:49:12 +00:00
Andrey A. Chernov
d0ae4b63d9 Upgrade to 1.2.1 1997-07-08 13:04:19 +00:00
Andrey A. Chernov
5b2a881b02 Update to 1.2.0 1997-06-06 13:45:15 +00:00
Andrey A. Chernov
1284c0768f More fixing of OPTIM replacement 1997-05-31 20:34:09 +00:00
Andrey A. Chernov
ea2647680f Fix OPTIM= patching 1997-05-31 20:26:38 +00:00
Andrey A. Chernov
6c8762d020 Upgrade to 1.2b11 1997-05-31 20:16:08 +00:00
Andrey A. Chernov
23f3d48ee5 Upgrade to 1.2b10 1997-05-02 18:22:12 +00:00
Andrey A. Chernov
cc05e7d7e8 Upgrade to 1.2b8 1997-04-14 18:54:34 +00:00
Andrey A. Chernov
11de4ce860 Upgrade to 1.2b7 1997-02-26 01:23:18 +00:00
Andrey A. Chernov
a9cdad4f7a Upgrade to 1.2b6 1997-01-28 05:39:39 +00:00
Andrey A. Chernov
a634d18f8a Upgrade to 1.2b4 1997-01-02 16:40:05 +00:00
Andrey A. Chernov
39f3dc0e4d Upgrade to 1.2b3
Submitted by: mostly by peter
1996-12-25 22:53:28 +00:00
Mark Murray
5ac7b1c319 Mark the SSL'ed version as BROKEN, until the official patches appear. Also
add myself as maintainer of the SSL version.
1996-12-11 21:04:21 +00:00
Andrey A. Chernov
b52bc6ef01 Upgrade to 1.2b2 1996-12-11 19:10:06 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Andrey A. Chernov
5008ac84cd Add information URLs comment 1996-11-07 01:53:14 +00:00