From owner-svn-ports-all@freebsd.org Mon Dec 24 04:34:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A23813564E0; Mon, 24 Dec 2018 04:34:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 296296EB12; Mon, 24 Dec 2018 04:34:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1795C1F6F2; Mon, 24 Dec 2018 04:34:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBO4YGfI099427; Mon, 24 Dec 2018 04:34:16 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBO4YGW1099423; Mon, 24 Dec 2018 04:34:16 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812240434.wBO4YGW1099423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 24 Dec 2018 04:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488254 - in head: devel/smack games/vegastrike mail/libetpan net/boinc_curses X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/smack games/vegastrike mail/libetpan net/boinc_curses X-SVN-Commit-Revision: 488254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 296296EB12 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 04:34:17 -0000 Author: linimon Date: Mon Dec 24 04:34:15 2018 New Revision: 488254 URL: https://svnweb.freebsd.org/changeset/ports/488254 Log: Add compiler:c++11-lang to USES to allow these ports to build on GCC-based architectures. While here, pet portlint. Modified: head/devel/smack/Makefile head/games/vegastrike/Makefile head/mail/libetpan/Makefile head/net/boinc_curses/Makefile Modified: head/devel/smack/Makefile ============================================================================== --- head/devel/smack/Makefile Mon Dec 24 03:03:14 2018 (r488253) +++ head/devel/smack/Makefile Mon Dec 24 04:34:15 2018 (r488254) @@ -11,8 +11,6 @@ COMMENT= Low-level I/O storage library which packs dat LICENSE= GPLv2 -BROKEN_powerpc64= fails to build: libboost_filesystem.so: undefined reference to std::__cxx11::basic_string - LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libsnappy.so:archivers/snappy @@ -20,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= zloidemon GH_TAGNAME= 72c81bf -USES= cmake +USES= cmake compiler:c++11-lang USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES Modified: head/games/vegastrike/Makefile ============================================================================== --- head/games/vegastrike/Makefile Mon Dec 24 03:03:14 2018 (r488253) +++ head/games/vegastrike/Makefile Mon Dec 24 04:34:15 2018 (r488254) @@ -14,14 +14,16 @@ COMMENT= Open source 3D space simulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to compile: POSH cannot determine target CPU + RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data LIB_DEPENDS= ${PY_BOOST} \ libexpat.so:textproc/expat2 \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg -USES= dos2unix gmake localbase:ldflags openal:al pkgconfig python:2.7 \ - tar:bzip2 +USES= compiler:c++11-lang dos2unix gmake localbase:ldflags \ + openal:al pkgconfig python:2.7 tar:bzip2 USE_CXXSTD= c++98 GNU_CONFIGURE= yes USE_SDL= sdl @@ -49,8 +51,6 @@ MESHER_DESC= Enable mesher modelling tool MESHER_PLIST_FILES= bin/mesher MESHER_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d MESHER_CONFIGURE_ENABLE= ogre - -BROKEN_aarch64= Fails to compile: POSH cannot determine target CPU post-patch: @${REINPLACE_CMD} -E 's,/usr/(local|X11R6),${LOCALBASE},' \ Modified: head/mail/libetpan/Makefile ============================================================================== --- head/mail/libetpan/Makefile Mon Dec 24 03:03:14 2018 (r488253) +++ head/mail/libetpan/Makefile Mon Dec 24 04:34:15 2018 (r488254) @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gmake iconv libtool localbase +USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= dinhviethoa Modified: head/net/boinc_curses/Makefile ============================================================================== --- head/net/boinc_curses/Makefile Mon Dec 24 03:03:14 2018 (r488253) +++ head/net/boinc_curses/Makefile Mon Dec 24 04:34:15 2018 (r488254) @@ -13,7 +13,7 @@ LICENSE= LGPL21+ BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client -USES= ncurses tar:bzip2 +USES= compiler:c++11-lang ncurses tar:bzip2 MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/boinc PLIST_FILES= bin/boinc_curses