pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/aranym/patches aranym: Remove obsolete patches



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e83db0edd6b7
branches:  trunk
changeset: 341360:e83db0edd6b7
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 01 14:56:22 2019 +0000

description:
aranym: Remove obsolete patches

diffstat:

 emulators/aranym/patches/patch-ac                             |  15 ---
 emulators/aranym/patches/patch-configure.ac                   |  52 -----------
 emulators/aranym/patches/patch-src_uae__cpu_fpu_fpu__mpfr.cpp |  17 ---
 3 files changed, 0 insertions(+), 84 deletions(-)

diffs (96 lines):

diff -r 3aba6fb74c26 -r e83db0edd6b7 emulators/aranym/patches/patch-ac
--- a/emulators/aranym/patches/patch-ac Tue Oct 01 14:55:22 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2010/07/08 11:28:05 obache Exp $
-
---- Makefile.in.orig   2010-05-27 18:40:47.000000000 +0000
-+++ Makefile.in
-@@ -239,8 +239,8 @@ $(APP_BUNDLE): $(APP)
- install: $(APP) $(TAPIF) doc/$(APP).1 doc/$(APP)-jit.1 doc/$(APP)-mmu.1 doc/$(APP_IFC).1 installdirs
-       $(INSTALL_PROGRAM) $(APP) $(DESTDIR)$(bindir)/$(APP)
-       if [ "x$(APP_IFC)" = "x$(TAPIF)" ]; then \
--      $(INSTALL_PROGRAM) $(APP_IFC) $(DESTDIR)$(bindir)/$(APP_IFC);\
--      $(INSTALL_DATA) doc/$(APP_IFC).1 $(DESTDIR)$(man1dir)/$(APP_IFC).1 ;\
-+      $(INSTALL_PROGRAM) $(APP_IFC) $(DESTDIR)$(bindir)/$(APP_IFC); \
-+      $(INSTALL_DATA) doc/$(APP_IFC).1 $(DESTDIR)$(man1dir)/$(APP_IFC).1; \
-       fi
-       $(INSTALL_DATA) doc/$(APP).1 $(DESTDIR)$(man1dir)/$(APP).1
-       $(INSTALL_DATA) doc/$(APP)-jit.1 $(DESTDIR)$(man1dir)/$(APP)-jit.1
diff -r 3aba6fb74c26 -r e83db0edd6b7 emulators/aranym/patches/patch-configure.ac
--- a/emulators/aranym/patches/patch-configure.ac       Tue Oct 01 14:55:22 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.3 2015/03/24 14:34:57 ryoon Exp $
-
---- configure.ac.orig  2014-10-17 14:09:28.000000000 +0000
-+++ configure.ac
-@@ -286,10 +286,13 @@ AC_CHECK_HEADERS(termios.h termio.h allo
- AC_CHECK_HEADERS(sys/types.h sys/stat.h sys/vfs.h utime.h sys/param.h)
- AC_CHECK_HEADERS(sys/mount.h types.h stat.h ext2fs/ext2_fs.h)
- AC_CHECK_HEADERS(sys/socket.h)
--AC_CHECK_HEADERS(linux/if.h linux/if_tun.h net/if.h net/if_tun.h, [], [], [
-+AC_CHECK_HEADERS(linux/if.h linux/if_tun.h net/if.h net/if_tun.h net/if_tap.h, [], [], [
- #ifdef HAVE_SYS_SOCKET_H
- #include <sys/socket.h>
- #endif
-+#ifdef HAVE_SYS_TYPES_H
-+#include <sys/types.h>
-+#endif
- ])
- AC_CHECK_HEADERS(net/bpf.h)
- 
-@@ -475,8 +478,14 @@ AC_CACHE_CHECK([whether TUN/TAP is suppo
-     #include <linux/if_tun.h>
-     #endif
-     #if defined(HAVE_NET_IF_H) && defined(HAVE_NET_IF_TUN_H)
-+    #ifdef HAVE_SYS_TYPES_H
-+    #include <sys/types.h>
-+    #endif
-     #include <net/if.h>
-     #include <net/if_tun.h>
-+    #if defined(HAVE_NET_IF_TAP_H)
-+    #include <net/if_tap.h>
-+    #endif
-     #endif
-   ], [
-     struct ifreq ifr;
-@@ -1134,7 +1143,7 @@ if [[ "x$WANT_EXSIGSEGV" = "xyes" ]]; th
-         AC_MSG_ERROR([Sorry, extended segfault handler not supported on your platform])
-       fi
-       ;;
--    freebsd*|kfreebsd*-gnu)
-+    freebsd*|dragonfly*|kfreebsd*-gnu)
-       if [[ "x$HAVE_I386" = "xyes" ]]; then
-         SYSSRCS="$SYSSRCS Unix/xbsd/sigsegv_xbsd.cpp"
-       else
-@@ -1645,7 +1654,7 @@ SDL_CFLAGS=
- SDL_LIBS=
- no_sdl=yes
- no_sdl2=yes
--if test "$OS_TYPE" == darwin -a "$WITH_FINK" = no; then
-+if test "$OS_TYPE" = darwin -a "$WITH_FINK" = no; then
-       ARANYM_CHECK_FRAMEWORK(SDL, [])
-       if test "$have_framework_SDL" = yes ; then
-               ARANYM_CHECK_FRAMEWORK_LOCATION(SDL)
diff -r 3aba6fb74c26 -r e83db0edd6b7 emulators/aranym/patches/patch-src_uae__cpu_fpu_fpu__mpfr.cpp
--- a/emulators/aranym/patches/patch-src_uae__cpu_fpu_fpu__mpfr.cpp     Tue Oct 01 14:55:22 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_uae__cpu_fpu_fpu__mpfr.cpp,v 1.1 2012/09/28 16:30:16 ryoon Exp $
-
-On NetBSD, MPFR_USE_INTMAX_T is not defined in mpfr.h.
-On ather platform (Gentoo Linux and DragonFly at least),
-MPFR_USE_INTMAX_T is defined.
-
---- src/uae_cpu/fpu/fpu_mpfr.cpp.orig  2012-03-20 16:48:10.000000000 +0000
-+++ src/uae_cpu/fpu/fpu_mpfr.cpp
-@@ -18,6 +18,8 @@
-  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-  */
- 
-+#define MPFR_USE_INTMAX_T 1
-+
- #include "sysdeps.h"
- #include <cstdio>
- #include "memory.h"



Home | Main Index | Thread Index | Old Index