diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-04-21 16:43:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-04-21 16:43:14 +0000 |
commit | 86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (patch) | |
tree | 216cef2d134f1181f622a8119ac12546632249a7 /archivers | |
parent | 34788c02dc1c2d225a65f1624b22dd7ca4896e92 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/innoextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/pecl-phk/Makefile | 2 | ||||
-rw-r--r-- | archivers/php55-phar/Makefile | 2 | ||||
-rw-r--r-- | archivers/php56-phar/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index beb8a3893bdc..2de69c3f8f61 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -12,6 +12,8 @@ COMMENT= Program to extract Inno Setup files LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index eb2ce84cd93c..b70b5bfc4b2c 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -13,6 +13,8 @@ COMMENT= PHK is a PHP-oriented package/archive system LICENSE= PHP301 +BROKEN_powerpc64= Does not build + USES= tar:tgz USE_PHP= hash USE_PHP_BUILD= yes diff --git a/archivers/php55-phar/Makefile b/archivers/php55-phar/Makefile index 11c33c141a63..1579b90f4e22 100644 --- a/archivers/php55-phar/Makefile +++ b/archivers/php55-phar/Makefile @@ -7,4 +7,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -phar +BROKEN_powerpc64= Does not build + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php56-phar/Makefile b/archivers/php56-phar/Makefile index 325bea2c411e..830ee797204f 100644 --- a/archivers/php56-phar/Makefile +++ b/archivers/php56-phar/Makefile @@ -7,4 +7,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php56 PKGNAMESUFFIX= -phar +BROKEN_powerpc64= Does not build + .include "${MASTERDIR}/Makefile" |