From 0f2391dbba60a07730d506273700c99564f3e961 Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 8 Nov 2006 21:19:09 +0000 Subject: Ignore on FreeBSD versions < 600020 because the program requires MSG_NOSIGNAL --- games/frozenbubble/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'games/frozenbubble') diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index a1673f291c46..1b93491fdcf9 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= frozenbubble PORTVERSION= 2.0.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.frozen-bubble.org/data/ DISTNAME= frozen-bubble-${PORTVERSION} @@ -40,6 +40,12 @@ COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \ ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' -- +.include + +.if ${OSVERSION} < 600020 +IGNORE= doesn't work unless MSG_NOSIGNAL is defined (FreeBSD version 600020 and higher) +.endif + post-patch: @${REINPLACE_CMD} -e 's|sdl-config|\${SDL_CONFIG}|g' \ ${WRKSRC}/c_stuff/Makefile.PL @@ -68,4 +74,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit