From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 1 09:50:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A67B16A4CE for ; Thu, 1 Apr 2004 09:50:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B14A43D2F for ; Thu, 1 Apr 2004 09:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i31HoEbv066204 for ; Thu, 1 Apr 2004 09:50:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i31HoEk4066203; Thu, 1 Apr 2004 09:50:14 -0800 (PST) (envelope-from gnats) Date: Thu, 1 Apr 2004 09:50:14 -0800 (PST) Message-Id: <200404011750.i31HoEk4066203@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: No Name Subject: Re: ports/64613: Maintainer update of emulators/linux-geepee32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: No Name List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 17:50:15 -0000 The following reply was made to PR ports/64613; it has been noted by GNATS. From: No Name To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/64613: Maintainer update of emulators/linux-geepee32 Date: Thu, 1 Apr 2004 19:46:18 +0200 (CEST) >Submitter-Id: current-users >Originator: No Name >Organization: >Confidential: no >Synopsis: Re: ports/64613: Maintainer update of emulators/linux-geepee32 >Severity: non-critical >Priority: medium >Category: ports >Class: maintainer-update >Release: FreeBSD 4.9-STABLE i386 >Environment: System: FreeBSD skatecity 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Mar 26 15:48:15 CET 2004 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: Use this diff instead of the one I submitted previously. >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 Thu Apr 1 19:37:22 2004 @@ -6,14 +6,14 @@ 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 @@ -23,19 +23,26 @@ 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 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/pkg-descr /usr/ports/custom/linux-geepee32/pkg-descr --- /usr/ports/emulators/linux-geepee32/pkg-descr Sat Dec 27 00:54:19 2003 +++ /usr/ports/custom/linux-geepee32/pkg-descr Thu Apr 1 19:36:30 2004 @@ -6,4 +6,4 @@ The emulator needs a GP32 firmware dump in order to work. I do not have permission from Gamepark Inc. to distrubute this file :( -WWW: http://users.skynet.be/firefly/gp32/geepee32/ +WWW: http://users.skynet.be/firefly/gp32/project/geepee32/ 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 ---