mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add compiler:c++11-lang to USES to allow these ports to build on
GCC-based architectures. While here, pet portlint.
This commit is contained in:
parent
4d4a0930d3
commit
18c40a1ee6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488254
4 changed files with 7 additions and 9 deletions
|
@ -11,8 +11,6 @@ COMMENT= Low-level I/O storage library which packs data
|
||||||
|
|
||||||
LICENSE= GPLv2
|
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 \
|
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
|
||||||
libsnappy.so:archivers/snappy
|
libsnappy.so:archivers/snappy
|
||||||
|
|
||||||
|
@ -20,7 +18,7 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= zloidemon
|
GH_ACCOUNT= zloidemon
|
||||||
GH_TAGNAME= 72c81bf
|
GH_TAGNAME= 72c81bf
|
||||||
|
|
||||||
USES= cmake
|
USES= cmake compiler:c++11-lang
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
|
|
|
@ -14,14 +14,16 @@ COMMENT= Open source 3D space simulator
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
BROKEN_aarch64= Fails to compile: POSH cannot determine target CPU
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data
|
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data
|
||||||
LIB_DEPENDS= ${PY_BOOST} \
|
LIB_DEPENDS= ${PY_BOOST} \
|
||||||
libexpat.so:textproc/expat2 \
|
libexpat.so:textproc/expat2 \
|
||||||
libvorbis.so:audio/libvorbis \
|
libvorbis.so:audio/libvorbis \
|
||||||
libogg.so:audio/libogg
|
libogg.so:audio/libogg
|
||||||
|
|
||||||
USES= dos2unix gmake localbase:ldflags openal:al pkgconfig python:2.7 \
|
USES= compiler:c++11-lang dos2unix gmake localbase:ldflags \
|
||||||
tar:bzip2
|
openal:al pkgconfig python:2.7 tar:bzip2
|
||||||
USE_CXXSTD= c++98
|
USE_CXXSTD= c++98
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
|
@ -50,8 +52,6 @@ MESHER_PLIST_FILES= bin/mesher
|
||||||
MESHER_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
|
MESHER_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
|
||||||
MESHER_CONFIGURE_ENABLE= ogre
|
MESHER_CONFIGURE_ENABLE= ogre
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to compile: POSH cannot determine target CPU
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -E 's,/usr/(local|X11R6),${LOCALBASE},' \
|
@${REINPLACE_CMD} -E 's,/usr/(local|X11R6),${LOCALBASE},' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
USES= autoreconf gmake iconv libtool localbase
|
USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= dinhviethoa
|
GH_ACCOUNT= dinhviethoa
|
||||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= LGPL21+
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client
|
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
|
MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/boinc
|
||||||
|
|
||||||
PLIST_FILES= bin/boinc_curses
|
PLIST_FILES= bin/boinc_curses
|
||||||
|
|
Loading…
Add table
Reference in a new issue