These ports now build on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
078d2cd06e
commit
62a6b3eebc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438123
@ -23,7 +23,6 @@ USES= cmake iconv
|
|||||||
PLIST_FILES= bin/innoextract \
|
PLIST_FILES= bin/innoextract \
|
||||||
man/man1/innoextract.1.gz
|
man/man1/innoextract.1.gz
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
|
BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -11,12 +11,10 @@ MAINTAINER= hamradio@FreeBSD.org
|
|||||||
COMMENT= Low bit rate codec
|
COMMENT= Low bit rate codec
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
CONFLICTS= libcodec2-*
|
|
||||||
|
|
||||||
LIB_DEPENDS= libspeex.so:audio/speex
|
LIB_DEPENDS= libspeex.so:audio/speex
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
CONFLICTS= libcodec2-*
|
||||||
|
|
||||||
USES= cmake:outsource compiler:c11 tar:xz
|
USES= cmake:outsource compiler:c11 tar:xz
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
@ -19,6 +19,4 @@ CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes
|
|||||||
|
|
||||||
PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
|
PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build on powerpc64
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -13,8 +13,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|||||||
MAINTAINER= vg@FreeBSD.org
|
MAINTAINER= vg@FreeBSD.org
|
||||||
COMMENT= Data serialization system for C++
|
COMMENT= Data serialization system for C++
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
||||||
|
|
||||||
USES= cmake python:build
|
USES= cmake python:build
|
||||||
|
@ -13,8 +13,6 @@ COMMENT= Cross-platform, standards compliant networking library
|
|||||||
LICENSE= BSL
|
LICENSE= BSL
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
|
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
|
||||||
asio>0:net/asio
|
asio>0:net/asio
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@ COMMENT= Append-only low-level I/O library
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
|
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
@ -13,8 +13,6 @@ COMMENT= Memory efficient serialization library
|
|||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= google
|
GH_ACCOUNT= google
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ PORTVERSION= 1.1.8
|
|||||||
PORTREVISION= 8
|
PORTREVISION= 8
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/
|
MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/
|
||||||
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
||||||
MAINTAINER= bdrewery@FreeBSD.org
|
MAINTAINER= bdrewery@FreeBSD.org
|
||||||
COMMENT= Gearman C Server and Library
|
COMMENT= Gearman C Server and Library
|
||||||
@ -17,12 +18,9 @@ LIB_DEPENDS= libevent.so:devel/libevent \
|
|||||||
|
|
||||||
CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.*
|
CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.*
|
||||||
|
|
||||||
PKGNAMESUFFIX= -devel
|
|
||||||
|
|
||||||
USERS= gearmand
|
USERS= gearmand
|
||||||
GROUPS= gearmand
|
GROUPS= gearmand
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
BROKEN_sparc64= Does not build: cannot link with boost
|
BROKEN_sparc64= Does not build: cannot link with boost
|
||||||
|
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||||
libexpat.so:textproc/expat2
|
libexpat.so:textproc/expat2
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
BROKEN_sparc64= Does not build: cannot configure with boost
|
BROKEN_sparc64= Does not build: cannot configure with boost
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -17,8 +17,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
|||||||
libuuid.so:misc/e2fsprogs-libuuid \
|
libuuid.so:misc/e2fsprogs-libuuid \
|
||||||
libxml2.so:textproc/libxml2
|
libxml2.so:textproc/libxml2
|
||||||
|
|
||||||
BROKEN_powerpc64= does not build
|
|
||||||
|
|
||||||
CONFIGURE_ARGS= ac_cv_type_max_align_t=yes
|
CONFIGURE_ARGS= ac_cv_type_max_align_t=yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
@ -20,7 +20,6 @@ OPTIONS_SUB= yes
|
|||||||
BOOST_DESC= Build with boost
|
BOOST_DESC= Build with boost
|
||||||
PYTHON_DESC= Build Python bindings
|
PYTHON_DESC= Build Python bindings
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
BROKEN_sparc64= Does not build: fails to link
|
BROKEN_sparc64= Does not build: fails to link
|
||||||
|
|
||||||
USES= cmake pkgconfig tar:bzip2
|
USES= cmake pkgconfig tar:bzip2
|
||||||
|
@ -19,7 +19,6 @@ DEPRECATED= Deprecated by upstream, use devel/liborcus
|
|||||||
EXPIRATION_DATE= 2017-03-31
|
EXPIRATION_DATE= 2017-03-31
|
||||||
|
|
||||||
BROKEN_sparc64= cannot link with boost
|
BROKEN_sparc64= cannot link with boost
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake libtool pathfix pkgconfig tar:xz
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
||||||
|
@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/APACHE-2.0.txt
|
|||||||
|
|
||||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= SCRAM-SHA-1
|
OPTIONS_DEFINE= SCRAM-SHA-1
|
||||||
|
@ -17,8 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||||||
|
|
||||||
LIB_DEPENDS= libjsonnet.so:devel/jsonnet
|
LIB_DEPENDS= libjsonnet.so:devel/jsonnet
|
||||||
|
|
||||||
BROKEN_powerpc64= does not build
|
|
||||||
|
|
||||||
USES= php:ext tar:tgz
|
USES= php:ext tar:tgz
|
||||||
USE_PHP= json:build
|
USE_PHP= json:build
|
||||||
CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE}
|
CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE}
|
||||||
|
@ -15,6 +15,7 @@ COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game
|
|||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/../licence.txt
|
LICENSE_FILE= ${WRKSRC}/../licence.txt
|
||||||
|
|
||||||
|
BROKEN_armv6= Does not build: error: Missing platform #define or unsupported compiler
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
|
|
||||||
USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \
|
USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \
|
||||||
|
@ -4,23 +4,24 @@
|
|||||||
PORTNAME= dmd
|
PORTNAME= dmd
|
||||||
PORTVERSION= 1.076
|
PORTVERSION= 1.076
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
PKGNAMESUFFIX= 1
|
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= http://ftp.digitalmars.com/
|
MASTER_SITES= http://ftp.digitalmars.com/
|
||||||
|
PKGNAMESUFFIX= 1
|
||||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= cy@FreeBSD.org
|
MAINTAINER= cy@FreeBSD.org
|
||||||
COMMENT= Official compiler for the D 1.0 programming language
|
COMMENT= Official compiler for the D 1.0 programming language
|
||||||
|
|
||||||
|
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
|
NO_PACKAGE= No redistribution of non validated binaries
|
||||||
USES= gmake zip
|
USES= gmake zip
|
||||||
PORTDOCS= *.txt html/ phobos/
|
PORTDOCS= *.txt html/ phobos/
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME}
|
||||||
LICENSE_COMB= multi
|
|
||||||
LICENSE= ART10 ZLIB DMD
|
|
||||||
LICENSE_NAME_DMD= digital mars license
|
|
||||||
LICENSE_FILE_DMD= ${WRKSRC}/../../license.txt
|
|
||||||
LICENSE_PERMS_DMD= no-pkg-mirror auto-accept
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= SOURCE DOCS
|
OPTIONS_DEFINE= SOURCE DOCS
|
||||||
SOURCE_DESC= Compile dmd and phobos from source
|
SOURCE_DESC= Compile dmd and phobos from source
|
||||||
|
@ -12,8 +12,6 @@ COMMENT= Library for working with weighted finite-state transducers (FSTs)
|
|||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
USES= compiler:c++11-lib libtool python:2
|
USES= compiler:c++11-lib libtool python:2
|
||||||
USE_LDCONFIG= ${LOCALBASE}/lib/fst
|
USE_LDCONFIG= ${LOCALBASE}/lib/fst
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -14,7 +14,6 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
BROKEN_sparc64= Does not build: fails to link
|
BROKEN_sparc64= Does not build: fails to link
|
||||||
|
|
||||||
USES= cmake iconv ssl
|
USES= cmake iconv ssl
|
||||||
|
@ -11,8 +11,6 @@ COMMENT= Open source client for Google Drive
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
||||||
libcurl.so:ftp/curl \
|
libcurl.so:ftp/curl \
|
||||||
libexpat.so:textproc/expat2 \
|
libexpat.so:textproc/expat2 \
|
||||||
|
@ -12,8 +12,6 @@ COMMENT= Client library for the CMIS interface
|
|||||||
LICENSE= LGPL20 MPL GPLv2
|
LICENSE= LGPL20 MPL GPLv2
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
BUILD_DEPENDS= cppunit-config:devel/cppunit \
|
BUILD_DEPENDS= cppunit-config:devel/cppunit \
|
||||||
${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs
|
${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs
|
||||||
|
@ -33,8 +33,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
|
|||||||
${LOCALBASE}/bin/python2:lang/python2 \
|
${LOCALBASE}/bin/python2:lang/python2 \
|
||||||
${LOCALBASE}/bin/grep:textproc/gnugrep
|
${LOCALBASE}/bin/grep:textproc/gnugrep
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
GINSTALL= ginstall
|
GINSTALL= ginstall
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/opensips-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/opensips-${PORTVERSION}
|
||||||
|
@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||}
|
|||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
COMMENT= Free PHP class to generate PDF files with pure PHP
|
COMMENT= Free PHP class to generate PDF files with pure PHP
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
USE_PHP= zlib
|
USE_PHP= zlib
|
||||||
|
|
||||||
FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES}
|
FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES}
|
||||||
|
@ -16,7 +16,6 @@ LICENSE= MIT
|
|||||||
PORTSCOUT= ignore:1
|
PORTSCOUT= ignore:1
|
||||||
|
|
||||||
BROKEN_mips64= Does not build
|
BROKEN_mips64= Does not build
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
WRKSRC= ${WRKDIR}/pgp263in/src
|
WRKSRC= ${WRKDIR}/pgp263in/src
|
||||||
|
@ -17,8 +17,6 @@ COMMENT= High-throughput computing on distributively owned resources
|
|||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
|
|
||||||
LIB_DEPENDS+= libkrb5support.so:security/krb5 \
|
LIB_DEPENDS+= libkrb5support.so:security/krb5 \
|
||||||
libpcre.so:devel/pcre \
|
libpcre.so:devel/pcre \
|
||||||
libcurl.so:ftp/curl \
|
libcurl.so:ftp/curl \
|
||||||
|
@ -14,8 +14,6 @@ COMMENT= Encrypted pass-through FUSE filesystem
|
|||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN_powerpc64= does not build
|
|
||||||
|
|
||||||
USES= cmake:outsource compiler:c++11-lib fuse ssl
|
USES= cmake:outsource compiler:c++11-lib fuse ssl
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= vgough
|
GH_ACCOUNT= vgough
|
||||||
|
@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||||||
BUILD_DEPENDS= exctags:devel/ctags
|
BUILD_DEPENDS= exctags:devel/ctags
|
||||||
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
|
||||||
BROKEN_sparc64= Does not compile with GCC 4.2
|
BROKEN_sparc64= Does not compile with GCC 4.2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -32,7 +32,6 @@ OPTIONS_DEFINE= EXAMPLES
|
|||||||
USES= uidfix
|
USES= uidfix
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true
|
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>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user