FreeBSD Bugzilla – Attachment 104294 Details for
Bug 144451
Update ports: emulators/bsnes Update to v0.60
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bsnes-0.60.txt
bsnes-0.60.txt (text/plain), 8.52 KB, created by
Emmanuel Vadot
on 2010-03-18 20:52:44 UTC
(
hide
)
Description:
bsnes-0.60.txt
Filename:
MIME Type:
Creator:
Emmanuel Vadot
Created:
2010-03-18 20:52:44 UTC
Size:
8.52 KB
patch
obsolete
>diff -uNr /usr/ports/emulators/bsnes/Makefile bsnes/Makefile >--- /usr/ports/emulators/bsnes/Makefile 2010-01-25 20:15:08.000000000 +0100 >+++ bsnes/Makefile 2010-03-18 21:36:36.000000000 +0100 >@@ -5,13 +5,11 @@ > # $FreeBSD: ports/emulators/bsnes/Makefile,v 1.6 2010/01/25 19:15:08 pav Exp $ > > PORTNAME= bsnes >-PORTVERSION= 0.58 >-PORTREVISION= 1 >+PORTVERSION= 0.60 > CATEGORIES= emulators >-MASTER_SITES= http://byuu.org/files/ \ >+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ >-DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}${EXTRACT_SUFX} snesreader_v010${EXTRACT_SUFX} \ >- snesfilter_v007${EXTRACT_SUFX} supergameboy_v014 >+DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} > > MAINTAINER= elbarto@ArcadeBSD.org > COMMENT= Super Nintendo/Super Famicom emulator >@@ -40,6 +38,11 @@ > > .include <bsd.port.pre.mk> > >+pre-everything:: >+.if ${OSVERSION} < 700000 >+IGNORE= Does not compile. >+.endif >+ > .if defined(WITH_VIDEO_GLX) > USE_GL+= gl > VIDEO_DRIVER+= video.glx >@@ -107,6 +110,7 @@ > (cd ${WRKSRC}/src && ${GMAKE} ${MAKE_ENV}) > (cd ${WRKSRC}/snesreader && ${GMAKE} ${MAKE_ENV}) > (cd ${WRKSRC}/snesfilter && ${GMAKE} ${MAKE_ENV}) >+ (cd ${WRKSRC}/supergameboy && ${GMAKE} ${MAKE_ENV}) > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ >@@ -116,5 +120,9 @@ > ${INSTALL_DATA} ${WRKSRC}/src/data/bsnes.desktop ${PREFIX}/share/applications/bsnes.desktop > ${INSTALL_DATA} ${WRKSRC}/snesreader/libsnesreader.so ${PREFIX}/lib/ > ${INSTALL_DATA} ${WRKSRC}/snesfilter/libsnesfilter.so ${PREFIX}/lib/ >+ ${INSTALL_DATA} ${WRKSRC}/supergameboy/libsupergameboy.so ${PREFIX}/lib/ >+ >+post-install: >+ @${CAT} ${PKGMESSAGE} > > .include <bsd.port.post.mk> >diff -uNr /usr/ports/emulators/bsnes/distinfo bsnes/distinfo >--- /usr/ports/emulators/bsnes/distinfo 2009-12-23 00:37:30.000000000 +0100 >+++ bsnes/distinfo 2010-03-03 18:22:17.000000000 +0100 >@@ -1,12 +1,3 @@ >-MD5 (bsnes_v058.tar.bz2) = 8235f42b79f8c6c3f85470b9c8904779 >-SHA256 (bsnes_v058.tar.bz2) = 448ec9170628deca66bf3b9260441489418f695f13f2e78b184bed100c11c93e >-SIZE (bsnes_v058.tar.bz2) = 450201 >-MD5 (snesreader_v010.tar.bz2) = 757e8c9cfc38290447e9b8ee74b31006 >-SHA256 (snesreader_v010.tar.bz2) = 7aa31584487e00e376b49df069694f4f542260c94bf0f4179806c50ab1a8bb11 >-SIZE (snesreader_v010.tar.bz2) = 208397 >-MD5 (snesfilter_v007.tar.bz2) = 189e9799debebf4ad639878a270d2a39 >-SHA256 (snesfilter_v007.tar.bz2) = a7f7896749bc8457d76da8560a8f3b4263d9b2a3bacf6f747df1840d46ebcd3c >-SIZE (snesfilter_v007.tar.bz2) = 49103 >-MD5 (supergameboy_v014.tar.bz2) = 5773da8eb0b9e8f82a081fde3d941b36 >-SHA256 (supergameboy_v014.tar.bz2) = b31d5d345ce86cfa5ef47df1e0886a0aa637565de1dc50293aa2fbecf162135a >-SIZE (supergameboy_v014.tar.bz2) = 122939 >+MD5 (bsnes_v060.tar.bz2) = db779d53d6ac21a5b414fbf3b93dde47 >+SHA256 (bsnes_v060.tar.bz2) = c919c101d760d62751a2fe8af112d88fc7203fc98f6a9eccf539e46fd7d6291b >+SIZE (bsnes_v060.tar.bz2) = 735038 >diff -uNr /usr/ports/emulators/bsnes/files/patch-Makefile bsnes/files/patch-Makefile >--- /usr/ports/emulators/bsnes/files/patch-Makefile 2009-11-26 15:32:14.000000000 +0100 >+++ bsnes/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 >@@ -1,28 +0,0 @@ >---- src/Makefile.orig 2009-11-01 00:45:19.000000000 +0100 >-+++ src/Makefile 2009-11-01 00:45:50.000000000 +0100 >-@@ -6,9 +6,9 @@ >- ### compiler ### >- ################ >- >--c := $(compiler) >--cpp := $(subst cc,++,$(compiler)) >--flags := -O3 -fomit-frame-pointer -Ilib >-+c := ${CC} >-+cpp := ${CXX} >-+flags := -O3 -fomit-frame-pointer -Ilib -I${LOCALBASE}/include >- link := >- >- # profile-guided instrumentation: >-@@ -25,9 +25,9 @@ >- ifeq ($(platform),x) >- link += -s >- >-- ruby := video.glx video.xv video.qtraster video.sdl >-- ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.ao >-- ruby += input.sdl input.x >-+ ruby := VIDEO >-+ ruby += AUDIO >-+ ruby += INPUT >- >- link += $(if $(findstring audio.openal,$(ruby)),-lopenal) >- else ifeq ($(platform),osx) >diff -uNr /usr/ports/emulators/bsnes/files/patch-Makefile-libnall bsnes/files/patch-Makefile-libnall >--- /usr/ports/emulators/bsnes/files/patch-Makefile-libnall 2009-11-26 15:32:14.000000000 +0100 >+++ bsnes/files/patch-Makefile-libnall 1970-01-01 01:00:00.000000000 +0100 >@@ -1,16 +0,0 @@ >---- src/lib/nall/Makefile.orig 2009-11-01 00:30:05.000000000 +0100 >-+++ src/lib/nall/Makefile 2009-11-01 00:30:26.000000000 +0100 >-@@ -29,11 +29,11 @@ >- endif >- >- ifeq ($(compiler),) >-- compiler := gcc >-+ compiler := ${CC} >- endif >- >- ifeq ($(prefix),) >-- prefix := /usr/local >-+ prefix := ${PREFIX} >- endif >- >- ##### >diff -uNr /usr/ports/emulators/bsnes/files/patch-Makefile-snesfilter bsnes/files/patch-Makefile-snesfilter >--- /usr/ports/emulators/bsnes/files/patch-Makefile-snesfilter 1970-01-01 01:00:00.000000000 +0100 >+++ bsnes/files/patch-Makefile-snesfilter 2010-03-18 21:42:10.000000000 +0100 >@@ -0,0 +1,13 @@ >+--- snesfilter/Makefile.orig 2010-03-18 21:41:32.000000000 +0100 >++++ snesfilter/Makefile 2010-03-18 21:41:48.000000000 +0100 >+@@ -3,8 +3,8 @@ >+ qtlibs := QtCore QtGui >+ include nall/qt/Makefile >+ >+-c := $(compiler) >+-cpp := $(subst cc,++,$(compiler)) >++c ?= $(CC) >++cpp ?= $(CXX) >+ flags := -O3 -I. -Iobj -fomit-frame-pointer $(qtinc) >+ link := >+ >diff -uNr /usr/ports/emulators/bsnes/files/patch-Makefile-snesreader bsnes/files/patch-Makefile-snesreader >--- /usr/ports/emulators/bsnes/files/patch-Makefile-snesreader 1970-01-01 01:00:00.000000000 +0100 >+++ bsnes/files/patch-Makefile-snesreader 2010-03-18 21:43:18.000000000 +0100 >@@ -0,0 +1,13 @@ >+--- snesreader/Makefile.orig 2010-03-18 21:42:25.000000000 +0100 >++++ snesreader/Makefile 2010-03-18 21:42:44.000000000 +0100 >+@@ -3,8 +3,8 @@ >+ qtlibs := QtCore QtGui >+ include nall/qt/Makefile >+ >+-c := $(compiler) >+-cpp := $(subst cc,++,$(compiler)) >++c ?= $(CC) >++cpp ?= $(CXX) >+ flags := -O3 -I. -Iobj -fomit-frame-pointer >+ link := >+ >diff -uNr /usr/ports/emulators/bsnes/files/patch-Makefile-src bsnes/files/patch-Makefile-src >--- /usr/ports/emulators/bsnes/files/patch-Makefile-src 1970-01-01 01:00:00.000000000 +0100 >+++ bsnes/files/patch-Makefile-src 2010-03-18 21:39:06.000000000 +0100 >@@ -0,0 +1,28 @@ >+--- src/Makefile.orig 2010-02-08 15:48:32.000000000 +0100 >++++ src/Makefile 2010-03-18 21:38:13.000000000 +0100 >+@@ -8,9 +8,9 @@ >+ ### compiler ### >+ ################ >+ >+-c := $(compiler) >+-cpp := $(subst cc,++,$(compiler)) >+-flags := -O3 -fomit-frame-pointer -Ilib >++c ?= $(CC) >++cpp ?= $(CXX) >++flags := -O3 -fomit-frame-pointer -Ilib -I${LOCALBASE}/include >+ link := >+ >+ # profile-guided instrumentation: >+@@ -27,9 +27,9 @@ >+ ifeq ($(platform),x) >+ link += -s >+ >+- ruby := video.glx video.xv video.qtraster video.sdl >+- ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao >+- ruby += input.sdl input.x >++ ruby := video.glx video.xv video.sdl video.qtimage >++ ruby += audio.openal audio.oss audio.pulseaudio audio.ao >++ ruby += input.x input.sdl >+ >+ link += $(if $(findstring audio.openal,$(ruby)),-lopenal) >+ else ifeq ($(platform),osx) >diff -uNr /usr/ports/emulators/bsnes/files/patch-Makefile-supergameboy bsnes/files/patch-Makefile-supergameboy >--- /usr/ports/emulators/bsnes/files/patch-Makefile-supergameboy 1970-01-01 01:00:00.000000000 +0100 >+++ bsnes/files/patch-Makefile-supergameboy 2010-03-18 21:44:43.000000000 +0100 >@@ -0,0 +1,12 @@ >+--- supergameboy/Makefile.orig 2010-03-18 21:43:28.000000000 +0100 >++++ supergameboy/Makefile 2010-03-18 21:43:44.000000000 +0100 >+@@ -1,7 +1,7 @@ >+ include nall/Makefile >+ >+-c := $(compiler) >+-cpp := $(subst cc,++,$(compiler)) >++c ?= $(CC) >++cpp ?= $(CXX) >+ flags := -O3 -fomit-frame-pointer -I. -Icommon -Ilibgambatte/include -Ilibgambatte/src >+ link := >+ >diff -uNr /usr/ports/emulators/bsnes/pkg-message bsnes/pkg-message >--- /usr/ports/emulators/bsnes/pkg-message 1970-01-01 01:00:00.000000000 +0100 >+++ bsnes/pkg-message 2010-03-03 19:08:24.000000000 +0100 >@@ -0,0 +1,9 @@ >+============================================================================= >+ >+bsnes was installed. >+ >+If you want to use the pixel shaders, just copy the directory named: >+"pixelshaders" >+somewhere on you disk and set the correct path in the bsnes config dialog. >+ >+============================================================================= >diff -uNr /usr/ports/emulators/bsnes/pkg-plist bsnes/pkg-plist >--- /usr/ports/emulators/bsnes/pkg-plist 2009-11-30 18:26:16.000000000 +0100 >+++ bsnes/pkg-plist 2010-03-03 18:42:25.000000000 +0100 >@@ -1,6 +1,7 @@ > bin/bsnes > lib/libsnesfilter.so > lib/libsnesreader.so >+lib/libsupergameboy.so > share/applications/bsnes.desktop > share/pixmaps/bsnes.png > @dirrmtry share/applications
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 144451
:
104293
| 104294