Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Nov 2006 21:44:23 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105180: [MAINTAINER] games/sdlsand: update to 20061017
Message-ID:  <20061105184423.AFE1E428E@hades.panopticon>
Resent-Message-ID: <200611051850.kA5IoM7A007148@freefall.freebsd.org>

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

>Number:         105180
>Category:       ports
>Synopsis:       [MAINTAINER] games/sdlsand: update to 20061017
>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:   Sun Nov 05 18:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #3: Wed Nov 1 14:20:50 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Update to 20061017
>How-To-Repeat:
>Fix:

--- sdlsand-20061017.patch begins here ---
diff -ruN sdlsand.orig/Makefile sdlsand/Makefile
--- sdlsand.orig/Makefile	Sun Nov  5 20:47:38 2006
+++ sdlsand/Makefile	Sun Nov  5 20:53:46 2006
@@ -6,12 +6,10 @@
 #
 
 PORTNAME=	sdlsand
-PORTVERSION=	20060207
-PORTREVISION=	2
+PORTVERSION=	20061017
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	sldsand-src-${PORTVERSION}
 
 MAINTAINER=	amdmi3@mail.ru
 COMMENT=	Simulation of falling sand and other materials
@@ -20,14 +18,17 @@
 USE_SDL=	sdl
 USE_X_PREFIX=	yes
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/SDL\ Sand/SDL\ Sand
+WRKSRC=		${WRKDIR}/SDL\ Sand/SDL\ Sand
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	readme.txt
 
+post-patch:
+	@${REINPLACE_CMD} -e '/crtdbg/ d' ${WRKSRC}/CmdLine.cpp
+
 do-build:
 	cd ${WRKSRC} && ${CXX} -o ${PORTNAME} ${CXXFLAGS} \
-		`${SDL_CONFIG} --cflags --libs` main.cpp
+		`${SDL_CONFIG} --cflags --libs` main.cpp CmdLine.cpp
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
diff -ruN sdlsand.orig/distinfo sdlsand/distinfo
--- sdlsand.orig/distinfo	Sun Nov  5 20:47:38 2006
+++ sdlsand/distinfo	Sun Nov  5 20:50:11 2006
@@ -1,3 +1,3 @@
-MD5 (sldsand-src-20060207.zip) = c2611a17ad7665bcbfb28352dc95434e
-SHA256 (sldsand-src-20060207.zip) = cab31d00789115fbd13a57b29a5a4e6752e3f70b718d168389785cdda8d649d5
-SIZE (sldsand-src-20060207.zip) = 552046
+MD5 (sdlsand-20061017.zip) = b1b29d80d4b8e70d2ae1adb3ebec066d
+SHA256 (sdlsand-20061017.zip) = ab29d5bbaaafba5a9fc23f8fbe3840db44624e8a77b62fed975c50cf2e93bc60
+SIZE (sdlsand-20061017.zip) = 883605
--- sdlsand-20061017.patch ends here ---

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



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