Alex Dupre
af7ee2a6ac
First step of the PHP mega-commit:
...
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
2004-07-19 07:05:36 +00:00
Norikatsu Shigemura
26b99157c5
Reupdate to 4.3.2RC4.
2003-06-06 17:44:00 +00:00
Kris Kennaway
c8c96cff32
Bump PORTEPOCH to force downgrade to working 4.3.1 port.
2003-05-24 09:57:00 +00:00
Kris Kennaway
3085e0daf8
With my portmgr hat on, back out the previous update to mod_php4, which
...
was incomplete and broke all the dependent ports.
2003-05-24 09:56:01 +00:00
Norikatsu Shigemura
f5ee9498da
o Update to 4.3.2RC4.
...
o Change a individual port to a slave port for lang/php4.
o Take over MAINTAINERship to submitter.
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer no response (for a long time)
2003-05-22 18:39:48 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ying-Chieh Liao
fc5c2afc40
upgrade to 4.3.1
...
PR: 48420
Submitted by: Kang Liu <lazykang@hotmail.com>
Approved by: maintainer timeout (4 days; it's a security upgrade)
2003-02-23 03:08:32 +00:00
Joe Marcus Clarke
2a530641f1
Chase pth's shared lib version.
2003-02-17 18:14:00 +00:00
Dirk Froemberg
345874229b
- ${PREFIX}/lib/php/Image/ isn't created by php-4.3.0 anymore
...
- name of extension dir is no-debug-non-zts-* always (doesn't matter
if apache13 or apache2 is used)
Submitted by: max
2003-02-06 10:35:50 +00:00
Dirk Froemberg
4aa80a5750
Help "make describe" to find dependencies properly.
...
Requested by: kris
2003-02-05 14:13:21 +00:00
Dirk Froemberg
f8ee5982e3
Remove hooks for lang/php4 (STANDALONE).
2003-01-30 14:53:17 +00:00
Dirk Froemberg
1bd02d06b6
Update to 4.3.0.
...
lang/php was integrated into www/mod_php4.
2003-01-29 15:16:08 +00:00
Dirk Froemberg
3a0f8513a1
Back out last commit (autodetection of apache2) for now.
...
It's causing too many problems due to inclusion of bsd.port.pre.mk/
bsd.port.post.mk and Makefile.inc.
This needs further investigation.
Reported by: many
2002-11-23 20:49:41 +00:00
Dirk Froemberg
b97c177da3
Try to autodetect if apache2 is installed. Build as an apache2 module
...
if so.
2002-11-21 20:37:21 +00:00
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