1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

178 Commits

Author SHA1 Message Date
Dirk Meyer
c344a550c6 support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
Approved by:	dirk
2002-09-10 11:26:49 +00:00
Dirk Froemberg
4017dcd217 Upgrade to 4.2.3. 2002-09-09 08:32:24 +00:00
Dirk Froemberg
2e3efc002f Upgrade to 4.2.2 and thus close a security hole (remote vulnerability).
See http://security.e-matters.de/advisories/022002.html for details.
2002-07-22 18:22:14 +00:00
Dirk Froemberg
ea7ad44798 Fix compile error with apache-2.0.39.
PR:		ports/39529
Submitted by:	Chris <chris@kulish.com>
2002-06-21 21:52:26 +00:00
Yoshio MITA
17d6a74ba9 Synchronize depending libraries' version up. 2002-05-25 00:57:06 +00:00
Dirk Froemberg
70e77fff1f Upgrade to 4.2.1. 2002-05-17 06:07:01 +00:00
Dirk Froemberg
864304e1a9 USE_BZIP2
PR:		ports/37568
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-05-13 06:20:06 +00:00
Dirk Froemberg
abe5274ee7 Fix mkdir() bug.
PR:		ports/37825
Submitted by:	Jason Taylor <jason@jase.org>
2002-05-13 05:58:06 +00:00
Dirk Froemberg
16e5eb080c - extension dir is no-debug-zts-20010901 if WITH_APACHE2 is set
- extension dir has to be created if installed as a package since it is
  empty
- move PLIST_SUB into if-clause so it actually works

Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-05-11 16:49:32 +00:00
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
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
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
7eee863179 Clean up configure options.
PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-16 10:58:19 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +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 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
55ff631088 Upgrade to 4.1.1. 2001-12-26 23:15:43 +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
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
e7805e9cfa Add patch files to the repository, finally. 2001-11-30 09:19:33 +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
849ac4847d Add support for domxml.
PR:		ports/28948, ports/29565
2001-11-18 22:29:38 +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
f8b65fb6f3 Hotfix for build problems if gd support is enabled. 2001-08-26 12:21:31 +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
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
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
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
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
25af8023e3 Even better way of handling multiple post-extract targets.
Submitted by:	jeh
2001-03-11 13:42:47 +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
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