Commit graph

103 commits

Author SHA1 Message Date
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
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
0a6d8fdafa Update to 5.0.2 release:
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Add support for dom_import_simplexml function in php5-dom [2]
- Fix vulnerability in RFC 1867 file upload processing [3]
- Fix php_variables memory disclosure [3]

PR:		ports/71752 [1], ports/72003 [2], ports/72420 [3]
Submitted by:	Adam Gregoire <bsdunx@yahoo.com> [1],
		Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2],
		Dmitry A Grigorovich <odip@bionet.nsc.ru> [3]
Approved by:	portmgr (kris)
2004-10-11 19:48:33 +00:00
Thierry Thomas
64e8cb66bb Chase libaspell to aspell.16. 2004-08-28 22:50:44 +00:00
Alex Dupre
def51b4547 Update to 5.0.1 release:
- GD GIF output support is now enabled by default
2004-08-23 13:18:39 +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
430459f9cf MFphp4: Fix compilation of wddx extension. 2004-07-27 23:15:02 +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
b367facbd9 Set default MySQL version to 4.1 for mysqli extension. 2004-07-19 21:56:01 +00:00
Alex Dupre
066f760e3c Fix oniguruma header path.
Spotted by:	sekrett.ru
2004-07-19 14:56:35 +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
72c8ba5f07 Update to final 5.0.0 release:
- add a post 5.0.0 patch to fix basic authentication with apache 1.x

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:43:08 +00:00
Alex Dupre
cd47627027 Install GD and MBSTRINGS header files for pdflib and mailparse extensions. 2004-06-28 09:03:19 +00:00
Alex Dupre
5c6497f10b - Point phpize to use libtoolize13 2004-06-25 11:21:01 +00:00
Alex Dupre
9e3b700c5c - Update to 5.0.0RC3 release
- Remove PDFlib extension
2004-06-08 13:56:25 +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
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
91496ce07c Update to 5.0.0RC2 release (stop packaging customized snapshots,
since now php5 seems pretty stable):
- Build iconv extension by default
- Remove obsolate MIME and YAZ extensions
2004-04-28 22:23:19 +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
d8311f82ef Fix Xpm path.
Submitted by:	Dominic Marks <dom@helenmarks.co.uk>
2004-03-22 19:55:24 +00:00
Alex Dupre
9440f806f8 Update to 5.0.0a6 snapshot:
- add mysqli extension
- add support for db 4.2
2004-03-19 10:54:10 +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
fd8867311f Update to the latest snapshot.
Add new SOAP and SPL extensions.
(The distfile may be unreachable for a few hours)

Approved by:	nork (mentor/implicitly)
2004-02-13 11:46:02 +00:00