Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 20:47:49 +0200 (CEST)
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/147140: Add missing conflicts to games/stonesoup
Message-ID:  <201005271847.o4RIlnDH003233@sushi.pseudo.local>
Resent-Message-ID: <201005271850.o4RIo3M3044985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147140
>Category:       ports
>Synopsis:       Add missing conflicts to games/stonesoup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 27 18:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Rehbein
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD sushi.pseudo.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #5: Fri Jan 15 19:16:49 CET 2010 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386


	
>Description:
	
        I introduced a special PKGNAMESUFFIX for the SDL enabled version of this game. While adding the suffix I forgot to add the corresponding CONFLICTS lines.

>How-To-Repeat:
	
>Fix:

	

--- stonesoup-0.6.0.diff begins here ---
diff -ruN /usr/ports/games/stonesoup/Makefile games/stonesoup/Makefile
--- /usr/ports/games/stonesoup/Makefile	2010-05-20 18:49:15.000000000 +0200
+++ games/stonesoup/Makefile	2010-05-20 20:01:32.000000000 +0200
@@ -52,8 +52,10 @@
 .endif
 
 .if defined(WITHOUT_SDL)
+CONFLICTS+=	${PORTNAME}-sdl-[0-9]*
 PLIST_SUB+=	SDL="@comment "
 .else
+CONFLICTS+=	${PORTNAME}-[0-9]*
 MAKE_ARGS+=	TILES=y
 PLIST_SUB+=	SDL=""
 PKGNAMESUFFIX=	-sdl
--- stonesoup-0.6.0.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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