Date: Sun, 8 Feb 2004 00:34:06 +0100 From: "alexander" <arundel@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62501: emulators/linux-geepee32 Maintainer update Message-ID: <20040207233406.GA2234@gmx.net> Resent-Message-ID: <200402072340.i17NeDik038983@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62501 >Category: ports >Synopsis: emulators/linux-geepee32 Maintainer update >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: Sat Feb 07 15:40:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 4.9-STABLE i386 >Organization: <organization of PR author (multiple lines)> >Environment: System: FreeBSD skatecity 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Nov 14 17:57:57 CET 2003 root@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 <machine, os, target, libraries (multiple lines)> >Description: <precise description of the problem (multiple lines)> >How-To-Repeat: <code/input/activities to reproduce the problem (multiple lines)> >Fix: <how to correct or work around the problem, if known (multiple lines)> --- output begins here --- diff -ur linux-geepee32/Makefile linux-geepee32.new/Makefile --- linux-geepee32/Makefile Sat Dec 27 00:54:19 2003 +++ linux-geepee32.new/Makefile Sun Feb 8 00:27:51 2004 @@ -6,6 +6,7 @@ PORTNAME= geepee32 PORTVERSION= 30 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= http://users.skynet.be/firefly/gp32/project/geepee32/ PKGNAMEPREFIX= linux- @@ -21,23 +22,18 @@ USE_XLIB= yes USE_ZIP= yes NO_WRKSUBDIR= yes +NO_BUILD= yes -TARGET_DIR= ${PREFIX}/geepee32 - -STRIP= -PROG_FILES= ${WRKDIR}/geepee32 -DATA_FILES= ${FILESDIR}/geepee32.sh - -do-build: +TARGET_DIR= ${PREFIX}/${PORTNAME} do-install: - ${INSTALL} -d -m 777 ${TARGET_DIR} && \ - ${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR} && \ - ${INSTALL_SCRIPT} ${DATA_FILES} ${TARGET_DIR} + ${INSTALL} -d -m 777 ${TARGET_DIR} + ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${TARGET_DIR} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${TARGET_DIR} post-install: - ${TOUCH} ${TARGET_DIR}/iic.bin && \ - ${LN} -s ${TARGET_DIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} + @${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} "" diff -ur linux-geepee32/files/geepee32.sh linux-geepee32.new/files/geepee32.sh --- linux-geepee32/files/geepee32.sh Sat Dec 27 00:54:19 2003 +++ linux-geepee32.new/files/geepee32.sh Sun Feb 8 00:27:51 2004 @@ -1,6 +1,5 @@ #!/bin/sh # Needed to make symlinks/shortcuts work. # Wrap geepee32 binary -cd "/usr/local/geepee32//" ./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?20040207233406.GA2234>