FreeBSD Bugzilla – Attachment 45484 Details for
Bug 70115
Update port: emulators/tuxnes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.01 KB, created by
tkato432
on 2004-08-07 13:10:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2004-08-07 13:10:23 UTC
Size:
2.01 KB
patch
obsolete
>diff -urN /usr/ports/emulators/tuxnes/Makefile emulators/tuxnes/Makefile >--- /usr/ports/emulators/tuxnes/Makefile Wed Feb 4 18:58:18 2004 >+++ emulators/tuxnes/Makefile Wed Jun 16 01:59:27 2004 >@@ -15,11 +15,13 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A Nintendo Entertainment System 8-bit emulator > >-USE_GETOPT_LONG=yes >-USE_GMAKE= YES >-USE_X_PREFIX= YES >-GNU_CONFIGURE= YES >- > ONLY_FOR_ARCHS= i386 >+ >+USE_X_PREFIX= yes >+USE_GETOPT_LONG= yes >+USE_GMAKE= yes >+GNU_CONFIGURE= yes >+ >+PLIST_FILES= bin/romfixer bin/tuxnes > > .include <bsd.port.mk> >diff -urN /usr/ports/emulators/tuxnes/files/patch-emu.c emulators/tuxnes/files/patch-emu.c >--- /usr/ports/emulators/tuxnes/files/patch-emu.c Thu Jan 1 09:00:00 1970 >+++ emulators/tuxnes/files/patch-emu.c Wed Aug 4 18:34:48 2004 >@@ -0,0 +1,38 @@ >+--- emu.c.orig Thu Apr 12 06:45:47 2001 >++++ emu.c Wed Aug 4 18:34:38 2004 >+@@ -890,7 +890,7 @@ >+ len = strlen(palfile) + 1; >+ if (! (buffer = malloc(len))) >+ { >+- perror (__FUNCTION__ ": malloc"); >++ perror ("loadpal 892: malloc"); >+ return; >+ } >+ memcpy (buffer, palfile, len); >+@@ -912,7 +912,7 @@ >+ len = strlen(filename) + 1; >+ if (! (buffer = malloc(len))) >+ { >+- perror (__FUNCTION__ ": malloc"); >++ perror ("loadpal 914: malloc"); >+ return; >+ } >+ memcpy (buffer, filename, len); >+@@ -924,7 +924,7 @@ >+ return; >+ if (!(palfile = malloc ((len = strlen (filename)) + 11))) >+ { >+- perror (__FUNCTION__ ": malloc"); >++ perror ("loadpal 933: malloc"); >+ return; >+ } >+ strcpy (palfile, filename); >+@@ -1602,7 +1602,7 @@ >+ >+ if (! (basefilename = malloc(baseend - basestart + 1))) >+ { >+- perror (__FUNCTION__ ": malloc"); >++ perror ("main: malloc"); >+ exit (1); >+ } >+ >diff -urN /usr/ports/emulators/tuxnes/pkg-plist emulators/tuxnes/pkg-plist >--- /usr/ports/emulators/tuxnes/pkg-plist Sun Feb 13 20:45:42 2000 >+++ emulators/tuxnes/pkg-plist Thu Jan 1 09:00:00 1970 >@@ -1,2 +0,0 @@ >-bin/romfixer >-bin/tuxnes
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 70115
: 45484