summaryrefslogtreecommitdiff
path: root/emulators/spim
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-09-24 10:57:15 +0000
committerryoon <ryoon@pkgsrc.org>2011-09-24 10:57:15 +0000
commit6080dc35433e2678d3dbd6ca4e6d1ba060978d3f (patch)
treeed60f13845c884db414083605a5a540835a09bfb /emulators/spim
parent2d434435a7f4e0190dcdaf328237447e67b5a371 (diff)
downloadpkgsrc-6080dc35433e2678d3dbd6ca4e6d1ba060978d3f.tar.gz
Fix build on Linux.
It seems these patches are not needed (fix of my commmit).
Diffstat (limited to 'emulators/spim')
-rw-r--r--emulators/spim/distinfo4
-rw-r--r--emulators/spim/patches/patch-ab27
-rw-r--r--emulators/spim/patches/patch-ac27
3 files changed, 1 insertions, 57 deletions
diff --git a/emulators/spim/distinfo b/emulators/spim/distinfo
index f8c5523c100..ec1970c28b2 100644
--- a/emulators/spim/distinfo
+++ b/emulators/spim/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.12 2011/02/05 13:38:14 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2011/09/24 10:57:15 ryoon Exp $
SHA1 (spim-8.0.tar.gz) = 979b91e0acb792310593d31aa65e49cccec73036
RMD160 (spim-8.0.tar.gz) = 129e61a6ee2f338abe2eafb175ac16fc0ebd20c7
Size (spim-8.0.tar.gz) = 355204 bytes
SHA1 (patch-aa) = 8232ff358f1bf2ede3216187faf77aad85b1da87
-SHA1 (patch-ab) = 6f52160d99f363dc0b8d327e05bee2470b59dd41
-SHA1 (patch-ac) = 0150642458e8e7feabf7ab02ed219107c4e5b778
SHA1 (patch-ad) = 056ef015de5daff3003a834ff4867f97db70c79f
diff --git a/emulators/spim/patches/patch-ab b/emulators/spim/patches/patch-ab
deleted file mode 100644
index 02fc9bd3fc5..00000000000
--- a/emulators/spim/patches/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2011/02/05 13:38:15 ryoon Exp $
-
---- xspim/Configure.orig 2010-01-09 05:22:58.000000000 +0000
-+++ xspim/Configure
-@@ -170,14 +170,14 @@ fi;
-
-
- echo
--echo Checking for /usr/include/termios.h
--if [ -f /usr/include/termios.h ]; then
-- echo "-DUSE_TERMIOS" >> ./configuration
-- echo "Yes, it is there"
--else
-- # No termios
-- echo "No, it is not there"
--fi;
-+#echo Checking for /usr/include/termios.h
-+#if [ -f /usr/include/termios.h ]; then
-+# echo "-DUSE_TERMIOS" >> ./configuration
-+# echo "Yes, it is there"
-+#else
-+# # No termios
-+# echo "No, it is not there"
-+#fi;
-
-
- if [ -f /usr/lib/libc.dylib ]; then
diff --git a/emulators/spim/patches/patch-ac b/emulators/spim/patches/patch-ac
deleted file mode 100644
index b1ba461003e..00000000000
--- a/emulators/spim/patches/patch-ac
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2011/02/05 13:38:15 ryoon Exp $
-
---- spim/Configure.orig 2010-01-09 05:22:57.000000000 +0000
-+++ spim/Configure
-@@ -172,14 +172,14 @@ fi;
-
-
- echo
--echo Checking for /usr/include/termios.h
--if [ -f /usr/include/termios.h ]; then
-- echo "-DUSE_TERMIOS" >> ./configuration
-- echo "Yes, it is there"
--else
-- # No termios
-- echo "No, it is not there"
--fi;
-+#echo Checking for /usr/include/termios.h
-+#if [ -f /usr/include/termios.h ]; then
-+# echo "-DUSE_TERMIOS" >> ./configuration
-+# echo "Yes, it is there"
-+#else
-+# # No termios
-+# echo "No, it is not there"
-+#fi;
-
-
- if [ -f /usr/lib/libc.dylib ]; then