Alex Dupre
d13cad079e
Try to fix build on 4.X.
2006-05-23 06:19:19 +00:00
Pav Lucistnik
4680a9dd2b
- Holy Batman! Chase rerolled distfile. Only chance is an addition of a file
...
which does not affect our port in any way, we don't use that part of the
distfile.
Complained by: many, many, many
Verified by: md5 on old and new package contents
Pointy hat to: bunch of jhonkas in PHP Project for rerolling a release tarball
2006-05-18 22:17:32 +00:00
Alex Dupre
ffcb54b54f
Chase gmp library and bump PORTREVISION.
2006-05-10 14:46:47 +00:00
Alex Dupre
435368a864
Fix compile error of sapi/cgi/fastcgi.c on 4.x.
...
PR: ports/97065
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
2006-05-10 06:14:13 +00:00
Alex Dupre
3b7908241d
Add WITH_ZEND_VM knob to customize vm behaviour:
...
- CALL is the default one
- SWITCH should be slightly faster
- GOTO should boost performance (and increase compilation time)
Suggested by: Michael Josic <systemoperator@gmail.com>
2006-05-07 14:47:28 +00:00
Alex Dupre
f12d3a0ccb
Simplify PHP base ports infrastructure:
...
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4
*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
2006-05-06 13:26:49 +00:00
Alex Dupre
4dbbe22e30
Bump ming shared library version after recent update.
...
Spotted by: Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
2006-04-12 15:24:13 +00:00
Alex Dupre
78f1a6f964
Fix PHP Bug #36753 : Can't get size of SWF images because zLib is missing.
2006-04-02 07:38:11 +00:00
Alex Dupre
fae3e9d08c
Fix linking on 4.x (yes, this is another PHP configure bug).
...
While I'm here, replace a '=' with '+='.
2006-01-31 08:36:02 +00:00
Alex Dupre
bc5f4400ca
Add support for getopt_long and fix getopt().
2006-01-30 16:10:57 +00:00
Edwin Groothuis
0416031c9b
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 02:20:05 +00:00
Alex Dupre
fa20dca2bb
s/PHP_EXTDIR/EXTSUBDIR/g
...
The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
2006-01-17 15:09:40 +00:00
Alex Dupre
2265e43858
Speed up the build of PHP extensions by extracting only the extension subdir
...
from the big tarball.
Fix xsl extensions that look for files outside its WRKSRC.
2006-01-17 13:57:29 +00:00
Alex Dupre
fce0420478
Update to 5.1.2 release:
...
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
2006-01-16 12:08:20 +00:00
Alex Dupre
757aa194da
Raise default memory limit from 8M to 12M to let pear run well
...
on 64bit archs.
2005-12-10 08:42:56 +00:00
Alex Dupre
0edcc40029
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
2005-12-09 19:41:41 +00:00
Clement Laforet
05684b80dd
- prepare removal of www/apache2 in favor of www/apache20 for naming
...
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
2005-12-04 00:18:15 +00:00
Jun Kuriyama
b650876e96
Chase shlib version bump of net-snmp.
2005-11-30 05:23:10 +00:00
Alex Dupre
9a201016ae
- Fix pear pkg-plist
...
- Increase pear memory limit (requested by amd64)
2005-11-16 08:33:09 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Alex Dupre
a64756050c
Autoselect APACHE2 option if WITH_APACHE2 is defined.
...
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
2005-10-14 06:18:06 +00:00
Alex Dupre
14d6460cac
AMD64 fixes:
...
- fix crypto part again [1]
- fix object serialization [2]
PR: ports/86885 [2]
Submitted by: André Böhm <andre@gaarden.net> [2],
Claus Guttesen <kometen@gmail.com> [1]
2005-10-14 06:00:49 +00:00
Clement Laforet
573b4b9b07
- Define APACHE_COMPAT for ${APXS} for USE_APACHE-ng
...
Reported by: pointyhat via kris
Approvd by: portmgr (self)
2005-09-20 19:46:15 +00:00
Alex Dupre
89d5a71ddc
Update to 5.0.5 release.
2005-09-08 08:33:32 +00:00
Alex Dupre
cc7f526b37
MySQL 5.0 is now supported by mysqli extension.
2005-07-21 18:03:26 +00:00
Alex Dupre
2d8f23f015
Fix build when libbind is present.
...
PR: ports/82024
Submitted by: Edwin Culp <eculp@bafirst.com>
2005-06-19 10:12:14 +00:00
Alex Dupre
a4036966af
Move oracle library creation to pre-configure instead of post-patch,
...
since oracle is only a build dependency.
Spotted by: pointyhat via kris
2005-06-16 06:04:46 +00:00
Sam Lawrance
acd232c2d4
Point these ports to www/mnogosearch31 since they don't build
...
with the updated www/mnogosearch.
Approved by: no response from knu, ale (11 days)
2005-06-16 03:25:10 +00:00
Alex Dupre
4107b871ca
Add support for zend multibyte.
...
PR: ports/76527
Submitted by: Shinsuke Matsui <poppen@karashi.org>
Strongly desired by: Lapo Luchini <lapo@lapo.it>
2005-06-14 20:38:26 +00:00
Alex Dupre
0b4285ce02
Add support for Berkeley DB 4.3 and set it as default version.
...
PR: ports/82019
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2005-06-14 14:47:26 +00:00
Alex Dupre
c6543f9124
Fix oracle extension.
...
PR: ports/81382
Submitted by: Simun Mikecin <sime@logos.hr>
2005-06-14 14:27:20 +00:00
Alex Dupre
a0f57b5ec7
Fix pear command on FreeBSD-current.
...
(We loose the output buffering capability,
but we cannot set it inside the script)
PR: ports/81890
Submitted by: Edwin Culp <eculp@bafirst.com>
2005-06-08 07:45:15 +00:00
Sergey Matveychuk
913cb3ae08
- Fix after spliting firebird
...
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
2005-05-17 16:09:29 +00:00
Alex Dupre
44a677fdbf
Make zlib.output_compression working again.
...
PR: ports/76331
Submitted by: Martin Portmann <map@infinitum.ch>
Patch by: Vasil Dimov <vd@datamax.bg>
2005-04-15 09:01:10 +00:00
Alex Dupre
3d2c4e7e4b
Fix definitely pear package deinstallation.
...
PR: ports/79830
Submitted by: leeym
2005-04-15 08:12:00 +00:00
Pav Lucistnik
365c91719d
- Chase freetds shlib bump
2005-04-11 20:52:52 +00:00
Alex Dupre
53e78644c3
Create empty directory on pkg_add (forgotten in previous commit).
...
Reminded by: kris
2005-04-11 09:11:49 +00:00
Alex Dupre
cab92a3dee
Create directory and touch files that "pear" creates when dealing
...
with pear modules and the port will later delete.
Suggested by: kris
2005-04-11 08:40:48 +00:00
Alex Dupre
fbc85db7b5
Fix crypt functions on AMD64.
2005-04-06 14:43:55 +00:00
Alex Dupre
d0adc4a1f2
Distfile rerolled to include a missing PEAR file.
...
Spotted by: leeym
2005-04-04 15:47:08 +00:00
Alex Dupre
2cee0c25ff
Update PHP ports to 4.3.11 and 5.0.4 releases:
...
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry
2005-04-04 09:20:21 +00:00
Kris Kennaway
f1fe0fdff2
BROKEN on ia64: Does not compile
...
Approved by: portmgr (self)
2005-03-26 22:05:57 +00:00
Palle Girgensohn
34fa6c853e
Split the postgresql ports into a server and a client part.
...
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Alex Dupre
75de85f159
Don't install useless empty dir (and fix plist).
...
Reported by: bento via kris
2005-01-25 07:27:34 +00:00
Alex Dupre
114b2bec5b
Speed up unserialize() and fix a serious performance issue.
...
Obtained from: PHP CVS
2005-01-19 16:13:55 +00:00
Alex Dupre
aa4d81d3be
- Fix overloading objects [1] (bump php4 PORTREVISION)
...
- Fix crash with threaded apache2 [2]
- Fix build when SSL is in not in base system [3] [4]
PR: ports/75737 [1], ports/74780 [2],
ports/73896 [3], ports/74886 [4]
Submitted by: Toni Viemero <toni.viemero@iki.fi> [1],
Peter Jeffery <peterj@qubesoft.com> [2],
oliver [3], William Fletcher <ultraviolet@omina.co.za> [4]
Patch by: Simon Barner <barner@gmx.de> [4]
2005-01-10 17:00:34 +00:00
Alex Dupre
0a62d1f8eb
PHP 5.0.3 uses a different extension dir.
...
Spotted by: Joe Zeiler <zeiler07@covad.net>
2004-12-17 06:48:01 +00:00
Alex Dupre
91f2627c5d
Update to 5.0.3 release:
...
- Fix some serious security bugs
- Other minor enhancements (PRs fixes) will come later
2004-12-16 14:23:21 +00:00
Jun Kuriyama
4afdb4807f
Bump shlib number of net-snmp and $PORTREVISION.
...
Forgotten by: kuriyama
2004-12-06 10:01:57 +00:00
Alex Dupre
a762ff98ae
Definitely fix support for crypt-related functionalities on amd64.
...
PR: ports/74647
Submitted by: tobez
2004-12-03 13:19:31 +00:00