svn commit: r500684 - in head: devel/clanlib devel/ppl x11-toolkits/fox17
Mark Linimon
linimon at FreeBSD.org
Fri May 3 01:07:23 UTC 2019
Author: linimon
Date: Fri May 3 01:07:21 2019
New Revision: 500684
URL: https://svnweb.freebsd.org/changeset/ports/500684
Log:
These ports now build on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/clanlib/Makefile
head/devel/ppl/Makefile
head/x11-toolkits/fox17/Makefile
Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile Fri May 3 00:54:16 2019 (r500683)
+++ head/devel/clanlib/Makefile Fri May 3 01:07:21 2019 (r500684)
@@ -14,7 +14,6 @@ COMMENT= Cross-platform game SDK
LICENSE= ZLIB
-BROKEN_aarch64= fails to compile: X11/x11_window.cpp:1626:40: use of undeclared identifier 'malloc'; did you mean 'valloc'?
BROKEN_i386= typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
LIB_DEPENDS= libpng.so:graphics/png \
Modified: head/devel/ppl/Makefile
==============================================================================
--- head/devel/ppl/Makefile Fri May 3 00:54:16 2019 (r500683)
+++ head/devel/ppl/Makefile Fri May 3 01:07:21 2019 (r500684)
@@ -13,13 +13,12 @@ COMMENT= C++ library for the manipulation of convex po
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_armv6= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
+BROKEN_armv7= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
+
BUILD_DEPENDS= gm4:devel/m4
LIB_DEPENDS= libglpk.so:math/glpk \
libgmp.so:math/gmp
-
-BROKEN_aarch64= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
-BROKEN_armv6= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
-BROKEN_armv7= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
USES= gmake perl5 tar:xz libtool
USE_PERL5= build
Modified: head/x11-toolkits/fox17/Makefile
==============================================================================
--- head/x11-toolkits/fox17/Makefile Fri May 3 00:54:16 2019 (r500683)
+++ head/x11-toolkits/fox17/Makefile Fri May 3 01:07:21 2019 (r500684)
@@ -15,6 +15,8 @@ COMMENT= Fast and extensive C++ GUI toolkit (developme
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc= missing __sync_bool_compare_and_swap_8()
+
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
@@ -35,9 +37,6 @@ MAJORVER= ${PORTVERSION:R}
PLIST_SUB+= MAJORVER=${MAJORVER}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER}
PORTDOCS= *
-
-BROKEN_aarch64= Fails to compile: cannot initialize a parameter of type void * with an lvalue of type long
-BROKEN_powerpc= missing __sync_bool_compare_and_swap_8()
OPTIONS_DEFINE= DEBUG DOCS EXAMPLES OPTIMIZED_CFLAGS PROFILE TEST
OPTIONS_GROUP= IMGFMTS
More information about the svn-ports-head
mailing list