diff options
author | edwin <edwin@FreeBSD.org> | 2004-05-14 11:54:26 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-05-14 11:54:26 +0000 |
commit | 601c1f275f7e6e89a43136c80e3603a4c5b6efbe (patch) | |
tree | 9e9e843e1a256bb06cc542c6d2124516fc0bfba1 /emulators | |
parent | adf43789a06c1fb5ac82dd0e78ad1e0b936d5b83 (diff) | |
download | FreeBSD-ports-601c1f275f7e6e89a43136c80e3603a4c5b6efbe.zip FreeBSD-ports-601c1f275f7e6e89a43136c80e3603a4c5b6efbe.tar.gz |
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
(this time for real!)
PR: ports/64612
Submitted by: No Name <arundel@gmx.net>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vba/Makefile | 20 | ||||
-rw-r--r-- | emulators/vba/distinfo | 1 | ||||
-rw-r--r-- | emulators/vba/files/patch-ac | 2 | ||||
-rw-r--r-- | emulators/vba/files/patch-ad | 2 |
4 files changed, 13 insertions, 12 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index d59b482..4cfac6b 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -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 @@ TARGET_DIR= ${PREFIX}/bin/ .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 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL 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: diff --git a/emulators/vba/distinfo b/emulators/vba/distinfo index 6ae83ca..0d1c6d1 100644 --- a/emulators/vba/distinfo +++ b/emulators/vba/distinfo @@ -1,2 +1,3 @@ MD5 (VisualBoyAdvance-src-1.7.1.tar.gz) = 4147eeac55ecf713397f19eae636eef3 SIZE (VisualBoyAdvance-src-1.7.1.tar.gz) = 1001727 +SIZE (VisualBoyAdvance-src-1.7.1.tar.gz) = 1001727 diff --git a/emulators/vba/files/patch-ac b/emulators/vba/files/patch-ac index af879c3..48c1b41 100644 --- a/emulators/vba/files/patch-ac +++ b/emulators/vba/files/patch-ac @@ -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 --git a/emulators/vba/files/patch-ad b/emulators/vba/files/patch-ad index 88f170c..c63276b 100644 --- a/emulators/vba/files/patch-ad +++ b/emulators/vba/files/patch-ad @@ -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 \ |