summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-04-10 00:27:48 +0000
committerlinimon <linimon@FreeBSD.org>2017-04-10 00:27:48 +0000
commitf585ac27f039633961b5385f1ca3144a2a1e293f (patch)
tree00f4f9455aeef4b2c0eaf2857cd1f198ea50824c
parent27147fa2a2bb78a9e42a2fb62cb28dc680e5da7a (diff)
downloadFreeBSD-ports-f585ac27f039633961b5385f1ca3144a2a1e293f.zip
FreeBSD-ports-f585ac27f039633961b5385f1ca3144a2a1e293f.tar.gz
These ports now build on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
-rw-r--r--archivers/innoextract/Makefile1
-rw-r--r--audio/codec2/Makefile4
-rw-r--r--comms/hcidump/Makefile2
-rw-r--r--devel/avro-cpp/Makefile2
-rw-r--r--devel/cpp-netlib/Makefile2
-rw-r--r--devel/eblob/Makefile2
-rw-r--r--devel/flatbuffers/Makefile2
-rw-r--r--devel/gearmand-devel/Makefile4
-rw-r--r--devel/libcutl/Makefile1
-rw-r--r--devel/libdap/Makefile2
-rw-r--r--devel/libftdi1/Makefile1
-rw-r--r--devel/liborcus07/Makefile1
-rw-r--r--devel/mongo-cxx-driver/Makefile2
-rw-r--r--devel/pecl-jsonnet/Makefile2
-rw-r--r--games/stonesoup/Makefile1
-rw-r--r--lang/dmd1/Makefile13
-rw-r--r--math/openfst/Makefile2
-rw-r--r--net-im/licq/Makefile1
-rw-r--r--net/grive/Makefile2
-rw-r--r--net/libcmis/Makefile2
-rw-r--r--net/opensips/Makefile2
-rw-r--r--print/fpdf/Makefile2
-rw-r--r--security/pgpin/Makefile1
-rw-r--r--sysutils/condor/Makefile2
-rw-r--r--sysutils/fusefs-encfs/Makefile2
-rw-r--r--textproc/source-highlight/Makefile1
-rw-r--r--www/mohawk/Makefile1
27 files changed, 10 insertions, 50 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile
index 6d972c0..80066e2 100644
--- a/archivers/innoextract/Makefile
+++ b/archivers/innoextract/Makefile
@@ -23,7 +23,6 @@ USES= cmake iconv
PLIST_FILES= bin/innoextract \
man/man1/innoextract.1.gz
-BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
.include <bsd.port.mk>
diff --git a/audio/codec2/Makefile b/audio/codec2/Makefile
index 8afa152..9c9c6ed 100644
--- a/audio/codec2/Makefile
+++ b/audio/codec2/Makefile
@@ -11,12 +11,10 @@ MAINTAINER= hamradio@FreeBSD.org
COMMENT= Low bit rate codec
LICENSE= LGPL21
-CONFLICTS= libcodec2-*
LIB_DEPENDS= libspeex.so:audio/speex
-BROKEN_powerpc64= Does not build
-
+CONFLICTS= libcodec2-*
USES= cmake:outsource compiler:c11 tar:xz
USE_LDCONFIG= yes
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile
index bb287f2..940a1dd 100644
--- a/comms/hcidump/Makefile
+++ b/comms/hcidump/Makefile
@@ -19,6 +19,4 @@ CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes
PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
-BROKEN_powerpc64= Does not build on powerpc64
-
.include <bsd.port.mk>
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile
index d120bbf..471dd60 100644
--- a/devel/avro-cpp/Makefile
+++ b/devel/avro-cpp/Makefile
@@ -13,8 +13,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
COMMENT= Data serialization system for C++
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
USES= cmake python:build
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile
index 934f618..c0406937 100644
--- a/devel/cpp-netlib/Makefile
+++ b/devel/cpp-netlib/Makefile
@@ -13,8 +13,6 @@ COMMENT= Cross-platform, standards compliant networking library
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
-BROKEN_powerpc64= Does not build
-
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
asio>0:net/asio
diff --git a/devel/eblob/Makefile b/devel/eblob/Makefile
index 5e2d4df..d020d50 100644
--- a/devel/eblob/Makefile
+++ b/devel/eblob/Makefile
@@ -11,8 +11,6 @@ COMMENT= Append-only low-level I/O library
LICENSE= GPLv2
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
USE_GITHUB= yes
diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index 708d537..cdf5611 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -13,8 +13,6 @@ COMMENT= Memory efficient serialization library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN_powerpc64= Does not build
-
USE_GITHUB= yes
GH_ACCOUNT= google
diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile
index c60ed4f..85994b9 100644
--- a/devel/gearmand-devel/Makefile
+++ b/devel/gearmand-devel/Makefile
@@ -6,6 +6,7 @@ PORTVERSION= 1.1.8
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/
+PKGNAMESUFFIX= -devel
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Gearman C Server and Library
@@ -17,12 +18,9 @@ LIB_DEPENDS= libevent.so:devel/libevent \
CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.*
-PKGNAMESUFFIX= -devel
-
USERS= gearmand
GROUPS= gearmand
-BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: cannot link with boost
USE_PERL5= build
diff --git a/devel/libcutl/Makefile b/devel/libcutl/Makefile
index 8313618..1567db4 100644
--- a/devel/libcutl/Makefile
+++ b/devel/libcutl/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libexpat.so:textproc/expat2
-BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: cannot configure with boost
GNU_CONFIGURE= yes
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile
index 33c6d1b..d67e17b 100644
--- a/devel/libdap/Makefile
+++ b/devel/libdap/Makefile
@@ -17,8 +17,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libuuid.so:misc/e2fsprogs-libuuid \
libxml2.so:textproc/libxml2
-BROKEN_powerpc64= does not build
-
CONFIGURE_ARGS= ac_cv_type_max_align_t=yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile
index 46ec212..ec8d627 100644
--- a/devel/libftdi1/Makefile
+++ b/devel/libftdi1/Makefile
@@ -20,7 +20,6 @@ OPTIONS_SUB= yes
BOOST_DESC= Build with boost
PYTHON_DESC= Build Python bindings
-BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: fails to link
USES= cmake pkgconfig tar:bzip2
diff --git a/devel/liborcus07/Makefile b/devel/liborcus07/Makefile
index b9c1af1..fce8c98 100644
--- a/devel/liborcus07/Makefile
+++ b/devel/liborcus07/Makefile
@@ -19,7 +19,6 @@ DEPRECATED= Deprecated by upstream, use devel/liborcus
EXPIRATION_DATE= 2017-03-31
BROKEN_sparc64= cannot link with boost
-BROKEN_powerpc64= Does not build
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig tar:xz
diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile
index ca68718..42bc0fa 100644
--- a/devel/mongo-cxx-driver/Makefile
+++ b/devel/mongo-cxx-driver/Makefile
@@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/APACHE-2.0.txt
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-BROKEN_powerpc64= Does not build
-
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= SCRAM-SHA-1
diff --git a/devel/pecl-jsonnet/Makefile b/devel/pecl-jsonnet/Makefile
index 116517a..f64b7d7 100644
--- a/devel/pecl-jsonnet/Makefile
+++ b/devel/pecl-jsonnet/Makefile
@@ -17,8 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libjsonnet.so:devel/jsonnet
-BROKEN_powerpc64= does not build
-
USES= php:ext tar:tgz
USE_PHP= json:build
CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE}
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile
index b5d4169..addfd7c 100644
--- a/games/stonesoup/Makefile
+++ b/games/stonesoup/Makefile
@@ -15,6 +15,7 @@ COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../licence.txt
+BROKEN_armv6= Does not build: error: Missing platform #define or unsupported compiler
BROKEN_powerpc64= Does not build
USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \
diff --git a/lang/dmd1/Makefile b/lang/dmd1/Makefile
index d0ceca1..8045bbc 100644
--- a/lang/dmd1/Makefile
+++ b/lang/dmd1/Makefile
@@ -4,24 +4,25 @@
PORTNAME= dmd
PORTVERSION= 1.076
PORTREVISION= 2
-PKGNAMESUFFIX= 1
CATEGORIES= lang
MASTER_SITES= http://ftp.digitalmars.com/
+PKGNAMESUFFIX= 1
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
COMMENT= Official compiler for the D 1.0 programming language
-NO_PACKAGE= No redistribution of non validated binaries
-USES= gmake zip
-PORTDOCS= *.txt html/ phobos/
-WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME}
-LICENSE_COMB= multi
LICENSE= ART10 ZLIB DMD
+LICENSE_COMB= multi
LICENSE_NAME_DMD= digital mars license
LICENSE_FILE_DMD= ${WRKSRC}/../../license.txt
LICENSE_PERMS_DMD= no-pkg-mirror auto-accept
+NO_PACKAGE= No redistribution of non validated binaries
+USES= gmake zip
+PORTDOCS= *.txt html/ phobos/
+WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME}
+
OPTIONS_DEFINE= SOURCE DOCS
SOURCE_DESC= Compile dmd and phobos from source
diff --git a/math/openfst/Makefile b/math/openfst/Makefile
index 2cbc5d65..362f033 100644
--- a/math/openfst/Makefile
+++ b/math/openfst/Makefile
@@ -12,8 +12,6 @@ COMMENT= Library for working with weighted finite-state transducers (FSTs)
LICENSE= APACHE20
-BROKEN_powerpc64= Does not build
-
USES= compiler:c++11-lib libtool python:2
USE_LDCONFIG= ${LOCALBASE}/lib/fst
GNU_CONFIGURE= yes
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 68976f9..623087e 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -14,7 +14,6 @@ LICENSE= GPLv2
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
-BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: fails to link
USES= cmake iconv ssl
diff --git a/net/grive/Makefile b/net/grive/Makefile
index 89b7dd0..51e762e 100644
--- a/net/grive/Makefile
+++ b/net/grive/Makefile
@@ -11,8 +11,6 @@ COMMENT= Open source client for Google Drive
LICENSE= GPLv2
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile
index c72963f..9818fcf 100644
--- a/net/libcmis/Makefile
+++ b/net/libcmis/Makefile
@@ -12,8 +12,6 @@ COMMENT= Client library for the CMIS interface
LICENSE= LGPL20 MPL GPLv2
LICENSE_COMB= dual
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libcurl.so:ftp/curl
BUILD_DEPENDS= cppunit-config:devel/cppunit \
${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs
diff --git a/net/opensips/Makefile b/net/opensips/Makefile
index cba1a6e..6267510 100644
--- a/net/opensips/Makefile
+++ b/net/opensips/Makefile
@@ -33,8 +33,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
${LOCALBASE}/bin/python2:lang/python2 \
${LOCALBASE}/bin/grep:textproc/gnugrep
-BROKEN_powerpc64= Does not build
-
GINSTALL= ginstall
WRKSRC= ${WRKDIR}/opensips-${PORTVERSION}
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile
index 519986f..ef8f191 100644
--- a/print/fpdf/Makefile
+++ b/print/fpdf/Makefile
@@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Free PHP class to generate PDF files with pure PHP
-BROKEN_powerpc64= Does not build
-
USE_PHP= zlib
FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES}
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile
index 6514275..55173b3 100644
--- a/security/pgpin/Makefile
+++ b/security/pgpin/Makefile
@@ -16,7 +16,6 @@ LICENSE= MIT
PORTSCOUT= ignore:1
BROKEN_mips64= Does not build
-BROKEN_powerpc64= Does not build
USES= tar:tgz
WRKSRC= ${WRKDIR}/pgp263in/src
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile
index f66980d..1c9159c 100644
--- a/sysutils/condor/Makefile
+++ b/sysutils/condor/Makefile
@@ -17,8 +17,6 @@ COMMENT= High-throughput computing on distributively owned resources
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS+= libkrb5support.so:security/krb5 \
libpcre.so:devel/pcre \
libcurl.so:ftp/curl \
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile
index befc831..e28b15c 100644
--- a/sysutils/fusefs-encfs/Makefile
+++ b/sysutils/fusefs-encfs/Makefile
@@ -14,8 +14,6 @@ COMMENT= Encrypted pass-through FUSE filesystem
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= does not build
-
USES= cmake:outsource compiler:c++11-lib fuse ssl
USE_GITHUB= yes
GH_ACCOUNT= vgough
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index 8f3f6ea..856e24e 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= exctags:devel/ctags
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
-BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not compile with GCC 4.2
GNU_CONFIGURE= yes
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile
index 1033f9d..fd78742 100644
--- a/www/mohawk/Makefile
+++ b/www/mohawk/Makefile
@@ -32,7 +32,6 @@ OPTIONS_DEFINE= EXAMPLES
USES= uidfix
BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true
-BROKEN_powerpc64= Does not build
.include <bsd.port.options.mk>
OpenPOWER on IntegriCloud