summaryrefslogtreecommitdiff
path: root/sysutils/torsmo
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-05 02:52:16 +0000
committerrillig <rillig@pkgsrc.org>2006-10-05 02:52:16 +0000
commit05f4e9951fd4b42772703f1f1540881f0b2226fa (patch)
tree36e4cbf021cf213765baa6ad59f97505cdf10e21 /sysutils/torsmo
parent446f749ead5be5795697aaa28ccc468b380627c8 (diff)
downloadpkgsrc-05f4e9951fd4b42772703f1f1540881f0b2226fa.tar.gz
Fixed "test ==".
Diffstat (limited to 'sysutils/torsmo')
-rw-r--r--sysutils/torsmo/distinfo3
-rw-r--r--sysutils/torsmo/patches/patch-ad38
2 files changed, 40 insertions, 1 deletions
diff --git a/sysutils/torsmo/distinfo b/sysutils/torsmo/distinfo
index c6e6de3777d..0f69d6cccdc 100644
--- a/sysutils/torsmo/distinfo
+++ b/sysutils/torsmo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/29 21:42:55 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/10/05 02:53:55 rillig Exp $
SHA1 (torsmo-0.18.tar.gz) = 01e6737b3971daa3a7c9cb6dd1961f61bc39bdae
RMD160 (torsmo-0.18.tar.gz) = f1d8b3c4679155596569f9116970e7ba8a01eb6e
@@ -6,3 +6,4 @@ Size (torsmo-0.18.tar.gz) = 84020 bytes
SHA1 (patch-aa) = b1d9e3eb7638e24c3cc595e9cd1e1c6054adf5cf
SHA1 (patch-ab) = 3bf66bd2b7645c204099a8c7b806098d028cc8bf
SHA1 (patch-ac) = 5b342d09ff0fcc3982aa855e2cc660823ed53e11
+SHA1 (patch-ad) = 827c1c98b302883bf91af2cee2f4efcd8ba635c4
diff --git a/sysutils/torsmo/patches/patch-ad b/sysutils/torsmo/patches/patch-ad
new file mode 100644
index 00000000000..09d0f0ba05a
--- /dev/null
+++ b/sysutils/torsmo/patches/patch-ad
@@ -0,0 +1,38 @@
+$NetBSD: patch-ad,v 1.1 2006/10/05 02:53:55 rillig Exp $
+
+--- configure.orig 2006-10-05 04:52:34.000000000 +0200
++++ configure 2006-10-05 04:53:06.000000000 +0200
+@@ -924,14 +924,14 @@ fi
+
+
+
+-if test x$want_seti == xyes; then
++if test x$want_seti = xyes; then
+ BUILD_SETI_TRUE=
+ BUILD_SETI_FALSE='#'
+ else
+ BUILD_SETI_TRUE='#'
+ BUILD_SETI_FALSE=
+ fi
+-if test x$want_seti == xyes; then
++if test x$want_seti = xyes; then
+ cat >> confdefs.h <<\EOF
+ #define SETI 1
+ EOF
+@@ -949,14 +949,14 @@ fi
+
+
+
+-if test x$want_nvctrl == xyes; then
++if test x$want_nvctrl = xyes; then
+ BUILD_NVCTRL_TRUE=
+ BUILD_NVCTRL_FALSE='#'
+ else
+ BUILD_NVCTRL_TRUE='#'
+ BUILD_NVCTRL_FALSE=
+ fi
+-if test x$want_nvctrl == xyes; then
++if test x$want_nvctrl = xyes; then
+ cat >> confdefs.h <<\EOF
+ #define NVCTRL 1
+ EOF