FreeBSD Bugzilla – Attachment 23042 Details for
Bug 39767
[MAINTAINER UPDATE]: emulators/zsnes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.15 KB, created by
stijn
on 2002-06-24 09:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
stijn
Created:
2002-06-24 09:50:02 UTC
Size:
3.15 KB
patch
obsolete
>diff -urN --exclude=CVS /usr/ports/emulators/zsnes/Makefile zsnes/Makefile >--- /usr/ports/emulators/zsnes/Makefile Thu Apr 18 05:33:41 2002 >+++ zsnes/Makefile Mon Jun 24 09:57:11 2002 >@@ -6,7 +6,8 @@ > # > > PORTNAME= zsnes >-PORTVERSION= 1.337 >+PORTVERSION= 1.35 >+PORTEPOCH= 1 > CATEGORIES= emulators > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -15,14 +16,12 @@ > MAINTAINER= stijn@win.tue.nl > > # This must be >= 0.98! >-BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm >+BUILD_DEPENDS= nasm-0.98.33:${PORTSDIR}/devel/nasm > LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ > png.5:${PORTSDIR}/graphics/png > > USE_X_PREFIX= yes > USE_GMAKE= yes >-USE_ZIP= yes >-EXTRACT_BEFORE_ARGS= -q -a > > MAN1= zsnes.1 > >@@ -32,12 +31,9 @@ > SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config > CONFIGURE_ENV+= SDL_CONFIG=${SDL_CONFIG} > >-WRKSRC= ${WRKDIR}/zsnes/src >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src > > GNU_CONFIGURE= yes >-ALL_TARGET= >- >-pre-configure: >- cd ${WRKSRC} && chmod +x configure >+ALL_TARGET= ALL > > .include <bsd.port.mk> >diff -urN --exclude=CVS /usr/ports/emulators/zsnes/distinfo zsnes/distinfo >--- /usr/ports/emulators/zsnes/distinfo Mon Oct 29 16:17:33 2001 >+++ zsnes/distinfo Mon Jun 24 09:32:49 2002 >@@ -1 +1 @@ >-MD5 (zsnes1337src.zip) = 0d52bb1015d8cea39effd83951423139 >+MD5 (zsnes135src.tar.gz) = 669ec6ad2709f2f04e0bd5003c915cb1 >diff -urN --exclude=CVS /usr/ports/emulators/zsnes/files/patch-src::Makefile.in zsnes/files/patch-src::Makefile.in >--- /usr/ports/emulators/zsnes/files/patch-src::Makefile.in Mon Oct 29 16:17:33 2001 >+++ zsnes/files/patch-src::Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,11 +0,0 @@ >---- Makefile.in.orig Mon Oct 29 15:11:59 2001 >-+++ Makefile.in Mon Oct 29 15:12:11 2001 >-@@ -170,7 +170,7 @@ >- >- install: >- @INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin >-- @INSTALL@ -m 0644 linux/zsnes.man @prefix@/man >-+ @INSTALL@ -m 0644 linux/zsnes.man @prefix@/man/man1/zsnes.1 >- >- clean: >- rm -f ${CHIPDIR}/*.o ${CPUDIR}/*.o ${VIDEODIR}/*.o ${GUIDIR}/*.o ${DOSDIR}/*.o ${WINDIR}/*.o ${ZIPDIR}/*.o *.o @ZSNESEXE@ >diff -urN --exclude=CVS /usr/ports/emulators/zsnes/files/patch-src::linux::sdllink.c zsnes/files/patch-src::linux::sdllink.c >--- /usr/ports/emulators/zsnes/files/patch-src::linux::sdllink.c Tue May 7 22:13:42 2002 >+++ zsnes/files/patch-src::linux::sdllink.c Thu Jan 1 01:00:00 1970 >@@ -1,35 +0,0 @@ >---- linux/sdllink.c.orig Sun Sep 23 17:42:52 2001 >-+++ linux/sdllink.c Tue May 7 13:16:21 2002 >-@@ -536,6 +536,11 @@ >- >- for (i = 0; i < 5; i++) >- JoystickInput[i] = NULL; >-+#if 1 >-+ printf("ZSNES could not find any joysticks.\n"); >-+ SDL_QuitSubSystem(SDL_INIT_JOYSTICK); >-+ return FALSE; >-+#else >- // If it is possible to use SDL_NumJoysticks >- // before initialising SDL_INIT_JOYSTICK then >- // this call can be replaced with SDL_InitSubSystem >-@@ -557,6 +562,7 @@ >- } >- >- return TRUE; >-+#endif >- } >- >- BOOL InitInput() >-@@ -572,7 +578,11 @@ >- if (!sdl_inited) >- { >- if (SDL_Init(SDL_INIT_AUDIO | SDL_INIT_TIMER | >-- SDL_INIT_VIDEO | SDL_INIT_JOYSTICK) < 0) >-+ SDL_INIT_VIDEO >-+#if 0 >-+| SDL_INIT_JOYSTICK >-+#endif >-+ ) < 0) >- { >- fprintf(stderr, "Could not initialize SDL!\n"); >- return FALSE;
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
Actions:
View
|
Diff
Attachments on
bug 39767
: 23042