Alex Dupre
d13cad079e
Try to fix build on 4.X.
2006-05-23 06:19:19 +00:00
Alex Dupre
ffcb54b54f
Chase gmp library and bump PORTREVISION.
2006-05-10 14:46:47 +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
Marcus Alves Grando
22074efcbe
- Update ports affected by devel/libmcve update
2006-05-01 00:01:15 +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
c4d6261234
- pfpro extension is only for php4
...
- add location to pfpro directory
2006-02-01 07:18:47 +00:00
Pav Lucistnik
6bd407bcb2
- Add a php extension pfpro (PayFlow Pro).
...
PR: ports/82843
Submitted by: Mike Durian <durian@shadetreesoftware.com>
Approved by: maintainer timeout (1 month)
2006-01-31 23:00:21 +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
Jun Kuriyama
a06ee65df0
Chase shlib bump of libexpat.
2006-01-30 23:20:05 +00:00
Alex Dupre
3a55c0530c
Fix getopt() and add support for getopt_long.
2006-01-30 15:57:38 +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
fb7d8fa326
Speed up the build of PHP extensions by extracting only the extension subdir
...
from the big tarball.
2006-01-17 15:08:30 +00:00
Alex Dupre
9eb17499b3
Update to 4.4.2 release.
2006-01-16 09:40:31 +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
0f8717ab04
Reorganize (use bsd.apache.mk and remove pear leftovers)
2005-12-09 19:36:40 +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
730fa70418
- Fix pear pkg-plist
...
- Increase pear memory limit (requested by amd64)
- Revert apache2handler to the latest working version found in
PHP 4.4.0, since PHP developers seem not interested in
fixing the bug with apache2 and mod_rewrite
2005-11-16 08:24:47 +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
f60c3c0a79
- Make key() and current() functions work by reference
...
- Bump PORTREVISION
PR: ports/88481
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Obtained from: PHP CVS
2005-11-04 08:39:28 +00:00
Alex Dupre
59c11832bf
Fix for apache2+mod_rewrite.
...
Obtained from: PHP CVS
2005-11-03 09:17:22 +00:00
Alex Dupre
599fa9769e
Fix pear installation.
...
Spotted by: Sean McNeil <sean@mcneil.com>
2005-11-01 22:28:01 +00:00
Alex Dupre
32265c2b86
Update to 4.4.1 release.
2005-11-01 16:01:07 +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
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
276c3a29ae
Update to 4.4.0 release:
...
- fix a serious memory corruption problem
- remove automake dependency
- switch to the latest autoconf version
2005-07-13 19:56:27 +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
Pav Lucistnik
045dcdcadc
- allow php4-dba to use Berkeley DB 4.3
...
PR: ports/76150
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (5 months)
2005-06-05 20:02:03 +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
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
Alex Dupre
bf73a142ce
Add an option (disabled by default) to build the openssl extension statically.
...
Requested by: too many people
2005-03-14 14:41:01 +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
114b2bec5b
Speed up unserialize() and fix a serious performance issue.
...
Obtained from: PHP CVS
2005-01-19 16:13:55 +00:00
Alex Dupre
1c51ab2fde
Fix compilation on ia64.
...
Reported by: bento via kris
Obtained from: PHP CVS
2005-01-13 23:11:34 +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
f922b07fdd
Update to 4.3.10 release:
...
- Fix some serious security bugs
- Other enhancements (PRs fixes) will come later
2004-12-16 11:37:23 +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
Alex Dupre
bcb88d4183
Set correct default PHP version.
...
PR: ports/74300
Submitted by: Ryan <majost@lagparty.org>
2004-12-01 10:36:26 +00:00
Alex Dupre
af7695c0ae
Update to 4.3.9 release:
...
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Fix vulnerability in RFC 1867 file upload processing [2]
- Fix php_variables memory disclosure [2]
- GD LZW-GIF support is now enabled by default
PR: ports/71752 [1], ports/72420 [2]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [2]
Approved by: portmgr (kris)
2004-10-11 19:47:20 +00:00
Thierry Thomas
64e8cb66bb
Chase libaspell to aspell.16.
2004-08-28 22:50:44 +00:00
Ade Lovett
e32a824579
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
...
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00
Alex Dupre
6d0b9e61ce
Register extensions in etc/php/extensions.ini instead of etc/php.ini
...
and add etc/php to the config scan path.
Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
2004-07-28 08:59:35 +00:00
Alex Dupre
1a64bae686
Fix compilation of wddx extension.
...
PR: ports/69464
Submitted by: Vadim Mikhailov <freebsd-bugs@mikhailov.org>
2004-07-26 07:16:40 +00:00
Alex Dupre
24b3b2d538
Remove the old-and-broken sybase (DB-lib) extension and point users to
...
the new-and-working sybase (CT-lib) extension.
2004-07-20 23:04:13 +00:00
Alex Dupre
ae5859d055
- Document DEFAULT_PHP_VER and BROKEN_WITH_PHP
...
- Set them acccordingly in PHP extensions ports
(Now I really need some rest, see you tomorrow)
2004-07-19 23:25:22 +00:00
Alex Dupre
ed2da8c884
Comment extension_dir in sample php.ini's, since many copy the sample
...
configuration file blindly and then complain about wrong directory.
PHP has the correct path compiled in statically.
2004-07-19 22:12:09 +00:00
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
Alex Dupre
0078334119
Update to 4.3.8 release.
...
The major PHP ports overhaul is in its final stage. This commit was
anticipated since it fixes a critical security vulnerability.
2004-07-15 08:41:30 +00:00
Alex Dupre
3a5839b5bd
Install GD header files for pecl-pdflib extension.
2004-06-28 09:02:19 +00:00
Alex Dupre
0bf1b33ea0
- Remove pdflib extension
...
- Point phpize to use libtoolize13
2004-06-25 11:19:49 +00:00
Alex Dupre
37306f2485
Fix compilation of FreeTDS MSSQL extension.
...
PR: ports/67710
Submitted by: Henry Karpatskij <henkka@spheroid.info>
Obtained from: PHP CVS repository
2004-06-08 13:23:43 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
Peter Pentchev
64b64d5ff7
Update ftp/curl to 7.12.0 and bump the shared library version in all
...
dependent ports.
2004-06-03 22:41:40 +00:00
Alex Dupre
e3c782fdc4
Update to 4.3.7 release.
2004-06-03 16:27:01 +00:00
Eric Anholt
a93033552b
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
...
USE_GL as appropriate.
2004-05-29 22:42:58 +00:00
Mathieu Arnold
4031a6967c
Remove databases/postgresql-client because there can't be a -server, and having
...
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
2004-05-25 09:19:42 +00:00
Akinori MUSHA
b215e60f8b
Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.
...
Approved by: ale (MAINTAINER of lang/php[45])
2004-05-24 13:37:35 +00:00
Alex Dupre
ac9bdc26ef
- Add sysvmsg extension [1]
...
- Add XML_RPC to PEAR bootstrap [2]
- Use the official pcre fix [3]
- Bump PORTREVISION
Requested by: Andy Smith <andy@strugglers.net> [1]
Submitted by: thierry [2]
Obtained from: php CVS [3]
2004-05-07 23:30:30 +00:00
Alex Dupre
02020776c8
Update to 4.3.6 release.
...
- Fix build curl dependency
- Fix (hopefully) the core dump on apache restart
- Fix DaylightSavingTime issue
2004-04-16 07:44:34 +00:00
Kirill Ponomarev
4efa9ce4ab
- Use USE_ICONV knob
...
Approved by: portmgr
2004-03-30 19:20:22 +00:00
Alex Dupre
c3335dba03
Forgot a patch in previous commit (support for DB 4.2).
...
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2004-03-29 07:58:06 +00:00
Alex Dupre
07ad8d723b
Fix db 4.2 dependency.
...
PR: ports/64802
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2004-03-28 22:09:22 +00:00
Alex Dupre
acf996bc69
Update to 4.3.5 release:
...
- add support for db 4.2
2004-03-26 16:44:25 +00:00
Alex Dupre
d8311f82ef
Fix Xpm path.
...
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
2004-03-22 19:55:24 +00:00
Trevor Johnson
3bca696b10
Add size data, approved by maintainers.
2004-03-18 18:01:13 +00:00
Alex Dupre
6ae200ffc9
Fix build with new freetype2 library.
...
PR: ports/64417
Submitted by: Renato Botelho <renato@galle.com.br>
2004-03-18 16:02:49 +00:00
Jun Kuriyama
4a868f8a2a
o Bump $LIB_DEPENDS line to chase expat's shlib version.
...
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Alex Dupre
629fc51df0
Fix PHP_PORT when PORTSDIR is a symlink.
...
Submitted by: marcus
Reviewed by: pav
2004-03-13 22:35:17 +00:00
Alex Dupre
16e0b187bd
Don't use a fully-qualified path in php.conf.
...
Submitted by: marcus
Reviewed by: pav
2004-03-08 23:12:48 +00:00
Alex Dupre
806e0bac9c
Add PostScript Type-1 font support for GD extension.
...
PR: ports/63410
Submitted by: Toni Viemerö <toni.viemero@iki.fi> (PR)
Lars Balker Rasmussen <lars@balker.org> (email)
2004-02-27 07:45:21 +00:00
Garrett Wollman
60aab66567
Say hello to the new "net-mgmt" category. There are probably more
...
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Alex Dupre
6a85c75f36
Use PTHREAD_LIBS only if OSVERSION >= 500016.
...
This fixes compilation of mod_php with apache2-worker on -stable.
PR: ports/62729
Submitted by: Maxim Maximov <mcsi@portpc-design.spb.ru>
Approved by: nork (mentor/implicitly)
2004-02-12 14:24:55 +00:00
Alex Dupre
d32dce0a68
Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in my
...
previous commit).
Noticed by: kuriyama
Approved by: nork (mentor/implicitly)
2004-02-10 11:44:00 +00:00
Alex Dupre
35a3256787
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
...
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly)
2004-02-09 11:43:38 +00:00
Alex Dupre
d965a0315f
Fix PTHREAD_LIBS and adapt it to apache2 way.
...
Submitted by: Xin Li
Approved by: nork (mentor/implicitly)
2004-02-09 10:02:44 +00:00
Joe Marcus Clarke
186b8ba82f
Add USE_GETTEXT and bump PORTREVISION.
...
Submitted by: trevor
Tested by: bento
2004-02-04 04:36:30 +00:00
Alex Dupre
11c36a558f
Add workaround to silent bento, complaining php extensions remove an extra dir.
...
Reported by: bento via kris
Approved by: kris, nork (mentor/implicitly)
2004-01-30 09:59:33 +00:00
Alex Dupre
0fbe9133fd
- Add support for PTHREAD_{LIBS/CFLAGS} [1]
...
- Add support for FastCGI [2]
- Fix PEAR installation in a particular scenario [3]
PR: ports/61790 [2]
Submitted by: clement [1],
Xavier Beaudouin <kiwi@oav.net> [2],
Balazs Nagy <js@iksz.hu> [3]
Approved by: nork (mentor/implicitly)
2004-01-26 12:58:14 +00:00
Alex Dupre
5d4ee2ae4f
- Better handling of snmp dependency [1]
...
- Add support for BDB 4.1 [2]
- Better handling of postgresql dependency [3]
- Add new direct I/O extension [4]
PR: 58920 [1], 60541 [2], 61409 [3]
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> [1] [3],
Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [2],
Izzy Kindred <ikindred@cox.net> [4]
Approved by: nork (mentor/implicitly)
2004-01-24 13:15:54 +00:00
Trevor Johnson
78da40aa98
Now gettext 0.12.1 is gettext-old.
2004-01-23 18:12:26 +00:00
Alex Dupre
58c5b838c0
Switch to my @FreeBSD.org email address.
...
Approved by: nork (mentor)
2004-01-18 10:50:15 +00:00
Alex Dupre
0c575993b8
Add MS-SQL support.
...
Chase freetds lib. Bump PORTREVISION.
Requested by: many
Submitted by: Michael Ranner <mranner@inode.at>
Approved by: nork (mentor/implicitly)
2004-01-15 23:31:49 +00:00
Alex Dupre
e40c46e6b2
- Fix apache2 dependency (this was broken by the introduction
...
of the APACHE_PORT variable in bsd.port.mk).
- Fix php5 pkg-list when built without sqlite.
Approved by: nork (mentor/implicitly)
2004-01-14 15:09:26 +00:00
Norikatsu Shigemura
4668c3f6c0
o Adapt php4 Makefile and bsd.php.mk to support apache2-worker.
...
o Small other fixes.
PR: ports/56205[1], ports/61169[2]
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de> [1]
ale (maintainer) [2]
2004-01-10 16:53:01 +00:00
Norikatsu Shigemura
53e6a7c451
[Forced commit]
...
Remove unnecessary patch, and Bump PORTREVISION.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-22 19:02:16 +00:00
Norikatsu Shigemura
9440d2d631
Remove unnecessary patch, and Bump PORTREVISION.
...
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-22 19:01:04 +00:00
Oliver Lehmann
a095f28ad0
- since 4.3.4, php4 does not install libmbfl headers, but they
...
are still needed for PECL extensions that rely on mbstring
(e.g. mail/pear-mailparse, currently broken);
Remark: the proposed patch comes from PHP's CVS (please see
<http://groups.google.com/groups?selm=cvswez1068253752%40cvsserver >).
- the next release of devel/pear-PEAR (1.3) depends of the extension
xmlrpc;
- since I'm there, let slaves ports replace COMMENT.
PR: ports/59591
Submitted By: Thierry Thomas <thierry@pompo.net>
Approved By: maintainer
2003-12-14 11:04:50 +00:00
Dirk Meyer
f3e32fd768
PR: 59958
2003-12-04 20:55:20 +00:00
James E. Housley
2fe661e554
A completely new bsd.php.mk file for checking and selecting dependencies
...
on various php ports. The system is backward compatible and adds the
WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a
next PR). It works much better and is more flexible (a future addition will
be support for Apache 2 compiled with threads).
This is the last step before moving the bsd.php.mk file into /usr/ports/Mk
with the addition of USE_PHP={yes,4,5} global knob.
While I'm here, remove the DEBUG option from the extension list and change the
postgresql dependency.
PR: 59418
Submitted by: MAINTAINER
2003-11-20 11:07:33 +00:00