Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2004 16:14:36 +0100
From:      "alexander" <arundel@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62645: Maintainer update of /emulators/vba
Message-ID:  <20040210151436.GA45855@gmx.net>
Resent-Message-ID: <200402101520.i1AFKGA1083627@freefall.freebsd.org>

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

>Number:         62645
>Category:       ports
>Synopsis:       Maintainer update of /emulators/vba
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 07:20:16 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: Sun Feb 8 17:15:36 CET 2004 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386


	<machine, os, target, libraries (multiple lines)>
>Description:
	Update of /emulators/vba from 1.7 to 1.71
>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 -ru /usr/ports/emulators/vba/Makefile /usr/ports/custom/vba/Makefile
--- /usr/ports/emulators/vba/Makefile	Sat Feb  7 06:54:44 2004
+++ /usr/ports/custom/vba/Makefile	Tue Feb 10 16:10:51 2004
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/emulators/vba/Makefile,v 1.3 2004/02/04 05:20:08 marcus Exp $
 
 PORTNAME=	vba
-PORTVERSION=	1.7
-PORTREVISION=	1
+PORTVERSION=	1.7.1
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,7 +20,6 @@
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--without-profiling
 USE_SDL=	yes
 WRKSRC=		${WRKDIR}/VisualBoyAdvance-${PORTVERSION}
 
@@ -36,8 +34,9 @@
 .endif
 
 DATA_FILES=	${WRKSRC}/src/VisualBoyAdvance.cfg
-PROG_FILES=	${WRKSRC}/src/VisualBoyAdvance
-DOC_FILES=	${WRKSRC}/COPYING ${WRKSRC}/AUTHORS ${WRKSRC}/NEWS ${WRKSRC}/README
+PROG_FILES=	${WRKSRC}/src/VisualBoyAdvance ${WRKSRC}/src/TestEmu
+DOC_FILES=	${WRKSRC}/COPYING ${WRKSRC}/AUTHORS ${WRKSRC}/NEWS ${WRKSRC}/README \
+		${WRKSRC}/ChangeLog ${WRKSRC}/INSTALL
 
 pre-everything::
 	@${ECHO_MSG} ""
@@ -49,13 +48,13 @@
 	@${ECHO_MSG} "flag."
 	@${ECHO_MSG} ""
 
-post-extract:
-	rm -rf `find ${WRKSRC} -name '.deps'`
-
 do-install:
-	${INSTALL} -d ${TARGET_DIR} && \
-	${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR} && \
-	${INSTALL_DATA} ${DATA_FILES} ${TARGET_DIR} && \
+	${INSTALL} -d ${TARGET_DIR}
+	${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR}
+
+.if !exists (${PREFIX}/bin/VisualBoyAdvance.cfg)
+	${INSTALL_DATA} ${DATA_FILES} ${TARGET_DIR}
+.endif
 
 post-install:
 .ifndef(NOPORTDOCS)
diff -ru /usr/ports/emulators/vba/distinfo /usr/ports/custom/vba/distinfo
--- /usr/ports/emulators/vba/distinfo	Sat Jan 24 04:56:40 2004
+++ /usr/ports/custom/vba/distinfo	Tue Feb 10 14:12:39 2004
@@ -1 +1 @@
-MD5 (VisualBoyAdvance-src-1.7.tar.gz) = 31a8665e90e84a079ab6664842083f55
+MD5 (VisualBoyAdvance-src-1.7.1.tar.gz) = 4147eeac55ecf713397f19eae636eef3
diff -ru /usr/ports/emulators/vba/files/patch-aa /usr/ports/custom/vba/files/patch-aa
--- /usr/ports/emulators/vba/files/patch-aa	Sat Jan 24 04:56:40 2004
+++ /usr/ports/custom/vba/files/patch-aa	Tue Feb 10 14:47:30 2004
@@ -1,19 +1,11 @@
-*** src/SDL.cpp.orig	Sun Jan 11 22:20:00 2004
---- src/SDL.cpp	Sun Jan 11 22:17:23 2004
-***************
-*** 625,631 ****
-    }
-  #else
-  #define SDL_CALL_STRETCHER \
-!         asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest))
-  #endif
-  #else
-  #define SDL_CALL_STRETCHER \
---- 625,631 ----
-    }
-  #else
-  #define SDL_CALL_STRETCHER \
-! //        asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest))
-  #endif
-  #else
-  #define SDL_CALL_STRETCHER \
+--- src/SDL.cpp.orig	Sun Feb  8 14:45:01 2004
++++ src/SDL.cpp		Tue Feb 10 14:45:09 2004
+@@ -621,7 +621,7 @@
+   }
+ #else
+ #define SDL_CALL_STRETCHER \
+-        asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest))
++        asm volatile("call *%%eax" : "=a" (stretcher),"=S" (src),"=D" (dest))
+ #endif
+ #else
+ #define SDL_CALL_STRETCHER \
Only in /usr/ports/custom/vba/files: patch-ac
Only in /usr/ports/custom/vba/files: patch-ad
diff -ru /usr/ports/emulators/vba/pkg-descr /usr/ports/custom/vba/pkg-descr
--- /usr/ports/emulators/vba/pkg-descr	Fri Oct  3 15:07:59 2003
+++ /usr/ports/custom/vba/pkg-descr	Tue Feb 10 16:06:00 2004
@@ -1,21 +1,19 @@
-- configurable GB/GBA keys, including joystick support
+VisualBoyAdvance is an emulator for Nintendo's Gameboy Advance. It also
+supports emulation of the Gameboy (classic), Gameboy Pocket, Gameboy Color
+and Gameboy Advance SP.
+Some of the main features are:
+
 - option to use BIOS file
 - zip/gzip file support
-- directory selection for save state, battery and screen capture
-- fullscreen mode (selectable resolution)
-- video sizes 1x, 2x, 3x and 4x
 - graphic filters Normal, TV Mode, 2xSaI, Super 2xSaI and more
 - interframe blending support
-- same emulation core as VisualBoyAdvance: GB and GBA emulation
 - built-in ARM/THUMB assembly debugger
 - 10 save states accesible through keyboard
 - automatic battery file load/save
 - auto-fire support
-- pause, reset through keyboard
 - 16, 24 and 32 bit desktop support
 - GDB remote debugging (see below for information)
-- auto frameskipping and throttle
 - AGBPrint support for development
 - RTC support
 
-WWW:  http://vboy.emuhq.com/
+WWW: http://vba.ngemu.com/
diff -ru /usr/ports/emulators/vba/pkg-plist /usr/ports/custom/vba/pkg-plist
--- /usr/ports/emulators/vba/pkg-plist	Sat Jan 24 04:56:40 2004
+++ /usr/ports/custom/vba/pkg-plist	Tue Feb 10 15:39:24 2004
@@ -1,7 +1,9 @@
 bin/VisualBoyAdvance
-bin/VisualBoyAdvance.cfg
+bin/TestEmu
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
 @dirrm share/doc/vba
--- 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?20040210151436.GA45855>