Date: Mon, 1 May 2017 14:30:31 -0500 From: Mark Linimon <linimon@lonesome.com> To: alfix86@gmail.com, yuri@rawbw.com, danfe@FreeBSD.org, java@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath] Message-ID: <20170501193030.GA29005@lonesome.com>
next in thread | raw e-mail | index | archive | help
----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- fwiw. You do not need to take any action. /home/linimon/ports/default/games/trigger-rally alfix86@gmail.com /home/linimon/ports/default/graphics/hiptext yuri@rawbw.com /home/linimon/ports/default/graphics/photivo danfe@FreeBSD.org /home/linimon/ports/default/java/classpath java@FreeBSD.org mcl Date: Mon, 1 May 2017 19:25:00 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath Author: linimon Date: Mon May 1 19:25:00 2017 New Revision: 439906 URL: https://svnweb.freebsd.org/changeset/ports/439906 Log: Provide error messages for some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/games/cheech/Makefile head/games/freedoko/Makefile head/games/shaaft/Makefile head/games/trigger-rally/Makefile head/graphics/hiptext/Makefile head/graphics/photivo/Makefile head/java/classpath/Makefile Modified: head/games/cheech/Makefile ============================================================================== --- head/games/cheech/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/cheech/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + OPTIONS_DEFINE= DOCS USES= gmake pkgconfig tar:tgz Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/freedoko/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/../doc/GPL LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= gmake pkgconfig zip:infozip Modified: head/games/shaaft/Makefile ============================================================================== --- head/games/shaaft/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/shaaft/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,7 +15,8 @@ LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_sparc64= does not compile +BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB +BROKEN_sparc64= does not compile USES= tar:bzip2 USE_SDL= mixer image sdl Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/trigger-rally/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -14,6 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libphysfs.so:devel/physfs LIB_DEPENDS+= libalut.so:audio/freealut +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + WRKSRC_SUBDIR= src USES= gmake openal:al,alut USE_SDL= sdl2 image2 Modified: head/graphics/hiptext/Makefile ============================================================================== --- head/graphics/hiptext/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/graphics/hiptext/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -18,6 +18,9 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ TEST_DEPENDS= googletest>=1.7.0:devel/googletest RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + USE_GITHUB= yes GH_ACCOUNT= jart GH_TAGNAME= f89b44f Modified: head/graphics/photivo/Makefile ============================================================================== --- head/graphics/photivo/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/graphics/photivo/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,8 @@ COMMENT= Free and open source photo proc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: error: constant expression evaluates to -2 which cannot be narrowed to type char + LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ liblqr-1.so:graphics/liblqr-1 \ Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/java/classpath/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,9 @@ COMMENT= GNU project to create a free Ja LICENSE= GPLv2 +BROKEN_aarch64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found +BROKEN_armv6= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found + GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig USE_LDCONFIG= yes ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170501193030.GA29005>