FreeBSD Bugzilla – Attachment 176046 Details for
Bug 213692
emulators/snes9x-gtk: Unbreak port by moving to Github
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Makefile, distinfo & files directory
snes9x-gtk.diff (text/plain), 5.85 KB, created by
timon
on 2016-10-21 23:07:47 UTC
(
hide
)
Description:
Patch for Makefile, distinfo & files directory
Filename:
MIME Type:
Creator:
timon
Created:
2016-10-21 23:07:47 UTC
Size:
5.85 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424440) >+++ Makefile (working copy) >@@ -5,9 +5,7 @@ > PORTVERSION= 1.53r81 > PORTREVISION= 5 > CATEGORIES= emulators >-MASTER_SITES= http://snes9x-gtk.googlecode.com/files/ > PKGNAMESUFFIX= -gtk >-DISTNAME= snes9x-1.53-src > > MAINTAINER= root@cooltrainer.org > COMMENT= Super Nintendo Entertainment System(SNES) Emulator >@@ -14,15 +12,17 @@ > > LICENSE= Snes9x > LICENSE_NAME= Snes9x License >-LICENSE_FILE= ${WRKDIR}/${DISTNAME}/docs/snes9x-license.txt >+LICENSE_FILE= ${WRKSRC}/../docs/snes9x-license.txt > LICENSE_PERMS= dist-mirror pkg-mirror auto-accept > >-BROKEN= Unfetchable (google code has gone away) >- > LIB_DEPENDS= libpng.so:graphics/png > >+USE_GITHUB= yes >+GH_ACCOUNT= snes9xgit >+GH_TAGNAME= 1.53 >+ > USE_XORG= x11 sm ice xext >-USES= gettext gmake perl5 desktop-file-utils pkgconfig tar:bzip2 desktop-file-utils >+USES= autoreconf gettext gmake perl5 desktop-file-utils pkgconfig tar:bzip2 desktop-file-utils > USE_GNOME= gtk20 intltool libglade2 libxml2 > GNU_CONFIGURE= yes > USE_SDL= sdl2 >@@ -29,7 +29,7 @@ > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >-WRKSRC= ${WRKDIR}/${DISTNAME}/gtk >+WRKSRC_SUBDIR= gtk > NO_CDROM= Commercial users must seek permission from copyright holders. > > OPTIONS_DEFINE= DEBUG OPENGL JMA NETPLAY XV XRANDR ALSA PORTAUDIO PULSEAUDIO >Index: distinfo >=================================================================== >--- distinfo (revision 424440) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (snes9x-1.53-src.tar.bz2) = 9f7c5d2d0fa3fe753611cf94e8879b73b8bb3c0eab97cdbcb6ab7376efa78dc3 >-SIZE (snes9x-1.53-src.tar.bz2) = 1838746 >+TIMESTAMP = 1477088431 >+SHA256 (snes9xgit-snes9x-1.53r81-1.53_GH0.tar.gz) = b27cc34f03334a9316881d1597c97c78c472561cd8399483c3841eaf938c9ab3 >+SIZE (snes9xgit-snes9x-1.53r81-1.53_GH0.tar.gz) = 2016898 >Index: files/patch-gtk-configure >=================================================================== >--- files/patch-gtk-configure (revision 424440) >+++ files/patch-gtk-configure (nonexistent) >@@ -1,11 +0,0 @@ >---- configure.orig 2013-10-25 02:52:16.000000000 -0700 >-+++ configure 2013-10-25 02:52:43.000000000 -0700 >-@@ -6316,7 +6316,7 @@ >- CFLAGS="$CFLAGS -fomit-frame-pointer" >- fi >- >--LIBS="$LIBS -lX11 -ldl -lXext" >-+LIBS="$LIBS -lX11 -lXext" >- >- ZSNESFX='#ZSNESFX=yes' >- ZSNESC4='#ZSNESC4=yes' > >Property changes on: files/patch-gtk-configure >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-gtk-src-gtk__s9x.cpp >=================================================================== >--- files/patch-gtk-src-gtk__s9x.cpp (revision 424440) >+++ files/patch-gtk-src-gtk__s9x.cpp (nonexistent) >@@ -1,19 +0,0 @@ >---- src/gtk_s9x.cpp.orig 2013-10-25 03:47:08.000000000 -0700 >-+++ src/gtk_s9x.cpp 2013-10-25 03:47:32.000000000 -0700 >-@@ -44,6 +44,7 @@ >- >- g_thread_init (NULL); >- gdk_threads_init (); >-+ gdk_threads_enter(); >- >- gtk_init (&argc, &argv); >- >-@@ -127,6 +128,8 @@ >- >- gtk_main (); >- >-+ gdk_threads_leave(); >-+ >- return 0; >- } >- > >Property changes on: files/patch-gtk-src-gtk__s9x.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-gtk_configure.ac >=================================================================== >--- files/patch-gtk_configure.ac (nonexistent) >+++ files/patch-gtk_configure.ac (working copy) >@@ -0,0 +1,11 @@ >+--- configure.ac.orig 2011-04-24 13:38:10 UTC >++++ configure.ac >+@@ -146,7 +146,7 @@ else >+ CFLAGS="$CFLAGS -fomit-frame-pointer" >+ fi >+ >+-LIBS="$LIBS -lX11 -ldl -lXext" >++LIBS="$LIBS -lX11 -lXext" >+ >+ ZSNESFX='#ZSNESFX=yes' >+ ZSNESC4='#ZSNESC4=yes' > >Property changes on: files/patch-gtk_configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-gtk_src_gtk__s9x.cpp >=================================================================== >--- files/patch-gtk_src_gtk__s9x.cpp (nonexistent) >+++ files/patch-gtk_src_gtk__s9x.cpp (working copy) >@@ -0,0 +1,19 @@ >+--- src/gtk_s9x.cpp.orig 2011-04-24 13:38:10 UTC >++++ src/gtk_s9x.cpp >+@@ -44,6 +44,7 @@ main (int argc, char *argv[]) >+ >+ g_thread_init (NULL); >+ gdk_threads_init (); >++ gdk_threads_enter(); >+ >+ gtk_init (&argc, &argv); >+ >+@@ -127,6 +128,8 @@ main (int argc, char *argv[]) >+ >+ gtk_main (); >+ >++ gdk_threads_leave(); >++ >+ return 0; >+ } >+ > >Property changes on: files/patch-gtk_src_gtk__s9x.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-screenshot.cpp >=================================================================== >--- files/patch-screenshot.cpp (revision 424440) >+++ files/patch-screenshot.cpp (working copy) >@@ -1,6 +1,6 @@ >---- ../screenshot.cpp.orig 2010-02-23 00:19:36.132640984 -0500 >-+++ ../screenshot.cpp 2010-02-23 00:19:59.151074837 -0500 >-@@ -182,6 +182,7 @@ >+--- ../screenshot.cpp.orig 2011-04-24 13:38:10 UTC >++++ ../screenshot.cpp >+@@ -183,6 +183,7 @@ > #include "memmap.h" > #include "display.h" > #include "screenshot.h"
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 Diff
View Attachment As Raw
Flags:
vlad-fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213692
:
176046
|
176953