Commit Graph

38 Commits

Author SHA1 Message Date
robert
8951c07084 There is no need to add the pear distfile to SUPDISTFILES;
noticed by sturm@
2006-05-24 13:15:42 +00:00
aanriot
a97e7a55e4 - php-5.1.4 tarball has been rerolled, so update distinfo.
- add pear's distfile to SUPDISTFILES .
- bump relevent PKGNAMEs.

prompted by and ok robert@
2006-05-21 20:46:06 +00:00
wilfried
60b2eff919 add OpenBSD tag 2006-05-10 13:48:01 +00:00
robert
151101789e Update to version 5.1.4;
Add a hardened flavor for both core and extensions (inspired by niallo@);
Use our own way to install pear because the bundled installer is totally
broken and upstream refuses to fix it.

Add a mysqli subpackage which can be used to access the functionality
provided by MySQL 4.1 and above.

Other minor changes and fixes are also included.

ok sturm@; tested by many
2006-05-09 14:15:40 +00:00
naddy
7e516ebd41 bump gd-no_x11 package, simplify logic; ok sturm@ 2006-04-15 14:57:24 +00:00
sturm
637ed18ac5 actually increase FULLPKGNAME-gd
4 eyes didn't see what plist_db sees
2006-04-14 20:41:48 +00:00
otto
98c950e17f Make php5-gd use freetype2 (included in X11) instead of freetype1. Solves
truetype font rendering problems in truecolor more. Tested by mbalmer@;
help and ok robert@
2006-04-06 11:26:39 +00:00
david
f85600afe0 move any perl or sed substitutions from post-patch to pre-configure
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00
sturm
4184a780de more 2005-12-29 23:06:28 +00:00
sturm
5e4046399d revert completely broken update, we are back at 5.0.5 now
discussed on icb
2005-12-29 23:03:29 +00:00
robert
2e5b439bb0 Update to php-5.1.1;
for more information please check
http://www.php.net/ChangeLog-5.php#5.1.1
and
http://www.php.net/ChangeLog-5.php#5.1.0

The port now uses a CVS snapshot of PEAR;
2005-12-21 15:42:06 +00:00
espie
0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
robert
fff05e246c upgrade to php-5.0.5; 2005-09-14 15:44:19 +00:00
espie
5813555a36 missing WANTLIB 2005-09-10 18:23:00 +00:00
robert
0f9d38fccb SECURITY: fix a heap overflow in internal pcre; bump PKGNAME
http://www.vuxml.org/openbsd/b552a55a-136d-11da-a0d4-00065bd5b0b6.html

ok pvalchev@
2005-08-31 22:12:54 +00:00
kevlo
f31cefbd7f add mbstring support. ok robert@ 2005-07-06 00:50:32 +00:00
robert
f84bb6e65e add the soap extension to php5:
SOAP (Simple Object Access Protocol) is a method for access remote
XML resources on another machine.  It is a standard defined by The
World Wide Web consortium (W3C).  Information about XSLT and related
technologies can be found at http://www.w3.org/TR/soap.

From: Ben Lindstrom <mouring@etoh.eviladmin.org>
2005-06-06 17:25:33 +00:00
kevlo
4ba3d032cb fix detect libxslt dependency correctly. 2005-05-18 06:59:37 +00:00
robert
a91882c8c9 add support for xsl extension
from Ben Lindstrom <mouring@etoh.eviladmin.org>
2005-05-12 19:09:14 +00:00
robert
b389590004 add textproc/libxml to BUILD_DEPENDS; noticed by sturm@ 2005-04-10 12:21:02 +00:00
robert
e12086c72a update to 5.0.4; 2005-04-04 21:13:21 +00:00
robert
9e86609375 fix the gd extension's conflict with php4; bump its no_x11 flavor's PKGNAME;
spotted and ok by naddy@
2005-03-16 21:09:21 +00:00
robert
efcd59df1a - fix WANTLIB markers and dependencies (from alek@ and wilfried@)
- delete some whitespaces (from wilfried@)
- don't leave mess in ldconfig search path
(reported by Moritz Grimm <mlist@scapa.dnsalias.net>)
- bump PKGNAMEs

tested by many; ok pval@
2005-03-16 20:09:41 +00:00
db
0925c3a284 typo and wording fixes; approved by pval
ok mbalmer@ "that diff was fun to read"
2005-03-15 01:57:02 +00:00
alek
377731eb95 - Set NO_REGRESS only if do-regress target is not defined
- Add PEAR_LIBDIR (path to pear lib directory) and PEAR_PHPBIN (path to php
  interpreter) variables

ok robert@
2005-02-04 21:23:39 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
espie
fb76c69d1e explicitly mark that php4-pear and php5-pear conflict.
core prevents from installing them both, but this confuses the hell
out of find-all-conflicts.
2004-12-29 21:53:14 +00:00
espie
0ffec1f241 mark explicit conflicts, unconfuse find-all-conflicts.
fix dependency from ltdl in mcrypt (noticed by mbalmer@)
2004-12-21 12:15:01 +00:00
robert
ccc9a723f2 SECURITY:
update to 5.0.3;

add libstdc++ to WANTLIB;
use {.CURDIR} for PATCH_LIST and CHECKSUM_FILE from jolan@
2004-12-20 20:59:44 +00:00
alek
5364a42ec5 Add WANTLIB markers 2004-12-11 13:29:20 +00:00
robert
826690701f Let's use ${PREFIX}/share/examples/php5/ for the example configuration
files.
2004-11-24 17:37:49 +00:00
robert
c17debb60f switch to MESSAGE and UNMESSAGE; fix the redefinition of socklen_t;
bump PKGNAME
2004-11-24 17:27:22 +00:00
alek
7e044d243f Put correct paths into php-config and phpize scripts.
ok robert@
2004-11-24 13:15:09 +00:00
robert
771bf63fac Add the sqlite extension for php5;
requested by jcs@
2004-10-18 15:58:53 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
danh
f8aa183c80 replace ucd-snmp with net-snmp; ok maintainer 2004-10-13 01:46:02 +00:00
robert
bf86fb5352 import ports/php5/core; missed from the php5 import 2004-10-02 12:36:49 +00:00
robert
837cd0d4ce Import php-5.0.2;
PHP5 is a widely-used general-purpose scripting language 
that is especially suited for Web development and can be 
embedded into HTML.
2004-10-02 11:32:35 +00:00