Commit graph

214 commits

Author SHA1 Message Date
Alex Dupre
c09e900087 Update to 5.2.12 release. 2009-12-29 14:39:11 +00:00
Pav Lucistnik
680174eb06 - Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date)
2009-12-08 08:59:28 +00:00
Alex Dupre
136555d328 Fix sockets.
PR:		ports/139343
Submitted by:	Boris <lytboris@gmail.com>
2009-10-12 13:14:26 +00:00
Alex Dupre
d8637e03c9 Update to 5.2.11 release.
(Do not link to thread library when building a thread-safe only lib)

Feature safe:	yes
2009-09-22 10:36:31 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Alex Dupre
0290ecb280 Update to 5.2.10 release. 2009-06-25 06:25:45 +00:00
Pav Lucistnik
1ebd8b8869 - Chase math/libgmp4 shlib bump
Reported by:	pointyhat
Pointy hat to:	ale
2009-05-14 11:53:13 +00:00
Martin Matuska
869a90c454 - Mark MAKE_JOBS_SAFE for SMP compilation
PR:		ports/133015
Approved by:	ale (maintainer, via private e-mail)
2009-03-25 12:39:49 +00:00
Alex Dupre
be7c192abc Always use FreeBSD sed.
PR:		ports/132543
Submitted by:	Helmut Schneider <jumper99@gmx.de>
2009-03-11 14:02:59 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Alex Dupre
58b0ff7b16 Allow BDB 40+. 2008-12-11 12:02:19 +00:00
Alex Dupre
4ff4f50872 Add support for filter, hash, json and zip extensions. 2008-12-11 08:46:36 +00:00
Alex Dupre
f8e969af59 Update to 5.2.8 release. 2008-12-08 13:27:50 +00:00
Alex Dupre
99e8724137 Set IGNORE to avoid upgrades to 5.2.7 release. PHP 5.2.8 will be released soon.
Sorry for the temporary inconvenient.
2008-12-08 11:48:10 +00:00
Alex Dupre
753392fe5c Update to 5.2.7 release. 2008-12-07 11:54:36 +00:00
Alex Dupre
f24f3c8898 Remove unused configure arg, no functional changes. 2008-09-23 05:41:43 +00:00
Alex Dupre
067f51c23a Fix for CVE-2008-2665 and CVE-2008-2666.
Obtained from:	PHP CVS
2008-09-04 13:55:11 +00:00
Ade Lovett
0791e0626a Bump PORTREVISION on account of of bin/phpize being installed with
hardcoded links to autoconf (was 2.61, now 2.62), preventing any
further php modules from being installed until lang/php* is forcibly
updated.
2008-08-21 23:33:19 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
5a297c8052 - Add WITH_SQLITE_PORT knob for php5-pdo_sqlite port, to use system-wide
sqlite3 instead of bundled one

PR:		ports/115800
Submitted by:	Maxim Khitrov <mkhitrov@gmail.com>
Approved by:	maintainer timeout (ale; 9 months)
2008-06-18 23:21:59 +00:00
Alex Dupre
388c8b6c6d FreeBSD >= 700050 has POSIX standard putenv().
PR:		ports/123911
Submitted by:	scf
2008-06-09 12:11:33 +00:00
Alex Dupre
0044e5c03a Mail header patch for 5.2.6 released. No-op. 2008-05-12 07:25:01 +00:00
Alex Dupre
b23a136b2c Update to 5.2.6 release. 2008-05-02 08:52:07 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Jun Kuriyama
8a39d7472d - Chase shlib version of net-mgmt/net-snmp which I've forgotten.
- Bump PORTREVISIONs again.
2008-03-29 11:02:36 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Alex Dupre
0c1c77d213 Remove obsolate row. 2008-02-16 17:34:58 +00:00
Alex Dupre
8e15a70d4f Fix a rare crash with apache because of uninitialized variable.
PR:		ports/120204
Submitted by:	danger
2008-02-01 22:53:34 +00:00
Alex Dupre
28a4f1ef3c Fixes for 64-bit systems.
PR:		ports/120088
Submitted by:	mm
Patch from:	mi
2008-01-29 10:14:37 +00:00
Alex Dupre
98a16bb674 Update suhosin PATCH_SITE. 2008-01-15 07:38:45 +00:00
Alex Dupre
8dcdf7be0e Update to 5.2.5 release and fix a few vulnerabilities.
Approved by:	portmgr (marcus), secteam (remko)
2007-11-14 07:38:32 +00:00
Edwin Groothuis
9ec324fbdb Chase mail/cclient shared library version bump.
Several patches were needed due to the removal of
include/c-client/linkage.c in favour of include/c-client/linkage.h.

PR:		ports/114833
Submitted by:	"Pedro J. Lobo" <pjlobo@sec.upm.es>
2007-09-30 06:00:28 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Alex Dupre
8e6ac890ec Backout previous commit, since bsd.port.mk rev. 1.584 has been reverted. 2007-09-14 09:28:53 +00:00
Alex Dupre
5b792ffa48 Add Xpm to OPTIONS (now we can).
Requested by:	delphij
2007-09-14 08:43:08 +00:00
Alex Dupre
3de4c7d799 Update to 5.2.4 release. 2007-09-14 06:29:31 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Alex Dupre
86b2339724 Add support for firebird2 in pdo_firebird extension. 2007-07-25 07:19:18 +00:00
Alex Dupre
900809f75e Add a comment about incompatibility between suhosin and FreeBSD jails.
PR:		ports/113748
Submitted by:	edwin
2007-06-20 06:01:50 +00:00
Alex Dupre
c2a72b04bb Update to 5.2.3 release. 2007-06-04 18:30:55 +00:00
Alex Dupre
1a9a061caf - Mark php5-mbstring BROKEN on amd64 with FreeBSD 5
- Drop FreeBSD 4 bits
2007-05-25 06:27:08 +00:00
Erwin Lansing
154deac572 Put suhosin on local master sites to fix fetch now the official site is down.
Approved by:	portmgr (self)
2007-05-22 10:12:51 +00:00
Alex Dupre
cc137a49e9 Update to 5.2.2 release.
PR:		ports/112527
Submitted by:	Nick Barkas<snb@threerings.net>
Approved by:	portmgr (linimon)
2007-05-20 08:27:29 +00:00
Alex Dupre
13a551fc14 Revert previous commit: for an unknown reason, the pcre module linked
with external pcre library doesn't work inside apache. PHP devs are not
interested in fixing this problem and insist to use the bundled (broken
too) version.
2007-03-13 07:10:15 +00:00
Alex Dupre
a2890bb9d9 Now that we have a utf8-enabled pcre port, let php5-pcre
depend on it. This should also fix PR 109542.
2007-03-11 21:54:16 +00:00
Rong-En Fan
47f7813726 - Chase databases/freetds update. Fix php5-pdo_dblib build
Reported by:	pointyhat via kris
2007-03-10 05:41:56 +00:00