Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 00:22:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405661 - head/games/shaaft
Message-ID:  <201601100022.u0A0MsET085287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jan 10 00:22:54 2016
New Revision: 405661
URL: https://svnweb.freebsd.org/changeset/ports/405661

Log:
  - Drop unneeded PLIST_DIRS
  - Switch to BROKEN helpers

Modified:
  head/games/shaaft/Makefile

Modified: head/games/shaaft/Makefile
==============================================================================
--- head/games/shaaft/Makefile	Sun Jan 10 00:21:35 2016	(r405660)
+++ head/games/shaaft/Makefile	Sun Jan 10 00:22:54 2016	(r405661)
@@ -15,7 +15,9 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 
 CONFLICTS=	criticalmass-*
 
-USES=	tar:bzip2
+BROKEN_sparc64=	does not compile
+
+USES=		tar:bzip2
 USE_SDL=	mixer image sdl
 USE_GL=		yes
 USE_GCC=	any
@@ -29,16 +31,9 @@ DATADIR=	${PREFIX}/share/Shaaft
 
 PLIST_FILES=	bin/Packer bin/shaaft %%DATADIR%%/resource.dat \
 		man/man6/shaaft.6.gz
-PLIST_DIRS=	%%DATADIR%%
 
 DESKTOP_ENTRIES="Shaaft" "" "" "${PORTNAME}" "" ""
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \
 		s|^CXXFLAGS|#CXXFLAGS|g ; \
@@ -49,4 +44,4 @@ post-patch:
 		's|SDL/SDL|SDL|g'
 	@${REINPLACE_CMD} -e 's|== 3|>= 3|' ${WRKSRC}/utils/hashMap.hpp
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601100022.u0A0MsET085287>