svn commit: r379734 - head/devel/pecl-hidef
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 03:23:50 UTC 2015
Author: vanilla
Date: Tue Feb 24 03:23:49 2015
New Revision: 379734
URL: https://svnweb.freebsd.org/changeset/ports/379734
QAT: https://qat.redports.org/buildarchive/r379734/
Log:
switch to USES=tar:tgz.
Modified:
head/devel/pecl-hidef/Makefile
Modified: head/devel/pecl-hidef/Makefile
==============================================================================
--- head/devel/pecl-hidef/Makefile Tue Feb 24 03:21:47 2015 (r379733)
+++ head/devel/pecl-hidef/Makefile Tue Feb 24 03:23:49 2015 (r379734)
@@ -6,7 +6,6 @@ PORTVERSION= 0.1.13
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports at FreeBSD.org
@@ -14,14 +13,15 @@ COMMENT= Constants for real
LICENSE= PHP301
+USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 56
CONFIGURE_ARGS= --enable-hidef
-CFLAGS+=-I${LOCALBASE}/include
-LDFLAGS+=-L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' \
More information about the svn-ports-all
mailing list