ports/100481: [port update] emulators/vgb-bin
Gabor Kovesdan
gabor at FreeBSD.org
Tue Jul 18 12:50:18 UTC 2006
>Number: 100481
>Category: ports
>Synopsis: [port update] emulators/vgb-bin
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 18 12:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gabor Kovesdan
>Release: FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 19:31:12 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386
>Description:
- Use IA32_BINARY_PORT instead of ONLY_FOR_ARCH
- Bump PORTREVISION, since it behaves differently on amd64/ia64
- Portlint(1)
>How-To-Repeat:
>Fix:
--- emulators-vgb-bin begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/emulators/vgb-bin/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 3 Apr 2005 19:41:40 -0000 1.15
+++ Makefile 18 Jul 2006 12:39:10 -0000
@@ -7,6 +7,7 @@
PORTNAME= vgb
PORTVERSION= 3.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGB/
@@ -17,7 +18,7 @@
MAINTAINER= lioux at FreeBSD.org
COMMENT= Nintendo GameBoy(tm) emulator (closed binary version of vgb)
-ONLY_FOR_ARCHS= i386
+IA32_BINARY_PORT= yes
USE_X_PREFIX= yes
NO_BUILD= no
NO_WRKSUBDIR= no
@@ -36,7 +37,7 @@
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502100
-IGNORE= Does not work for FreeBSD versions prior to 5.2.1R
+IGNORE= does not work for FreeBSD versions prior to 5.2.1R
.endif
.include <bsd.port.post.mk>
--- emulators-vgb-bin ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list