diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-04-13 21:27:28 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-04-13 21:27:28 +0800 |
commit | d343cb7c16660a394ba2e0a2300da4315ce636c9 (patch) | |
tree | 6dbda201d98feeda1b606856af3e71012f291f6c /textproc/pecl-xdiff | |
parent | 19d359bacdd395e5741f302572d40d96f48bdad4 (diff) | |
download | freebsd-ports-gnome-d343cb7c16660a394ba2e0a2300da4315ce636c9.tar.gz freebsd-ports-gnome-d343cb7c16660a394ba2e0a2300da4315ce636c9.tar.zst freebsd-ports-gnome-d343cb7c16660a394ba2e0a2300da4315ce636c9.zip |
- Upgrade to 1.5.1, which implicitly unbreaks after recent PHP
5.3.2 update
Reported by: pointyhat
Approved by: portmgr (itetcu, erwin - blanket)
Diffstat (limited to 'textproc/pecl-xdiff')
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 5 | ||||
-rw-r--r-- | textproc/pecl-xdiff/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 01b7f430876c..8f84c9342a8f 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xdiff -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -21,6 +21,9 @@ LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff USE_PHP= yes USE_PHPEXT= yes +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" + post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h .include <bsd.port.mk> diff --git a/textproc/pecl-xdiff/distinfo b/textproc/pecl-xdiff/distinfo index 9be5600d1944..8ed6d1ba9fcd 100644 --- a/textproc/pecl-xdiff/distinfo +++ b/textproc/pecl-xdiff/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/xdiff-1.4.1.tgz) = dff2ae768f946aee07e4ba5bcd178e44 -SHA256 (PECL/xdiff-1.4.1.tgz) = b9ee8b2fdc622e7795f12580f1fa074b394e5a1fea396515548b810d6d375005 -SIZE (PECL/xdiff-1.4.1.tgz) = 8623 +MD5 (PECL/xdiff-1.5.1.tgz) = d8c386c98130e724a07b62f5152130e5 +SHA256 (PECL/xdiff-1.5.1.tgz) = 2b5ff3804494623592551450e34290a87c5a8d3903c9d8f944d7dd1d717fb261 +SIZE (PECL/xdiff-1.5.1.tgz) = 9147 |