[linimon at FreeBSD.org: svn commit: r472699 - in head: print/pdfcube science/cdo science/pcmsolver security/clamfs security/highwayhash security/iaikpkcs11wrapper security/libtomcrypt security/py-python-nss security/spass...]
Mark Linimon
linimon at lonesome.com
Mon Jun 18 14:42:44 UTC 2018
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Mon, 18 Jun 2018 14:40:31 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r472699 - in head: print/pdfcube science/cdo science/pcmsolver security/clamfs security/highwayhash security/iaikpkcs11wrapper security/libtomcrypt security/py-python-nss security/spass...
Author: linimon
Date: Mon Jun 18 14:40:31 2018
New Revision: 472699
URL: https://svnweb.freebsd.org/changeset/ports/472699
Log:
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Modified:
head/print/pdfcube/Makefile
head/science/cdo/Makefile
head/science/pcmsolver/Makefile
head/security/clamfs/Makefile
head/security/highwayhash/Makefile
head/security/iaikpkcs11wrapper/Makefile
head/security/libtomcrypt/Makefile
head/security/py-python-nss/Makefile
head/security/spass/Makefile
head/sysutils/cbsd/Makefile
head/sysutils/condor/Makefile
head/sysutils/fusefs-libs3/Makefile
head/sysutils/incron/Makefile
head/sysutils/smart/Makefile
head/textproc/ffe/Makefile
head/textproc/heirloom-doctools/Makefile
head/textproc/libmwaw03/Makefile
head/textproc/multimarkdown/Makefile
head/textproc/source-highlight/Makefile
head/textproc/xmlwrapp/Makefile
head/www/domoticz/Makefile
head/www/h2o/Makefile
head/www/mod_md-devel/Makefile
head/x11-toolkits/gnustep-gui/Makefile
head/x11-toolkits/gtksourceview3/Makefile
head/x11-toolkits/py-fltk/Makefile
head/x11-wm/gcompmgr/Makefile
Modified: head/print/pdfcube/Makefile
==============================================================================
--- head/print/pdfcube/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/print/pdfcube/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -10,6 +10,8 @@ MASTER_SITES= http://code.100allora.it/releases/pdfcub
MAINTAINER= lwhsu at FreeBSD.org
COMMENT= OpenGL presentation viewer on a spinning cube
+BROKEN_powerpc64= fails to configure: checking for exit in -lboost_program_options... no
+
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
libpoppler-glib.so:graphics/poppler-glib \
libboost_program_options.so:devel/boost-libs
Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/science/cdo/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -13,6 +13,8 @@ COMMENT= Climate Data Operators
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to compile: remaplib.cc:1504:6: internal compiler error: in gsi_insert_seq_nodes_after, at gimple-iterator.c:283
+
OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID
OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID
OPTIONS_SUB= yes
@@ -36,9 +38,9 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
TEST_TARGET= check
+USES= compiler:c++11-lib gmake libtool localbase pathfix
USE_CXXSTD= c++11
USE_LDCONFIG= yes
-USES= compiler:c++11-lib gmake libtool localbase pathfix
CGRIBEX_CONFIGURE_WITH= cgribex
CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex
Modified: head/science/pcmsolver/Makefile
==============================================================================
--- head/science/pcmsolver/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/science/pcmsolver/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -11,6 +11,8 @@ COMMENT= API for the Polarizable Continuum Model
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to compile: SphericalDiffuse.cpp:182: invalid initialization of non-const reference
+
LIB_DEPENDS= libflang.so:devel/flang # USES=fortran:clang breaks in configure: can't find libs directory
USES= cmake:outsource,noninja python
Modified: head/security/clamfs/Makefile
==============================================================================
--- head/security/clamfs/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/security/clamfs/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -14,6 +14,7 @@ LICENSE= GPLv2
BROKEN_armv6= fails to compile: ./config.hxx:52:17: expected namespace name
BROKEN_armv7= fails to compile: ./config.hxx:52:17: expected namespace name
+BROKEN_powerpc64= fails to compile: g++6: unrecognized command line option '-mavx2'
LIB_DEPENDS= libccgnu2.so:devel/commoncpp \
libPocoNet.so:devel/poco-ssl \
Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/security/highwayhash/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -12,6 +12,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
+BROKEN_powerpc64= fails to link: main.cpp.o: undefined reference to `boost::program_options::options_description::options_description
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64
ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
Modified: head/security/iaikpkcs11wrapper/Makefile
==============================================================================
--- head/security/iaikpkcs11wrapper/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/security/iaikpkcs11wrapper/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= ale at FreeBSD.org
COMMENT= PKCS\#11 Java wrapper
+BROKEN_powerpc64= fails to link: cannot find -lgcc
+
OPTIONS_DEFINE= DOCS EXAMPLES
USES= dos2unix gmake zip
Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/security/libtomcrypt/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -14,6 +14,8 @@ COMMENT= Comprehensive, modular, and portable cryptogr
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits"
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CFLAGS+= -I${LOCALBASE}/include
Modified: head/security/py-python-nss/Makefile
==============================================================================
--- head/security/py-python-nss/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/security/py-python-nss/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -15,6 +15,8 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.lgpl
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.gpl
LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.mpl
+BROKEN_powerpc64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
+
LIB_DEPENDS= libnspr4.so:devel/nspr \
libnss3.so:security/nss
Modified: head/security/spass/Makefile
==============================================================================
--- head/security/spass/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/security/spass/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -11,10 +11,11 @@ COMMENT= Secure password generator with a true random
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_sparc64= cannot link with boost
+BROKEN_powerpc64= fails to link: main.cpp.o: undefined reference to boost::program_options::options_description::options_description
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
-
-BROKEN_sparc64= cannot link with boost
USE_GITHUB= yes
GH_ACCOUNT= guyru
Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/sysutils/cbsd/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -10,6 +10,8 @@ COMMENT= Yet another FreeBSD Jail and Bhyve Management
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to link: cannot find -lc++
+
RUN_DEPENDS= rsync:net/rsync \
sudo:security/sudo \
sqlite3:databases/sqlite3 \
Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/sysutils/condor/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -17,7 +17,7 @@ COMMENT= High-throughput computing on distributively o
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
-BROKEN_powerpc64= fails to build
+BROKEN_powerpc64= fails to link: test_unit.hpp:249: undefined reference to boost::unit_test::ut_detail::normalize_test_case_name
LIB_DEPENDS= libkrb5support.so:security/krb5 \
libpcre.so:devel/pcre \
Modified: head/sysutils/fusefs-libs3/Makefile
==============================================================================
--- head/sysutils/fusefs-libs3/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/sysutils/fusefs-libs3/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -12,6 +12,8 @@ COMMENT= FUSE library version 3 for filesystems implem
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-result"
+
USES= meson
USE_LDCONFIG= yes
Modified: head/sysutils/incron/Makefile
==============================================================================
--- head/sysutils/incron/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/sysutils/incron/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -15,6 +15,8 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-LGPL
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-X11
+BROKEN_powerpc64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
+
LIB_DEPENDS= libinotify.so:devel/libinotify
USE_GITHUB= indeed
Modified: head/sysutils/smart/Makefile
==============================================================================
--- head/sysutils/smart/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/sysutils/smart/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -9,6 +9,7 @@ COMMENT= Output disk SMART values
LICENSE= ISCL
+BROKEN_powerpc64= fails to compile: libsmart.c:241: storage size of 's' isn't constant
IGNORE_FreeBSD_10= Requires FreeBSD 11 or later
USE_GITHUB= yes
Modified: head/textproc/ffe/Makefile
==============================================================================
--- head/textproc/ffe/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/textproc/ffe/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -12,6 +12,8 @@ COMMENT= Flat file extractor
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
+
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
Modified: head/textproc/heirloom-doctools/Makefile
==============================================================================
--- head/textproc/heirloom-doctools/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/textproc/heirloom-doctools/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -10,6 +10,8 @@ COMMENT= Portable and enhanced troff, nroff, and relat
LICENSE= CDDL
+BROKEN_powerpc64= fails to package: Unable to access file pub/utf-8: No such file or directory
+
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= n-t-roff
Modified: head/textproc/libmwaw03/Makefile
==============================================================================
--- head/textproc/libmwaw03/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/textproc/libmwaw03/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -12,6 +12,8 @@ COMMENT= Import library for some old mac text document
LICENSE= LGPL21+ MPL20
LICENSE_COMB= dual
+BROKEN_powerpc64= fails to compile: MWAWCell.cxx:644: #pragma GCC diagnostic not allowed inside functions
+
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
CONFIGURE_ARGS= --disable-werror --without-docs
Modified: head/textproc/multimarkdown/Makefile
==============================================================================
--- head/textproc/multimarkdown/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/textproc/multimarkdown/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE MIT GPLv2+ ZLIB
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_powerpc64= fails to compile: Sources/libMultiMarkdown/file.h:116: redefinition of typedef 'DString'
+
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cmake
Modified: head/textproc/source-highlight/Makefile
==============================================================================
--- head/textproc/source-highlight/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/textproc/source-highlight/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -13,7 +13,8 @@ COMMENT= C/C++ and Java sources to HTML converter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_sparc64= Does not compile with GCC 4.2
+BROKEN_powerpc64= fails to configure: checking for exit in -lboost_regex... (cached) no
+BROKEN_sparc64= fails to compile with GCC 4.2
BUILD_DEPENDS= exctags:devel/ctags
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
Modified: head/textproc/xmlwrapp/Makefile
==============================================================================
--- head/textproc/xmlwrapp/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/textproc/xmlwrapp/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -13,6 +13,8 @@ COMMENT= Modern style C++ library for working with XML
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to configure: invalid value: boost_major_version=
+
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
OPTIONS_DEFINE= XSLT DOCS
@@ -22,7 +24,7 @@ OPTIONS_SUB= yes
XSLT_USE= gnome=libxslt
XSLT_CONFIGURE_ENABLE= xslt
-USES= pathfix pkgconfig libtool
+USES= compiler:c++11-lang libtool pathfix pkgconfig
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/www/domoticz/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -11,6 +11,8 @@ COMMENT= Home Automation System
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/License.txt
+BROKEN_powerpc64= fails to compile: libboost_thread.so: undefined reference to std::__cxx11::basic_string
+
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2
Modified: head/www/h2o/Makefile
==============================================================================
--- head/www/h2o/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/www/h2o/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -15,6 +15,7 @@ LICENSE_COMB= multi
BROKEN_armv6= fails to compile: asm_arm.inc:139:36: '.syntax divided' arm assembly not supported
BROKEN_armv7= fails to compile: asm_arm.inc:139:36: '.syntax divided' arm assembly not supported
+BROKEN_powerpc64= fails to link: unrecognized option '-Wl,-rpath=/usr/local/lib/gcc6'
LIB_DEPENDS= libuv.so:devel/libuv
Modified: head/www/mod_md-devel/Makefile
==============================================================================
--- head/www/mod_md-devel/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/www/mod_md-devel/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -14,6 +14,8 @@ COMMENT= Early experience LetsEncrypt module for Apach
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to compile: md_json.c:29: expected [error|warning|ignored] after '#pragma GCC diagnostic'
+
LIB_DEPENDS= libaprutil-1.so:devel/apr1 \
libcurl.so:ftp/curl \
libjansson.so:devel/jansson
Modified: head/x11-toolkits/gnustep-gui/Makefile
==============================================================================
--- head/x11-toolkits/gnustep-gui/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/x11-toolkits/gnustep-gui/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -23,6 +23,7 @@ LIB_DEPENDS+= libflite.so:audio/flite
BROKEN_armv6= fails to package: chmod: GSSpeechServer.desktop: No such file or directory
BROKEN_armv7= fails to package: chmod: GSSpeechServer.desktop: No such file or directory
+BROKEN_powerpc64= fails to build: Illegal instruction (core dumped)
OPTIONS_DEFINE= DOCS CUPS ASPELL
OPTIONS_DEFAULT= CUPS
Modified: head/x11-toolkits/gtksourceview3/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview3/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/x11-toolkits/gtksourceview3/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -11,6 +11,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome at FreeBSD.org
COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget
+BROKEN_powerpc64= fails to compile: gtksourcetag.h:43: redefinition of typedef 'GtkSourceTag'
+
USES= tar:xz
PORTSCOUT= limitw:1,even
Modified: head/x11-toolkits/py-fltk/Makefile
==============================================================================
--- head/x11-toolkits/py-fltk/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/x11-toolkits/py-fltk/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -14,13 +14,15 @@ COMMENT= Python interface to FLTK window toolkit
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to compile: fltk_wrap.cpp:5355: #pragma GCC diagnostic not allowed inside functions
+
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
CFLAGS+= -DFL_LIBRARY
MAKE_ENV= FLTK_HOME=${LOCALBASE}/bin
+USES= python
USE_PYTHON= autoplist distutils
USE_XORG= x11
-USES= python
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile Mon Jun 18 14:37:09 2018 (r472698)
+++ head/x11-wm/gcompmgr/Makefile Mon Jun 18 14:40:31 2018 (r472699)
@@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$
MAINTAINER= ports at FreeBSD.org
COMMENT= GNOME interface to xcompmgr
+BROKEN_powerpc64= fails to compile: params.cc:135:37: 'memset' was not declared in this scope
+
RUN_DEPENDS= xcompmgr:x11-wm/xcompmgr
GNU_CONFIGURE= yes
----- End forwarded message -----
More information about the freebsd-python
mailing list