update of emulators/linux-geepee32
State Changed From-To: open->feedback I notice that the update sets NO_CDROM. Ports that are not redistributable on CDROM need to have an entry in ports/LEGAL that explain their exact legal status. I did not find any reference to a license on their web site; can the submitter please clarify?
>Submitter-Id: current-users >Originator: Alexander Best >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 <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/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 ---
State Changed From-To: feedback->closed Commited, thanks!