Commit Graph

166 Commits

Author SHA1 Message Date
Dirk Froemberg
b5547c011b Set BROKEN again. 2000-01-27 13:05:20 +00:00
Dirk Froemberg
617852d95e libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2. 2000-01-27 13:04:23 +00:00
Dirk Froemberg
45c9eb9cdf Upgrade to PHP-4.0b3, finally.
At the moment only zlib, mysql and gd support is tested.
2000-01-25 16:52:23 +00:00
Dirk Froemberg
4993756c13 Upgrade to Apache 1.3.11 and mod_ssl 2.5.0. 2000-01-23 00:02:13 +00:00
Dirk Froemberg
a085d07871 Upgrade to mod_ssl-2.4.10. 2000-01-12 14:44:42 +00:00
Dirk Froemberg
86f7d83973 - Use CC and CFLAGS for first configure run.
- gd depends on freetype, now. So join gd and freetype support in
  one option.
2000-01-02 17:17:29 +00:00
Dirk Froemberg
7029af8c65 - add $FreeBSD$
- disable mhash:
  This option causes apache to be linked with -lc _and_ -lc_r.
  As a result apache crashes on startup.
1999-12-28 10:17:34 +00:00
Dirk Froemberg
1d4d854b34 Follow apache13 and take out configuration files of apache
to avoid rare cases where user-edited are deleted.
1999-12-28 10:11:40 +00:00
Steve Price
09932b835d A couple of more ports that now need to LIB_DEPEND on the gd port.
Noticed by:	Ade Lovett <ade@lovett.com>
1999-12-27 22:13:06 +00:00
Dirk Froemberg
092dff0448 Bump freetype's shared library number. 1999-11-25 14:03:42 +00:00
Dirk Froemberg
bf2f175b19 Upgrade to mod_ssl 2.4.9. 1999-11-25 13:58:21 +00:00
Dirk Froemberg
fd10342fed graphics/gd does not install shared libraries any longer, so use
BUILD_DEPENDS instead of LIB_DEPENDS.
1999-11-18 23:08:31 +00:00
Dirk Froemberg
acf3546644 Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
1999-11-07 22:25:40 +00:00
Dirk Froemberg
4e10378cf8 Upgrade to mod_ssl 2.4.8. 1999-11-05 12:04:47 +00:00
Dirk Froemberg
8d43b66eb1 Upgrade to mod_ssl 2.4.7. 1999-11-03 22:19:56 +00:00
Dirk Froemberg
b38aefd8d8 Upgrade to mod_ssl 2.4.6. 1999-10-22 10:12:14 +00:00
Dirk Froemberg
ea8f39c0f8 Add a quick'n dirty hack to fix an build error if openldap support
is selected and kerberos is installed.

Reported by:	Andreas Klemm <andreas@FreeBSD.org> (years ago...)
		Salvatore Greco <salvo@reaper.org>
1999-10-09 15:00:21 +00:00
Dirk Froemberg
ff706b78a9 Upgrade to mod_ssl 2.4.5. 1999-10-01 17:32:14 +00:00
Dirk Froemberg
8f641bab83 Upgrade to mod_ssl 2.4.4. 1999-09-28 15:31:15 +00:00
Dirk Froemberg
00e2daebe1 - bump shared library version number for ucd-snmp from 3 to 4.
- Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support.
  There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h
  and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade
  to 4.0.1.

  Reported by: Wizzard <wizzard@mwci.net>

- Delete http://www.php.net/ from MASTER_SITES to workaround the problem
  that the http server isn't returning a 404 for non-existant files and
  thus breaks fetching of mod_ssl distfile.

  Reported by: Iron Yuppie <aronchick@formatta.com>
1999-09-19 14:37:36 +00:00
Dirk Froemberg
3979c7207c Upgrade to mod_ssl 2.4.2. 1999-09-06 15:48:25 +00:00
Dirk Froemberg
4626156c01 Mark apache13-php4 as broken. 1999-09-06 09:35:02 +00:00
Peter Wemm
e7aa81f1a6 $Id$ -> $FreeBSD$ 1999-08-31 02:43:35 +00:00
Dirk Froemberg
ca1f3d668c Upgrade to mod_ssl 2.4.1. 1999-08-30 20:56:56 +00:00
Dirk Froemberg
e3b849ac2a Disable gd and freetype support.
PR:		ports/13454
1999-08-30 18:07:48 +00:00
Dirk Froemberg
6ac4aad38f Make sure directory ${WRKDIRPREFIX}${CURDIR} exists before
touching files in that directory. Problem only occurs when
${WRKDIRPREFIX} is set.

Found by:	bento.freebsd.org
1999-08-30 10:56:07 +00:00
Dirk Froemberg
8e55fabf4e cosmetics: spaces -> tabs 1999-08-29 15:15:59 +00:00
Dirk Froemberg
e3a346c70f Add option for SNMP support (via net/ucd-snmp).
Requested by:	Khaled Daham <khaled@mailbox.telia.net>
1999-08-26 22:09:39 +00:00
Dirk Froemberg
f1b6bb55b8 Fix two minor problems:
- if e. g. a "make BATCH=yes fetch" was followed by a "make all"
  the config menu popped up.
- if gd was installed but gd support was not checked in the config
  menu, php was compiled with gd support nevertheless.
  (There may be other support options having the same behavior.
  I haven't checked all, yet.)
1999-08-26 21:18:15 +00:00
Dirk Froemberg
39adcb0336 Add option for XML support (via textproc/expat). 1999-08-26 15:03:52 +00:00
Dirk Froemberg
07d6bbe0f9 gd is build as a shared lib, too, so use LIB_DEPENDS instead of
BUILD_DEPENDS.
1999-08-24 08:13:22 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Dirk Froemberg
bb6211f6b6 Disable pdflib and IMAP support for PHP. It doesn't seem to work
at the moment.

Reported by:	andreas
1999-08-20 20:28:37 +00:00
Dirk Froemberg
d52c6146dc Upgrade to Apache 1.3.9 and mod_ssl 2.4.0. 1999-08-20 19:13:00 +00:00
Dirk Froemberg
ac3667b456 Upgrade to mod_ssl-2.3.11.
(Hey, am I really faster with this upgrade than rse himself? I can't
believe it... ;-)
1999-08-19 12:11:01 +00:00
Dirk Froemberg
1048912f96 Fix typo: remove '\' from the last MASTER_SITE. 1999-08-19 11:55:29 +00:00
Dirk Froemberg
e2e03239c0 Rework MASTER_SITES:
- move MASTER_SITES for mod_ssl from scripts/configure.php to Makefile
  thus include them in the heavy rotation
- use ${PHP_DISTDIR} for PHP to minimize the diffs between apache13-php[34]
- cut down to 30 sites (10 for apache, php and mod_ssl each)
1999-08-19 11:26:48 +00:00
Dirk Froemberg
d2eba1ae2e Fix MASTER_SITES for php-4.0b2.
Reported by:	andreas
1999-08-18 15:42:03 +00:00
Dirk Froemberg
17d100a1d8 Set NO_LATEST_LINK to yes. 1999-08-17 09:58:49 +00:00
Dirk Froemberg
6d50851002 apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).
Update to PHP-4.0b2:

"PHP 4.0 offers drastic improvements in every aspect - performance
and scalability, features, platform support and extendibility."

See http://www.php.net/version4/ for details.
1999-08-17 08:07:06 +00:00
Dirk Froemberg
b98bb912e6 s/PHP3/PHP/g;
s/php3/php/g;

whereever appropriate.

This was done in preparation for a repository copy to apache13-php4
to keep the diffs between apache13-php3 and apache13-php4 as small as
possible.
1999-08-16 18:41:13 +00:00
Dirk Froemberg
78aa9254c2 Change PKGNAME to be consistent with apache13-modssl and apache13-ssl:
apache-php3-${VERSION_APACHE} -> apache+php3-${VERSION_APACHE}+${VERSION_PHP3}

apache-php3-${VERSION_APACHE}+mod_ssl-${VERSION_MODSSL} -> \
	apache+php3+mod_ssl-${VERSION_APACHE}+${VERSION_PHP3}+${VERSION_MODSSL}

PR:		ports/13056
1999-08-10 16:07:27 +00:00
Dirk Froemberg
71556202ef - upgrade to PHP-3.0.12
- use new pdflib-2.0
1999-07-30 21:07:03 +00:00
Dirk Froemberg
3fede034cb Upgrade to mod_ssl 2.3.10. 1999-07-28 20:51:21 +00:00
Dirk Froemberg
886d15ea71 Upgrade to mod_ssl 2.3.9. 1999-07-27 10:50:39 +00:00
Dirk Froemberg
2f1d68a830 - upgrade to mod_ssl 2.3.6
- turn off GD support by default due to licence problems
1999-07-15 19:01:49 +00:00
Dirk Froemberg
66d03d0ee3 Add --with-ttf to PHP3_CONF_ARGS when using FreeType.
Problem Reported by:	Andre Shimakawa <shimakaw@cba.zaz.com.br>
1999-07-03 09:54:36 +00:00
Dirk Froemberg
9a761681bb - php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now.
- redirect output of scripts/configure.php globally instead of redirecting
  each echo (saves about 900 bytes 8-).
1999-07-03 09:50:42 +00:00
Dirk Froemberg
32d18d1599 File EXTENSION_STATUS is no longer in the PHP3 distribution. 1999-07-01 11:28:26 +00:00
Dirk Froemberg
8a14a57b16 Switch from mysql322 to mysql322-client and mysql322-server. 1999-07-01 09:06:39 +00:00