summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorobache <obache>2008-08-10 06:35:00 +0000
committerobache <obache>2008-08-10 06:35:00 +0000
commitad84247318c4da95f33b5d223f7848c8ac1a57ab (patch)
tree247a3a3921a454296ffdd9c8b277ddd58d87b74a /emulators
parent18118d41b7be84510467130b782d025e92eedff7 (diff)
downloadpkgsrc-ad84247318c4da95f33b5d223f7848c8ac1a57ab.tar.gz
Allow to accept FreeBSD/i386.
Patch provided by Aleksej Saushev in PR 38788.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/twin/distinfo6
-rw-r--r--emulators/twin/patches/patch-aa13
-rw-r--r--emulators/twin/patches/patch-ap9
3 files changed, 19 insertions, 9 deletions
diff --git a/emulators/twin/distinfo b/emulators/twin/distinfo
index 130c4cb659b..912eb6890cf 100644
--- a/emulators/twin/distinfo
+++ b/emulators/twin/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/02/17 19:25:24 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/08/10 06:35:00 obache Exp $
SHA1 (twin-src-3.1.14.tar.gz) = b1652f07adcc2c98948a4458480b2d8436cc893f
RMD160 (twin-src-3.1.14.tar.gz) = e4b54f515505176498335387415dc5797b3e63eb
Size (twin-src-3.1.14.tar.gz) = 2216218 bytes
-SHA1 (patch-aa) = 05a391a08a6f9d8407a6b61b2388f68c60d62a30
+SHA1 (patch-aa) = 82a3a8cd6facd39d8645ca3f243cd25b94d70753
SHA1 (patch-ab) = 7e7b4d3da2afb119a4222a953ae44251b0c253f2
SHA1 (patch-ac) = ead087b78674b30c076f132d71c3d372c77f0e1f
SHA1 (patch-ad) = baf4144bf251e5eef3613fc7b2a4cc9168fa7292
@@ -18,4 +18,4 @@ SHA1 (patch-al) = 9c27e11439360db805d6d6165a3af0f75064dcec
SHA1 (patch-am) = 1df7aa9125830374cb52a02638249473c69af833
SHA1 (patch-an) = 8eb83db7351e146bfb0357dd2f4495a38d28530b
SHA1 (patch-ao) = 7c4a48ad57d76238e097bcf9f1b2fe773cf374ff
-SHA1 (patch-ap) = 728d3ad7a7094e55cd25581d5e1221b0818c3bb0
+SHA1 (patch-ap) = af23478b138f97261aa173eefcfc1bb5da946cb9
diff --git a/emulators/twin/patches/patch-aa b/emulators/twin/patches/patch-aa
index e3a48882783..d0dc78bc617 100644
--- a/emulators/twin/patches/patch-aa
+++ b/emulators/twin/patches/patch-aa
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2006/01/15 19:20:59 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2008/08/10 06:35:00 obache Exp $
---- configure.in.orig Sun Jan 14 08:23:50 2001
-+++ configure.in Fri Apr 5 22:31:14 2002
-@@ -147,6 +147,14 @@ case "$host" in
+--- configure.in.orig 2001-01-14 08:23:50.000000000 +0000
++++ configure.in
+@@ -143,10 +143,18 @@ case "$host" in
+ TARGET=sco
+ ;;
+
+- i*86-unknown-freebsd* )
++ i*86-*-freebsd* )
TARGET=freebsd
;;
diff --git a/emulators/twin/patches/patch-ap b/emulators/twin/patches/patch-ap
index de4f52a682d..24129d9f470 100644
--- a/emulators/twin/patches/patch-ap
+++ b/emulators/twin/patches/patch-ap
@@ -1,8 +1,13 @@
-$NetBSD: patch-ap,v 1.1 2006/02/17 19:25:24 wiz Exp $
+$NetBSD: patch-ap,v 1.2 2008/08/10 06:35:00 obache Exp $
--- configure.orig 2001-01-14 08:25:13.000000000 +0000
+++ configure
-@@ -830,6 +830,14 @@ case "$host" in
+@@ -826,10 +826,18 @@ case "$host" in
+ TARGET=sco
+ ;;
+
+- i*86-unknown-freebsd* )
++ i*86-*-freebsd* )
TARGET=freebsd
;;