diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-20 10:20:07 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-20 10:20:07 +0800 |
commit | 726834a1aa100e6c4620ae8c55adc6ffc1cce0cc (patch) | |
tree | f0ed697e0a51eb14113d86eb29bb31f32f4a26b8 | |
parent | fa324bf3365b06658fff457e5db89455ede5c583 (diff) | |
download | freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.tar.gz freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.tar.zst freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.zip |
Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together
Reported by: mat
-rw-r--r-- | devel/pecl-svn/Makefile | 3 | ||||
-rw-r--r-- | mail/pecl-mailparse/Makefile | 3 | ||||
-rw-r--r-- | mail/pecl-mailparse2/Makefile | 3 | ||||
-rw-r--r-- | math/pecl-stats/Makefile | 3 | ||||
-rw-r--r-- | math/pecl-stats2/Makefile | 3 | ||||
-rw-r--r-- | net-im/pecl-stomp/Makefile | 3 | ||||
-rw-r--r-- | net-im/pecl-stomp2/Makefile | 3 | ||||
-rw-r--r-- | net/pecl-oauth/Makefile | 3 | ||||
-rw-r--r-- | net/pecl-oauth2/Makefile | 3 | ||||
-rw-r--r-- | security/pecl-ssh2-0/Makefile | 3 | ||||
-rw-r--r-- | security/pecl-ssh2/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-xdiff2/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-yaml1/Makefile | 3 |
15 files changed, 15 insertions, 30 deletions
diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile index fe83fa86a0b8..0e437e19a9e6 100644 --- a/devel/pecl-svn/Makefile +++ b/devel/pecl-svn/Makefile @@ -11,11 +11,10 @@ COMMENT= PECL extension to the libsvn library LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libsvn_client-1.so:devel/subversion USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 USE_CSTD= c99 .include <bsd.port.mk> diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index b92075b9546a..ba1d54e43b11 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -11,9 +11,8 @@ COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - USES= php:pecl USE_PHP= mbstring:build +IGNORE_WITH_PHP= 56 .include <bsd.port.mk> diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index 8fad68bb66ae..634e7bb09bee 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -11,10 +11,9 @@ COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP202 -IGNORE_WITH_PHP= 70 71 72 - USES= php:pecl USE_PHP= mbstring:build +IGNORE_WITH_PHP= 70 71 72 PORTSCOUT= limit:^2.* diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index 91d2752852b8..5e19ef455b2b 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -11,9 +11,8 @@ COMMENT= PECL extension with routines for statistical computation LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 PORTSCOUT= limit:^1.* diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile index 2c3b25df772d..57974348b2f3 100644 --- a/math/pecl-stats2/Makefile +++ b/math/pecl-stats2/Makefile @@ -10,9 +10,8 @@ COMMENT= PECL extension with routines for statistical computation LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stats-1* PORTSCOUT= limit:^2.* diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index f716048b1b89..b98ca2acb322 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -12,9 +12,8 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 PORTSCOUT= limit:^1.* diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile index 38133e108ed0..e83dbd118faa 100644 --- a/net-im/pecl-stomp2/Makefile +++ b/net-im/pecl-stomp2/Makefile @@ -10,9 +10,8 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stomp-1* PORTSCOUT= limit:^2.* diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index dbf1734e9021..6244e69d4664 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -12,11 +12,10 @@ COMMENT= Php Interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libcurl.so:ftp/curl USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile index adc89121dbde..7f070cf0f714 100644 --- a/net/pecl-oauth2/Makefile +++ b/net/pecl-oauth2/Makefile @@ -10,11 +10,10 @@ COMMENT= Php interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libcurl.so:ftp/curl USES= php:pecl +IGNORE_WITH_PHP= 56 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/security/pecl-ssh2-0/Makefile b/security/pecl-ssh2-0/Makefile index d1b7fd7c3f8c..2ea4cba93b74 100644 --- a/security/pecl-ssh2-0/Makefile +++ b/security/pecl-ssh2-0/Makefile @@ -11,11 +11,10 @@ COMMENT= PECL extension to the libssh2 library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libssh2.so:security/libssh2 USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index fa11987b0a07..ef1503256549 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -11,11 +11,10 @@ COMMENT= PECL extension to the libssh2 library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libssh2.so:security/libssh2 USES= php:pecl +IGNORE_WITH_PHP= 56 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index f52762b2e4ab..4b681af49eec 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -11,11 +11,10 @@ COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-xdiff2/Makefile b/textproc/pecl-xdiff2/Makefile index eb77f7f602a2..f361b8f978b7 100644 --- a/textproc/pecl-xdiff2/Makefile +++ b/textproc/pecl-xdiff2/Makefile @@ -10,11 +10,10 @@ COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-xdiff-1* LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 7715311e7c85..6754ce80f06d 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -11,10 +11,9 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libyaml.so:textproc/libyaml USES= php:pecl +IGNORE_WITH_PHP= 56 .include <bsd.port.mk> diff --git a/textproc/pecl-yaml1/Makefile b/textproc/pecl-yaml1/Makefile index c050674dae79..f968bbfe2daa 100644 --- a/textproc/pecl-yaml1/Makefile +++ b/textproc/pecl-yaml1/Makefile @@ -11,12 +11,11 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> |