summaryrefslogtreecommitdiff
path: root/misc/xchm
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xchm')
-rw-r--r--misc/xchm/Makefile5
-rw-r--r--misc/xchm/distinfo7
-rw-r--r--misc/xchm/patches/patch-aa13
3 files changed, 19 insertions, 6 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile
index 98b5e13fee4..dd50aeaa72c 100644
--- a/misc/xchm/Makefile
+++ b/misc/xchm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/01/10 14:25:42 recht Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/14 01:59:54 xtraeme Exp $
#
-DISTNAME= xchm-0.8
-PKGREVISION= 2
+DISTNAME= xchm-0.8.10
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo
index 733c5750900..5e84fcc64b8 100644
--- a/misc/xchm/distinfo
+++ b/misc/xchm/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/01/14 01:59:54 xtraeme Exp $
-SHA1 (xchm-0.8.tar.gz) = 3bb2df138e7db4c2cb216c69574ad0fefd7ff1d5
-Size (xchm-0.8.tar.gz) = 103893 bytes
+SHA1 (xchm-0.8.10.tar.gz) = a5ace834258a0ecc596d286fd13397f107218e1c
+Size (xchm-0.8.10.tar.gz) = 118834 bytes
+SHA1 (patch-aa) = f40c371db038b66f896b17bf0f510e1d4f819249
diff --git a/misc/xchm/patches/patch-aa b/misc/xchm/patches/patch-aa
new file mode 100644
index 00000000000..b3b458895bb
--- /dev/null
+++ b/misc/xchm/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/01/14 01:59:54 xtraeme Exp $
+
+--- configure.orig 2004-01-14 02:51:24.000000000 +0100
++++ configure 2004-01-14 02:51:41.000000000 +0100
+@@ -1515,7 +1515,7 @@
+ fi
+
+ REZ_FLAGS="`$WX_CONFIG_PATH --rezflags`"
+-if test "x$REZ_FLAGS" == "x" -o "x$REZ_FLAGS" == "x#"; then
++if test "x$REZ_FLAGS" = "x" -o "x$REZ_FLAGS" = "x#"; then
+ REZ_COMMAND=""
+ else
+ REZ_COMMAND="$REZ_FLAGS xchm"