Commit Graph

368 Commits

Author SHA1 Message Date
Dirk Froemberg
1b1465b93c Remove stale PLIST_SUB for AP_LIBEXEC which wrongly overrode previous
setting for PLIST_SUB.

PR:		ports/37769
2002-05-11 15:51:21 +00:00
Kris Kennaway
109950ce7e Chase libmcrypt version bump.
Submitted by:	Larry Rosenman <ler@lerctr.org>
PR:	ports/37812
2002-05-07 02:27:53 +00:00
Dirk Froemberg
b39a88a3f7 Add hook for building mod_php4 as an apache2 module (WITH_APACHE2). 2002-05-01 10:56:02 +00:00
Dirk Froemberg
bdafa4c36e ${ECHO} -> ${ECHO_CMD} 2002-05-01 10:48:54 +00:00
Dirk Froemberg
7c220955f1 Remove unneeded post-extract hook. 2002-05-01 09:44:41 +00:00
Dirk Froemberg
f0ca10c005 Remove stale entry. 2002-05-01 09:41:52 +00:00
Dirk Froemberg
1d1dc73e45 Fix plist after upgrade to 4.2.0. 2002-04-27 14:03:19 +00:00
Dirk Froemberg
8e584c45ca Upgrade to 4.2.0.
Don't upgrade to this version blindly. External variables handling
has been changed. This will break your application if they don't
take care of this.

There is a CVS tag (BEFORE_PHP_4_2_0) for the latest non-4.2.0
version (4.1.2).

-------------------------------------------------------------------------

The biggest change in PHP 4.2.0 concerns variable handling. External
variables (from the environment, the HTTP request, cookies or the web
server) are no longer registered in the global scope by default. The
preferred method of accessing these external variables is by using the new
Superglobal arrays, introduced in PHP 4.1.0. More information about this
change:

    * PHP Manual: Predefined variables
      http://www.php.net/manual/en/html/language.variables.predefined.html
2002-04-27 11:15:18 +00:00
Dirk Froemberg
8667b64309 XMLRPC requires iconv.
PR:		ports/36888
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-17 05:46:46 +00:00
Dirk Froemberg
7eee863179 Clean up configure options.
PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-16 10:58:19 +00:00
Dirk Froemberg
94940aca58 Add GD2 support.
PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-16 10:50:03 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Maxim Sobolev
48d4fb9942 giconv.h --> iconv.h. 2002-04-08 11:31:59 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Dirk Froemberg
dc725da946 Make sure every block is printed once, only. 2002-03-21 22:47:31 +00:00
Dirk Froemberg
ec41389096 - Added bzip2 support
- Added XMLRPC support
- Added WDDX support

PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-03-21 22:29:14 +00:00
Dirk Froemberg
dfa2b45149 - Cleaned up XML-related extensions
- Fixed / Updated iconv-biconv-giconv-libiconv library dependencies

PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-03-21 22:11:01 +00:00
Dmitry Sivachenko
1ac9f63f67 Add YAZ support (optional, off by default).
MAINTAINER timeout.
2002-03-13 20:18:22 +00:00
Peter Pentchev
22a46c2ad6 Bump the freetype2 library version in a couple of ports sobomax missed. 2002-03-12 11:51:15 +00:00
Dirk Froemberg
5117d90551 Upgrade to 4.1.2 and thus fix remote vulnerabilities.
Everybody is strongly encouraged to upgrade.

See http://security.e-matters.de/advisories/012002.html for details.
2002-02-27 22:17:22 +00:00
Chris D. Faulhaber
bbbd5ccdc9 Mark as FORBIDDEN due to being remotely exploitable. 2002-02-27 19:05:43 +00:00
Dirk Froemberg
c1ed9437f3 Fix build if snmp support is enabled.
PR:		ports/34671
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2002-02-14 22:30:43 +00:00
Dirk Froemberg
edf3ed7f0e Switch over to pdflib which is at version 4.0.1 at the moment. 2002-02-01 08:34:34 +00:00
Dirk Froemberg
a0e1dc9718 Chase shared library number for sablotron. 2002-01-28 21:56:49 +00:00
Dirk Froemberg
729d7172c3 Chase freetype's shared library number. 2002-01-21 12:36:17 +00:00
Dirk Meyer
291941b4e8 Make port recognize PHP4_OPTIONS for non-interactive configuration
- PHP4_OPTIONS added to enviroment

local slave ports can now set:

BATCH=yes
PKGNAMESUFFIX=-pgsql
PHP4_OPTIONS=   \"zlib\" \"PostgreSQL\" \"OpenLDAP1\" \"OpenSSL\"
MASTERDIR=      /usr/ports/www/mod_php4
.include "${MASTERDIR}/Makefile"

Approved by:	dirk
2002-01-09 06:45:47 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Dirk Froemberg
1462fcb5ed Fix bug in xmldocfile() if DTD entities are in the XML document.
This patch was taken from the PHP CVS repository.

Submitted by:	Mark Chesney <mark@chesneycorp.com>
2001-12-30 12:48:56 +00:00
Dirk Froemberg
55ff631088 Upgrade to 4.1.1. 2001-12-26 23:15:43 +00:00
Dirk Froemberg
62a1a7ad69 Fix SybaseDB and SybaseCT after freetds upgrade:
- sybdb.0 -> sybdb.1
- include libgiconv in LIBS

Reported by:	Alexandr Listopad <laa@laa.zp.ua>
2001-12-25 15:08:34 +00:00
Dirk Froemberg
da9963595a Add -I${PREFIX}/include to CFLAGS to fix build if MCAL and mcrypt
support is enabled.

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2001-12-21 15:28:06 +00:00
Dirk Froemberg
e996e3d822 Fix XSLT support. Configure option have changed for 4.1.0.
Submitted by:	Juriy Goloveshkin <juriy@aviaport.ru>
2001-12-20 14:50:58 +00:00
Dirk Froemberg
4c6ad01883 Upgrade to 4.1.0.
See http://www.php.net/ChangeLog-4.php for a detailed list of
changes.
2001-12-19 19:48:41 +00:00
Dirk Froemberg
b8df995834 Add --enable-discard-path and --with-readline to lang/php4.
Submitted by:	Rafal Michalski <rafal.michalski@altech.com.pl>
2001-12-04 07:27:41 +00:00
Dirk Froemberg
cfaf7af6f0 Don't hardcode /usr/local/. 2001-12-02 21:38:19 +00:00
Dirk Froemberg
ee8ee315b7 Chase sablotron's shared library number. 2001-12-02 21:28:32 +00:00
Dirk Froemberg
77597da749 Replace ${PREFIX} with ${LOCALBASE} were appropriate.
Submitted by:	petef
2001-11-30 09:40:52 +00:00
Dirk Froemberg
e7805e9cfa Add patch files to the repository, finally. 2001-11-30 09:19:33 +00:00
Dirk Froemberg
fa1d4984f4 Provide function stubs for mcal to get around problems with certain
combinations of support options.

Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-11-30 09:02:54 +00:00
Dirk Froemberg
9b4b686896 Add support for MCAL (Modular Calendar Access Library)
PR:		ports/31417
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-11-26 21:29:31 +00:00
Dirk Froemberg
29dbd88431 Really fix IMAP/IMAP-SSL support and clean up yesterday's mess. 2001-11-24 15:30:12 +00:00
Dirk Froemberg
838690506f Fix IMAP/IMAP-SSL support.
PR:		ports/32232
Submitted by:	Yarema <yds@dppl.com>
2001-11-23 18:46:55 +00:00
Dirk Froemberg
eee478834b Add IMAP-SSL support.
PR:		ports/28948
Submitted by:	Richard Stockley <rws@procopia.com>
2001-11-18 22:35:30 +00:00
Dirk Froemberg
849ac4847d Add support for domxml.
PR:		ports/28948, ports/29565
2001-11-18 22:29:38 +00:00
Dirk Froemberg
51d87a075f Chase sabrotron shlib major. 2001-11-06 12:57:16 +00:00
Dirk Froemberg
115e71f180 Allow options to be set via PHP4_OPTIONS if BATCH is enabled, e. g.
make -DBATCH PHP4_OPTIONS='"zlib" "MySQL" "IMAP"' install

Make sure options are surrounded by " (double-quotes).
2001-11-05 14:25:18 +00:00
Dirk Froemberg
e2220b5883 Fix truetype font support with gd.
Submitted by:	Timothy Aslat <tim@spyderweb.com.au>
2001-11-05 13:24:05 +00:00
Dirk Froemberg
49d97d5a25 Fix compilation errors if mbregex is selected.
PR:		ports/31666
Submitted by:	sf
2001-11-05 12:07:16 +00:00
Dirk Froemberg
6ce654093b Add a quick and dirty workaround to fix ming support.
PR:		ports/31183
Submitted by:	Okumura Yoshifumi <okumura@mitsue.co.jp>
2001-10-15 20:58:57 +00:00
Mario Sergio Fujikawa Ferreira
d8782233d0 chase png lib bump
PR:		30914
Submitted by:	Matthew Seaman <matthew.seaman@tornadogroup.com>
2001-09-29 16:40:27 +00:00
Akinori MUSHA
c5a0949111 Bump ming's major.
PR:		ports/30743
Submitted by:	Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
2001-09-22 18:08:27 +00:00
Andrey A. Chernov
b848f80feb Bump png major 2001-09-11 05:52:37 +00:00
Dirk Froemberg
f8b65fb6f3 Hotfix for build problems if gd support is enabled. 2001-08-26 12:21:31 +00:00
Dirk Froemberg
43b0dfaa46 Fix shared library number for sablotron after upgrade. 2001-08-25 10:46:47 +00:00
Dirk Froemberg
720661d7ac Set IS_INTERACTIVE if port is interactive. 8-)
Submitted by:	olgeni
2001-08-22 20:13:50 +00:00
Dirk Froemberg
1cf38a53c5 Bump PORTREVISION for recent fixes and additions. 2001-08-08 21:56:12 +00:00
Dirk Froemberg
2764f44da3 Fix XML support (add option for external expat directory).
PR:		ports/28909
Submitted by:	Alain Thivillon <at@teaser.net>
2001-08-08 21:50:45 +00:00
Dirk Froemberg
f863fba572 Add support for OpenLDAP2.
Note that OpenLDAP1 and OpenLDAP are mutually exclusive, because
the corresponding ports install some common files.

PR:		ports/29118
Submitted by:	Chris Knight <chris@aims.com.au>
2001-08-08 21:20:16 +00:00
Dirk Froemberg
2cebc7343e Move freetype support into GD support and switch to freetype2. GD
depends on freetype2 anyway.
2001-08-08 21:02:35 +00:00
Dirk Froemberg
0801433ca0 ming support was included in php-4.0.6. 2001-06-25 21:06:10 +00:00
Dirk Froemberg
a367fb5ee3 Fix plist after 4.0.6 upgrade. 2001-06-24 22:57:37 +00:00
Dirk Froemberg
b5aa4bedfe Remove unneeded patch after upgrade to 4.0.6. 2001-06-24 22:56:31 +00:00
Dirk Froemberg
eed3bd0e44 Enable pear support. 2001-06-24 22:36:34 +00:00
Dirk Froemberg
479004b56b Upgrade to 4.0.6:
jstring support was included in php (as mbstring), so
split japanese support into mbregex and mbstring support.
2001-06-24 18:19:17 +00:00
Dirk Froemberg
b438f6cf84 Add XSLT support (via sablotron) and - as a sideeffect - iconv support. 2001-06-24 11:34:17 +00:00
Dirk Froemberg
6adb290a4b Add pspell support option.
PR:		ports/27256
2001-06-12 20:19:46 +00:00
Dirk Froemberg
e576c2cb9a Depend on pdflib3 instead of pdflib and thus enable pdflib support. 2001-06-10 13:44:08 +00:00
Dirk Froemberg
fa57b96e72 Don't restart apache, i. e. don't start if not running.
It seems to cause problems for some users.

PR:	ports/26314
2001-05-24 21:41:49 +00:00
Dirk Froemberg
9732b3c7af Upgrade jstring to 1.1.1 and mbregex to 1.2.1.
Submitted by:	KANAI Yasunori <y_kanai@pop01.odn.ne.jp>
2001-05-13 11:45:36 +00:00
Dirk Froemberg
e14c8adad7 No need to add ${PREFIX}/firebird/lib twice (configure already DTRT). 2001-05-13 11:34:53 +00:00
Dirk Froemberg
e3ee5d116d Fix MASTER_SITE. 2001-05-10 08:24:36 +00:00
Dirk Froemberg
12432fb9b1 Fix XML support. Depend on textproc/expat2 instead of texproc/expat.
PR:		ports/27076
Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-05-10 07:32:30 +00:00
Dirk Froemberg
4a9e850bcd Upgrade to 4.0.5. 2001-05-03 22:16:50 +00:00
Vanilla I. Shu
7c60afc437 Fix postgresql7's new layout & include file problem.
PR:		ports/26755
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-04-23 04:25:26 +00:00
Dirk Froemberg
0948087693 Get rid of two useless "doc" files. 2001-04-22 23:08:06 +00:00
Vanilla I. Shu
7b48829512 Fix include directory for postgresql7.1's new layout. 2001-04-21 11:43:12 +00:00
Dirk Froemberg
dda08c2e7f Add option for Hyperwave support.
PR:		ports/26459
Submitted by:	Slaven Rezic <eserte@cs.tu-berlin.de>
2001-04-17 14:32:37 +00:00
Dirk Froemberg
f6cb2453c0 Use /usr/bin/mktemp to generate temporary file.
Taken from:	ports/net/netsaint-plugins/scripts/configure 8-)
2001-04-16 11:50:14 +00:00
Dirk Froemberg
7e140a310a Add option for OpenSSL support.
Submitted by:	nsayer
2001-04-11 22:49:42 +00:00
Dirk Froemberg
142f652108 Add CURL support.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2001-03-25 22:14:06 +00:00
Dirk Froemberg
afc88b6dac Add Interbase 6 database support (Firebird).
(I had no chance to test it...)

PR:		ports/25908
Submitted by:	Chris Knight <chris@aims.com.au>
2001-03-25 22:02:47 +00:00
Dirk Froemberg
d1843671e6 Add support for transparent session id.
Submitted by:	Dalin S. Owen <dowen@vetica.com>
2001-03-25 21:50:21 +00:00
Dirk Froemberg
6f424e094c Bump mcrypt shared library version number due to upgrade. 2001-03-23 23:29:30 +00:00
Dirk Froemberg
8efdb7c230 Solve ming support problem if ${WRKDIRPREFIX} is set.
Noticed by:	Arcady Genkin <a.genkin@utoronto.ca>
2001-03-14 23:11:43 +00:00
Dirk Froemberg
c1a9cd939f Use latest jstring module (php4_jstring-20010205.tar.gz) and add support
for mbregex (Multibyte Regular Expressions).

Submitted by:	KANAI Yasunori <y_kanai@pop01.odn.ne.jp>
2001-03-11 15:53:24 +00:00
Dirk Froemberg
80fbae31e6 - Fix SNMP support by adding OpenSSL libs (net-snmp has an hidden
dependency to OpenSSL)

- USE_OPENSSL for PostgreSQL and SNMP support
2001-03-11 15:29:48 +00:00
Dirk Froemberg
25af8023e3 Even better way of handling multiple post-extract targets.
Submitted by:	jeh
2001-03-11 13:42:47 +00:00
Dirk Froemberg
98c06207c3 Add support option for sockets, sysvshm and sysvmem. 2001-03-10 13:19:22 +00:00
Dirk Froemberg
fded15910a Fix detection of libmcrypt (hopefully).
PR:		ports/25353
Submitted by:	Juraj Bednar <juraj@bednar.sk>
2001-03-10 13:06:31 +00:00
Dirk Froemberg
2bc905398d Solve the multiple post-extract targets problem. 2001-03-04 22:41:12 +00:00
Dirk Froemberg
b0d6f743a0 Add ming library support Flash 4 movies.
PR:		ports/25367
Submitted by:	jeh
2001-03-04 20:34:11 +00:00
Dirk Froemberg
283163deae ${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4. 2001-03-04 18:45:49 +00:00
Dirk Froemberg
ef1c0d5020 Cosmetics: Specifying php.ini-dist once is enough. 2001-03-04 18:44:38 +00:00
Dirk Froemberg
24c9b53080 Add hooks for a standalone php4 slave port.
Based upon work by:	Alastair D'Silva <deece@familyhealth.com.au>
2001-02-25 21:22:04 +00:00
Dirk Froemberg
7713ca3769 Disable mcrypt support. I doesn't compile at the moment due to recent
mcrypt upgrade.
2001-02-17 13:33:18 +00:00
Dirk Froemberg
3ab07c1047 graphics/gd installs libgd.so.2, now. 2001-02-15 12:01:58 +00:00
Dirk Froemberg
480809e4bd Add support for YP and BCMath.
Submitted by:	Marius Strom <marius@marius.org>
2001-02-06 22:26:23 +00:00
Jimmy Olgeni
d2f3fc0d14 Some spaces -> tabs for ports/www. 2001-02-05 15:33:58 +00:00
Dirk Froemberg
ac03dbfe84 ucd-snmp is named net-snmp, now. 2001-01-29 10:31:39 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00