FreeBSD Bugzilla – Attachment 41242 Details for
Bug 64612
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), 3.17 KB, created by
alexander
on 2004-03-23 10:00:37 UTC
(
hide
)
Description:
output
Filename:
MIME Type:
Creator:
alexander
Created:
2004-03-23 10:00:37 UTC
Size:
3.17 KB
patch
obsolete
>diff -ruN /usr/ports/emulators/vba/Makefile /usr/ports/custom/vba/Makefile >--- /usr/ports/emulators/vba/Makefile Tue Mar 16 22:18:56 2004 >+++ /usr/ports/custom/vba/Makefile Tue Mar 23 10:55:19 2004 >@@ -6,14 +6,14 @@ > > PORTNAME= vba > PORTVERSION= 1.7.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= emulators > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > DISTNAME= VisualBoyAdvance-src-${PORTVERSION} > > MAINTAINER= arundel@gmx.net >-COMMENT= Currently the best Gameboy Advance emulator! >+COMMENT= Open Source Gameboy Advance emulator > > BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm > LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png >@@ -28,10 +28,12 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} < 500035 >+.if (${OSVERSION} < 500035) > CFLAGS+= -O0 >-.else >-CLAGS+= >+.endif >+ >+.ifndef(PROFILING) >+CONFIGURE_ARGS= --without-profiling --disable-dev > .endif > > DATA_FILES= ${WRKSRC}/src/VisualBoyAdvance.cfg >@@ -40,12 +42,10 @@ > > pre-everything:: > @${ECHO_MSG} "" >- @${ECHO_MSG} "GCC must be 3.x or greater in order to compile GBA.cpp with -O2. Earlier" >- @${ECHO_MSG} "versions have a problem during optimization that requires an absurd" >- @${ECHO_MSG} "ammount of memory and usually ends up crashing the compiler/computer" >+ @${ECHO_MSG} "You can enable profiling by defining PROFILING." > @${ECHO_MSG} "" >- @${ECHO_MSG} "Note by MAINTAINER: Currently everything < 500035 is being build with -O0" >- @${ECHO_MSG} "flag." >+ @${ECHO_MSG} "Due to a bug in gcc2 optimsations other than -O0 will be ignored on" >+ @${ECHO_MSG} "FreeBSD releases that didn't ship with gcc3 (prior 500035)." > @${ECHO_MSG} "" > > do-install: >@@ -58,7 +58,7 @@ > > post-install: > .ifndef(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >+ ${INSTALL} -d ${DOCSDIR} > > .for filename in ${DOC_FILES} > ${INSTALL_MAN} ${WRKSRC}/${filename} ${DOCSDIR} >diff -ruN /usr/ports/emulators/vba/distinfo /usr/ports/custom/vba/distinfo >--- /usr/ports/emulators/vba/distinfo Sat Feb 21 06:57:15 2004 >+++ /usr/ports/custom/vba/distinfo Sun Mar 21 01:32:24 2004 >@@ -1 +1,2 @@ > MD5 (VisualBoyAdvance-src-1.7.1.tar.gz) = 4147eeac55ecf713397f19eae636eef3 >+SIZE (VisualBoyAdvance-src-1.7.1.tar.gz) = 1001727 >diff -ruN /usr/ports/emulators/vba/files/patch-ac /usr/ports/custom/vba/files/patch-ac >--- /usr/ports/emulators/vba/files/patch-ac Tue Feb 17 11:06:24 2004 >+++ /usr/ports/custom/vba/files/patch-ac Sun Mar 21 01:37:48 2004 >@@ -5,7 +5,7 @@ > > VisualBoyAdvance_LDADD = gb/libgb.a @VBA_PROF@ @VBA_MMX@ > -VisualBoyAdvance_LDFLAGS = `sdl-config --libs` >-+// VisualBoyAdvance_LDFLAGS = ${SDL_CONFIG} >++VisualBoyAdvance_LDFLAGS = `${SDL_CONFIG} --libs` > > TestEmu_SOURCES = \ > TestEmu.cpp 2xSaI.cpp pixel.cpp motionblur.cpp admame.cpp \ >diff -ruN /usr/ports/emulators/vba/files/patch-ad /usr/ports/custom/vba/files/patch-ad >--- /usr/ports/emulators/vba/files/patch-ad Tue Feb 17 11:06:24 2004 >+++ /usr/ports/custom/vba/files/patch-ad Sun Mar 21 01:38:03 2004 >@@ -5,7 +5,7 @@ > > VisualBoyAdvance_LDADD = gb/libgb.a @VBA_PROF@ @VBA_MMX@ > -VisualBoyAdvance_LDFLAGS = `sdl-config --libs` >-+// VisualBoyAdvance_LDFLAGS = ${SDL_CONFIG} >++VisualBoyAdvance_LDFLAGS = `${SDL_CONFIG} --libs` > > TestEmu_SOURCES = \ > TestEmu.cpp 2xSaI.cpp pixel.cpp motionblur.cpp admame.cpp \
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 64612
: 41242