Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=777b0d59548b80bf20ea703b1d9e5b2403bb69d3
commit 777b0d59548b80bf20ea703b1d9e5b2403bb69d3 Author: James Buren <[email protected]> Date: Mon Nov 16 21:21:03 2015 +0100 tuxnes-0.75-1-x86_64 * remove package diff --git a/source/games-extra/tuxnes/FrugalBuild b/source/games-extra/tuxnes/FrugalBuild deleted file mode 100644 index a577cca..0000000 --- a/source/games-extra/tuxnes/FrugalBuild +++ /dev/null @@ -1,27 +0,0 @@ -# Compiling Time: 0.10 SBU -# Maintainer: Devil505 <[email protected]> - -pkgname=tuxnes -pkgver=0.75 -pkgrel=1 -pkgdesc="TuxNES is based on Nestra, a great public-domain NES emulator" -depends=('libxext' 'libice' 'libggi' 'libxpm' 'libsm' 'xextproto') -Finclude sourceforge -groups=('games-extra') -archs=('i686') -up2date="lynx -dump http://tuxnes.sourceforge.net/download.php | Flasttar" -source=($source $pkgname-$pkgver-include.patch $pkgname-$pkgver-configure.in.patch $pkgname-$pkgver-gcc34.patch) -sha1sums=('1729cb3a33a5a3e0c8fa81a1341f912cd0b8d18b' \ - 'd6e2cfe789c073a1fa2b7918a03393f27067df37' \ - 'f5c50e91e3b49ba3980df0df24fbbc4fcfd11bf7' \ - '96c28b4e1fad6446b828e7d2a29a12b7409e4cd9') - -build() { - Fpatchall - Fautoreconf - Fmake - Fmakeinstall -} -# optimization OK - - diff --git a/source/games-extra/tuxnes/tuxnes-0.75-configure.in.patch b/source/games-extra/tuxnes/tuxnes-0.75-configure.in.patch deleted file mode 100644 index d0319ca..0000000 --- a/source/games-extra/tuxnes/tuxnes-0.75-configure.in.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- configure.in -+++ configure.in -@@ -31,7 +31,6 @@ - dnl Don't assume we want high level optimisations, it is known to - dnl produce broken code on certain architectures using certain compilers - dnl -------------------------------------------------------------------- --CFLAGS="-O" - AC_SUBST(CFLAGS) - - dnl -------------------------------------------------------------------- -@@ -39,6 +38,7 @@ - dnl -------------------------------------------------------------------- - AC_PROG_CC - AC_PROG_INSTALL -+AM_PROG_AS - - dnl -------------------------------------------------------------------- - dnl Check whether user wants simple warnings or advanced warnings -@@ -46,12 +46,10 @@ - AC_ARG_ENABLE(warnings, [ --enable-warnings enable more compilation warning checks [default=no]], enable_warnings="yes", enable_warnings="no") - - if test "x$enable_warnings" = "xyes"; then -- CFLAGS="$CFLAGS -pipe -W -Wall -ansi -pedantic -Wbad-function-cast \ -+ CFLAGS="$CFLAGS -W -Wall -ansi -pedantic -Wbad-function-cast \ - -Wcast-align -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ - -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ - -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings" --else -- CFLAGS="$CFLAGS -pipe -Wall" - fi - AC_SUBST(CFLAGS) - -@@ -144,12 +142,9 @@ - [ --without-ggi disable check for GGI (General Graphics Interface)]) - - if test "x$with_ggi" != "xno"; then -- OCPPFLAGS="$CPPFLAGS" -- CPPFLAGS="-I/usr/local/include" -- AC_CHECK_HEADERS(ggi/gii.h ggi/ggi.h, CFLAGS="$CFLAGS -I/usr/local/include") -+ AC_CHECK_HEADERS(ggi/gii.h ggi/ggi.h) - AC_CHECK_LIB(ggi, ggiInit) - AC_CHECK_LIB(gii, giiInit) -- CPPFLAGS="$OCPPFLAGS" - fi - - dnl -------------------------------------------------------------------- diff --git a/source/games-extra/tuxnes/tuxnes-0.75-gcc34.patch b/source/games-extra/tuxnes/tuxnes-0.75-gcc34.patch deleted file mode 100644 index 9f33633..0000000 --- a/source/games-extra/tuxnes/tuxnes-0.75-gcc34.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -urN tuxnes-0.75.orig/emu.c tuxnes-0.75/emu.c ---- tuxnes-0.75.orig/emu.c 2001-04-11 17:45:47.000000000 -0400 -+++ tuxnes-0.75/emu.c 2004-09-26 16:24:56.273450432 -0400 -@@ -890,7 +890,7 @@ - len = strlen(palfile) + 1; - if (! (buffer = malloc(len))) - { -- perror (__FUNCTION__ ": malloc"); -+ perror ("loadpal: malloc"); - return; - } - memcpy (buffer, palfile, len); -@@ -912,7 +912,7 @@ - len = strlen(filename) + 1; - if (! (buffer = malloc(len))) - { -- perror (__FUNCTION__ ": malloc"); -+ perror ("loadpal: malloc"); - return; - } - memcpy (buffer, filename, len); -@@ -924,7 +924,7 @@ - return; - if (!(palfile = malloc ((len = strlen (filename)) + 11))) - { -- perror (__FUNCTION__ ": malloc"); -+ perror ("loadpal: malloc"); - return; - } - strcpy (palfile, filename); -@@ -1602,7 +1602,7 @@ - - if (! (basefilename = malloc(baseend - basestart + 1))) - { -- perror (__FUNCTION__ ": malloc"); -+ perror ("main: malloc"); - exit (1); - } - diff --git a/source/games-extra/tuxnes/tuxnes-0.75-include.patch b/source/games-extra/tuxnes/tuxnes-0.75-include.patch deleted file mode 100644 index dec75d9..0000000 --- a/source/games-extra/tuxnes/tuxnes-0.75-include.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- comptbl.c -+++ comptbl.c -@@ -28,6 +28,8 @@ - #include <stdio.h> - #include <string.h> - #include <unistd.h> -+#include <stdlib.h> -+#include <string.h> - - #define ALLOC_SIZE 0x48d801 /* approximately 4.69MB */ - #define TBL_BASE ((unsigned char *)0x10000000) ---- gamegenie.c -+++ gamegenie.c -@@ -12,6 +12,7 @@ - - #include <ctype.h> - #include <stdio.h> -+#include <string.h> - - #include "gamegenie.h" - ---- io.c -+++ io.c -@@ -21,6 +21,7 @@ - #endif /* HAVE_FEATURES_H */ - - #include <stdio.h> -+#include <string.h> - - #include "consts.h" - #include "globals.h" ---- mapper.c -+++ mapper.c -@@ -13,6 +13,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - - #include "consts.h" - #include "globals.h" ---- sound.c -+++ sound.c -@@ -116,6 +116,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> -+#include <string.h> - - #ifdef HAVE_CONFIG_H - #include "config.h" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
