Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2004 11:02:32 +0100 (CET)
From:      No Name <arundel@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64613: Maintainer update of emulators/linux-geepee32
Message-ID:  <200403231002.i2NA2Wh4061579@localhost.NONE>
Resent-Message-ID: <200403231010.i2NAA6xl074824@freefall.freebsd.org>

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

>Number:         64613
>Category:       ports
>Synopsis:       Maintainer update of emulators/linux-geepee32
>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 Mar 23 02:10:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     No Name
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD skatecity 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Mar 17 00:21:25 CET 2004 root@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386


>Description:
	update of emulators/linux-geepee32
>How-To-Repeat:

>Fix:

--- output begins here ---
diff -ruN /usr/ports/emulators/linux-geepee32/Makefile /usr/ports/custom/linux-geepee32/Makefile
--- /usr/ports/emulators/linux-geepee32/Makefile	Sat Feb 14 07:00:13 2004
+++ /usr/ports/custom/linux-geepee32/Makefile	Tue Mar 23 00:56:05 2004
@@ -6,36 +6,44 @@
 
 PORTNAME=	geepee32
 PORTVERSION=	30
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators linux
 MASTER_SITES=	http://users.skynet.be/firefly/gp32/project/geepee32/
 PKGNAMEPREFIX=	linux-
 DISTNAME=	${PORTNAME}_linux_sdl_${PORTVERSION}
 
 MAINTAINER=	arundel@gmx.net
-COMMENT=	The only GP32 emulator for x86 archs
+COMMENT=	The only GP32 emulator for i386
 
 RUN_DEPENDS=	${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
 
 ONLY_FOR_ARCHS=	i386
+NO_CDROM=	yes
 USE_LINUX=	yes
 USE_XLIB=	yes
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+USE_REINPLACE=	yes
+REINPLACE_ARGS=
+STRIP=
 
 TARGET_DIR=	${PREFIX}/${PORTNAME}
 
+post-patch:
+	${REINPLACE_CMD}-e 's|%%GEEPEE32DIR%%|${PREFIX}/${PORTNAME}|' ${SCRIPTDIR}/wrapper.sh > \
+	${WRKDIR}/wrapper.sh
+
 do-install:
 	${INSTALL} -d -m 777 ${TARGET_DIR}
 	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${TARGET_DIR}
-	${INSTALL_SCRIPT} ${SCRIPTDIR}/${PORTNAME}.sh ${TARGET_DIR}
+	${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${TARGET_DIR}/${PORTNAME}.sh
 
 post-install:
 	@${TOUCH} ${TARGET_DIR}/iic.bin
 	@${LN} -s ${TARGET_DIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
 	@${ECHO_MSG} ""
-	@${ECHO_MSG} "Please don't mail us with requests for ROM dump."
+	@${ECHO_MSG} "Please don't mail us with requests for ROM dumps."
 	@${ECHO_MSG} ""
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/emulators/linux-geepee32/distinfo /usr/ports/custom/linux-geepee32/distinfo
--- /usr/ports/emulators/linux-geepee32/distinfo	Sat Dec 27 00:54:19 2003
+++ /usr/ports/custom/linux-geepee32/distinfo	Tue Mar 23 00:44:26 2004
@@ -1 +1,2 @@
 MD5 (geepee32_linux_sdl_30.zip) = 205959874ee2355265b119ff008a0ca7
+SIZE (geepee32_linux_sdl_30.zip) = 50285
diff -ruN /usr/ports/emulators/linux-geepee32/scripts/geepee32.sh /usr/ports/custom/linux-geepee32/scripts/geepee32.sh
--- /usr/ports/emulators/linux-geepee32/scripts/geepee32.sh	Fri Feb 13 21:55:35 2004
+++ /usr/ports/custom/linux-geepee32/scripts/geepee32.sh	Thu Jan  1 01:00:00 1970
@@ -1,5 +0,0 @@
-#!/bin/sh
-# Needed to make symlinks/shortcuts work.
-# Wrap geepee32 binary
-./geepee32 $*
-exit $?
diff -ruN /usr/ports/emulators/linux-geepee32/scripts/wrapper.sh /usr/ports/custom/linux-geepee32/scripts/wrapper.sh
--- /usr/ports/emulators/linux-geepee32/scripts/wrapper.sh	Thu Jan  1 01:00:00 1970
+++ /usr/ports/custom/linux-geepee32/scripts/wrapper.sh	Tue Mar 23 00:51:06 2004
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Needed to make symlinks/shortcuts work.
+# Wrap geepee32 binary
+cd %%GEEPEE32DIR%%
+./geepee32 $*
+exit $?
--- output ends here ---

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



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