Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Feb 2006 02:53:17 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92927: [MAINTAINER] games/xmoto: Update to 0.1.11
Message-ID:  <20060206235317.EFB803C8@hades.panopticon>
Resent-Message-ID: <200602070000.k1700JsF038729@freefall.freebsd.org>

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

>Number:         92927
>Category:       ports
>Synopsis:       [MAINTAINER] games/xmoto: Update to 0.1.11
>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:   Tue Feb 07 00:00:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #1: Fri Jan 27 12:07:19 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
- Update to 0.1.11
- Remove USE_REINPLACE
- Use USE_DOS2UNIX
>How-To-Repeat:
>Fix:

--- xmoto-0.1.11.patch begins here ---
diff -ruN xmoto.orig/Makefile xmoto/Makefile
--- xmoto.orig/Makefile	Tue Feb  7 02:01:29 2006
+++ xmoto/Makefile	Tue Feb  7 02:50:52 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmoto
-PORTVERSION=	0.1.10
+PORTVERSION=	0.1.11
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -24,8 +24,8 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GL=		yes
-USE_REINPLACE=	yes
 USE_SDL=	sdl mixer
+USE_DOS2UNIX=	src/*.cpp src/*.h
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
@@ -36,15 +36,12 @@
 
 PORTDOCS=	README ChangeLog
 
-post-extract:
-	@${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | \
-		${XARGS} ${REINPLACE_CMD} -e "s|$$(${PRINTF} '\r')||g"
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/src/VCommon.h
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/image/tim_memory_crt.cpp
 	@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|endian.h|sys/endian.h|' ${WRKSRC}/src/VCommon.h
+	@${REINPLACE_CMD} -e '/LIBS/ s|\(-lSDL_mixer\)|\1 `${SDL_CONFIG} --libs`|' ${WRKSRC}/configure
 
 .if !defined(NOPORTDOCS)
 post-install:
diff -ruN xmoto.orig/distinfo xmoto/distinfo
--- xmoto.orig/distinfo	Tue Feb  7 02:01:29 2006
+++ xmoto/distinfo	Tue Feb  7 02:18:02 2006
@@ -1,3 +1,3 @@
-MD5 (xmoto-0.1.10-src.tar.gz) = bd91f049fc60e5036112090f8d89ecea
-SHA256 (xmoto-0.1.10-src.tar.gz) = 794870e45736402fd95090e436fe9eed863b8f5036b6b4290a1bd470fcc0a6a7
-SIZE (xmoto-0.1.10-src.tar.gz) = 2776333
+MD5 (xmoto-0.1.11-src.tar.gz) = bf61a7e7d48deee2d88fd345c758d779
+SHA256 (xmoto-0.1.11-src.tar.gz) = f06eda16317705c38a554b98bdd1eb1728d026c910ed84ea2880590aca881012
+SIZE (xmoto-0.1.11-src.tar.gz) = 2829959
--- xmoto-0.1.11.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?20060206235317.EFB803C8>