From owner-freebsd-java@freebsd.org Mon May 1 19:30:41 2017 Return-Path: Delivered-To: freebsd-java@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 03C85D590D6 for ; Mon, 1 May 2017 19:30:41 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E6B0D93F for ; Mon, 1 May 2017 19:30:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id E3224D590D5; Mon, 1 May 2017 19:30:40 +0000 (UTC) Delivered-To: java@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 E2C9BD590D4 for ; Mon, 1 May 2017 19:30:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5DCB93C; Mon, 1 May 2017 19:30:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 394E3BC9; Mon, 1 May 2017 14:30:32 -0500 (CDT) Date: Mon, 1 May 2017 14:30:31 -0500 From: Mark Linimon 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:30:41 -0000 ----- Forwarded message from Mark Linimon ----- 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 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 -----