FreeBSD Bugzilla – Attachment 39789 Details for
Bug 62645
Maintainer update of /emulators/vba
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
output
output (text/plain), 4.74 KB, created by
alexander
on 2004-02-10 15:20:16 UTC
(
hide
)
Description:
output
Filename:
MIME Type:
Creator:
alexander
Created:
2004-02-10 15:20:16 UTC
Size:
4.74 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 62645
: 39789