diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-02 21:07:38 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-02 21:07:38 +0000 |
commit | b462861253938e44966b2be139f68338f3b7ee40 (patch) | |
tree | 732359190811881f44d79f66c4fab7f2e4c435f5 | |
parent | 8e06482685b64ce8d458dbb06943d4e18ee837cd (diff) | |
download | FreeBSD-ports-b462861253938e44966b2be139f68338f3b7ee40.zip FreeBSD-ports-b462861253938e44966b2be139f68338f3b7ee40.tar.gz |
- Drop 8.x-related conditions for my ports
-rw-r--r-- | games/freeminer/Makefile | 4 | ||||
-rw-r--r-- | games/springlobby/Makefile | 6 | ||||
-rw-r--r-- | games/supertuxkart/Makefile | 5 | ||||
-rw-r--r-- | games/wargus/Makefile | 8 | ||||
-rw-r--r-- | games/widelands/Makefile | 6 | ||||
-rw-r--r-- | lang/tolua++/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/wcmcommander/Makefile | 4 |
7 files changed, 5 insertions, 36 deletions
diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile index e206092..d33b281 100644 --- a/games/freeminer/Makefile +++ b/games/freeminer/Makefile @@ -64,10 +64,6 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not build on 8.x (lack of long long support) -.endif - .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND} USES+= openal LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 32e2a3a..2ee740d 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -46,10 +46,4 @@ NOTIFY_CMAKE_ON= -DOPTION_NOTIFY=ON NOTIFY_CMAKE_OFF= -DOPTION_NOTIFY=OFF NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 901000 -IGNORE= does not build (no strtoll(3) support) -.endif - .include <bsd.port.mk> diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 8500ab9..c509eb3 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -18,10 +18,9 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png -BROKEN_powerpc= does not configure on powerpc -BROKEN_FreeBSD_8= does not build on 8.x +BROKEN_powerpc= does not configure on powerpc -USES= alias cmake compiler:c++11-lib dos2unix gettext \ +USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz USE_GL= gl glu USE_SDL= sdl diff --git a/games/wargus/Makefile b/games/wargus/Makefile index 077f1e4..b678439 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -30,15 +30,9 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not build -.endif - post-install: cd ${WRKSRC}/doc && ${INSTALL_MAN} *.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 71d0fdb..648df77 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -40,12 +40,6 @@ DESKTOP_ENTRIES="Widelands" \ "Game;StrategyGame;" \ "" -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -IGNORE= doesn't build on 8.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile index b16afe0..e0df72a 100644 --- a/lang/tolua++/Makefile +++ b/lang/tolua++/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Extended version of tolua, a tool to integrate C/C++ code with Lua +BROKEN_sparc64= Does not install on sparc64 + USES= scons lua:51 tar:bzip2 MAKE_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so" @@ -21,12 +23,6 @@ TGT_BINDIR= ${PREFIX}/bin TGT_INCDIR= ${LUA_INCDIR:C/^${LOCALBASE}/${PREFIX}/} TGT_LIBDIR= ${LUA_LIBDIR:C/^${LOCALBASE}/${PREFIX}/} -.include <bsd.port.options.mk> - -.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 -BROKEN= Does not install on sparc64-9 -.endif - post-patch: @${REINPLACE_CMD} -e "s|'lualib',||; s|lua|lua-${LUA_VER}|g" ${WRKSRC}/config_posix.py diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index 7a621d0..22904f1 100644 --- a/x11-fm/wcmcommander/Makefile +++ b/x11-fm/wcmcommander/Makefile @@ -38,10 +38,6 @@ SSH_CMAKE_OFF= -DWITH_LIBSSH2=OFF .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not build on 8.x (lack of long long support) -.endif - .if ${COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif |