From owner-svn-ports-head@freebsd.org Mon Apr 10 00:27:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13090D3574A; Mon, 10 Apr 2017 00:27:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC6E1834; Mon, 10 Apr 2017 00:27:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3A0RpeK021649; Mon, 10 Apr 2017 00:27:51 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3A0Rn5P021621; Mon, 10 Apr 2017 00:27:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704100027.v3A0Rn5P021621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 10 Apr 2017 00:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438123 - in head: archivers/innoextract audio/codec2 comms/hcidump devel/avro-cpp devel/cpp-netlib devel/eblob devel/flatbuffers devel/gearmand-devel devel/libcutl devel/libdap devel/l... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 00:27:53 -0000 Author: linimon Date: Mon Apr 10 00:27:48 2017 New Revision: 438123 URL: https://svnweb.freebsd.org/changeset/ports/438123 Log: These ports now build on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/archivers/innoextract/Makefile head/audio/codec2/Makefile head/comms/hcidump/Makefile head/devel/avro-cpp/Makefile head/devel/cpp-netlib/Makefile head/devel/eblob/Makefile head/devel/flatbuffers/Makefile head/devel/gearmand-devel/Makefile head/devel/libcutl/Makefile head/devel/libdap/Makefile head/devel/libftdi1/Makefile head/devel/liborcus07/Makefile head/devel/mongo-cxx-driver/Makefile head/devel/pecl-jsonnet/Makefile head/games/stonesoup/Makefile head/lang/dmd1/Makefile head/math/openfst/Makefile head/net-im/licq/Makefile head/net/grive/Makefile head/net/libcmis/Makefile head/net/opensips/Makefile head/print/fpdf/Makefile head/security/pgpin/Makefile head/sysutils/condor/Makefile head/sysutils/fusefs-encfs/Makefile head/textproc/source-highlight/Makefile head/www/mohawk/Makefile Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/archivers/innoextract/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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::_M_widen_init() .include Modified: head/audio/codec2/Makefile ============================================================================== --- head/audio/codec2/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/audio/codec2/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/comms/hcidump/Makefile ============================================================================== --- head/comms/hcidump/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/comms/hcidump/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/avro-cpp/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/cpp-netlib/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -13,8 +13,6 @@ COMMENT= Cross-platform, standards comp 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 Modified: head/devel/eblob/Makefile ============================================================================== --- head/devel/eblob/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/eblob/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -11,8 +11,6 @@ COMMENT= Append-only low-level I/O libra LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes Modified: head/devel/flatbuffers/Makefile ============================================================================== --- head/devel/flatbuffers/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/flatbuffers/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -13,8 +13,6 @@ COMMENT= Memory efficient serialization LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_powerpc64= Does not build - USE_GITHUB= yes GH_ACCOUNT= google Modified: head/devel/gearmand-devel/Makefile ============================================================================== --- head/devel/gearmand-devel/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/gearmand-devel/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/libcutl/Makefile ============================================================================== --- head/devel/libcutl/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/libcutl/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/libdap/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/libftdi1/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/liborcus07/Makefile ============================================================================== --- head/devel/liborcus07/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/liborcus07/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -19,7 +19,6 @@ DEPRECATED= Deprecated by upstream, use 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 Modified: head/devel/mongo-cxx-driver/Makefile ============================================================================== --- head/devel/mongo-cxx-driver/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/mongo-cxx-driver/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/devel/pecl-jsonnet/Makefile ============================================================================== --- head/devel/pecl-jsonnet/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/devel/pecl-jsonnet/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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} Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/games/stonesoup/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -15,6 +15,7 @@ COMMENT= Dungeon Crawl Stone Soup - a fu 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 \ Modified: head/lang/dmd1/Makefile ============================================================================== --- head/lang/dmd1/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/lang/dmd1/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/math/openfst/Makefile ============================================================================== --- head/math/openfst/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/math/openfst/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -12,8 +12,6 @@ COMMENT= Library for working with weight LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - USES= compiler:c++11-lib libtool python:2 USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/net-im/licq/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/net/grive/Makefile ============================================================================== --- head/net/grive/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/net/grive/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -11,8 +11,6 @@ COMMENT= Open source client for Google D LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ Modified: head/net/libcmis/Makefile ============================================================================== --- head/net/libcmis/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/net/libcmis/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -12,8 +12,6 @@ COMMENT= Client library for the CMIS int 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 Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/net/opensips/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -33,8 +33,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shel ${LOCALBASE}/bin/python2:lang/python2 \ ${LOCALBASE}/bin/grep:textproc/gnugrep -BROKEN_powerpc64= Does not build - GINSTALL= ginstall WRKSRC= ${WRKDIR}/opensips-${PORTVERSION} Modified: head/print/fpdf/Makefile ============================================================================== --- head/print/fpdf/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/print/fpdf/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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} Modified: head/security/pgpin/Makefile ============================================================================== --- head/security/pgpin/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/security/pgpin/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/sysutils/condor/Makefile ============================================================================== --- head/sysutils/condor/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/sysutils/condor/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -17,8 +17,6 @@ COMMENT= High-throughput computing on di 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 \ Modified: head/sysutils/fusefs-encfs/Makefile ============================================================================== --- head/sysutils/fusefs-encfs/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/sysutils/fusefs-encfs/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -14,8 +14,6 @@ COMMENT= Encrypted pass-through FUSE fil 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 Modified: head/textproc/source-highlight/Makefile ============================================================================== --- head/textproc/source-highlight/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/textproc/source-highlight/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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 Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Sun Apr 9 23:48:45 2017 (r438122) +++ head/www/mohawk/Makefile Mon Apr 10 00:27:48 2017 (r438123) @@ -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