Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2006 14:41:30 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@t-hosting.hu>
Subject:   ports/100481: [port update] emulators/vgb-bin
Message-ID:  <20060718124130.2F74B289D90@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200607181250.k6ICoHRk015223@freefall.freebsd.org>

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

>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@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@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:



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