summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-15 21:45:51 +0000
committerjoerg <joerg>2007-08-15 21:45:51 +0000
commitf8fe408d674a3e1220c63b7c43b8d34d94397224 (patch)
tree307d0b09ec6d6e7354a81d33047933da48431cb0
parentd976343cad61e218dcb7de5fd3d5f60618f7b7a9 (diff)
downloadpkgsrc-f8fe408d674a3e1220c63b7c43b8d34d94397224.tar.gz
Update to xman-1.0.3: fix man page processing on Solaris.
-rw-r--r--x11/xman/Makefile4
-rw-r--r--x11/xman/distinfo10
-rw-r--r--x11/xman/patches/patch-ab16
3 files changed, 14 insertions, 16 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile
index 956042c331c..30d5f84359f 100644
--- a/x11/xman/Makefile
+++ b/x11/xman/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/07/28 00:10:36 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/08/15 21:45:51 joerg Exp $
#
-DISTNAME= xman-1.0.2
+DISTNAME= xman-1.0.3
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xman/distinfo b/x11/xman/distinfo
index 59e9b3bc6d1..6930acc6390 100644
--- a/x11/xman/distinfo
+++ b/x11/xman/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/07/28 00:10:36 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/08/15 21:45:51 joerg Exp $
-SHA1 (xman-1.0.2.tar.bz2) = b3d53eedce31071dfc3bc981b04e960d4f830527
-RMD160 (xman-1.0.2.tar.bz2) = 5a84755d1415341b528c8d2cd8cd9db4c2e39b5e
-Size (xman-1.0.2.tar.bz2) = 138214 bytes
+SHA1 (xman-1.0.3.tar.bz2) = 1612166e4ccc93e9e18904c0d297b0135ee5dd62
+RMD160 (xman-1.0.3.tar.bz2) = 39989b375681370700b711a198580650502a7638
+Size (xman-1.0.3.tar.bz2) = 142846 bytes
SHA1 (patch-aa) = fffdcd64260e5e7977c5ce9be5c6793ce0d457bc
-SHA1 (patch-ab) = c4fc8b25c246140fe90757f88eb1b859a5609e28
+SHA1 (patch-ab) = a03693cc8867d96759e78a01e8f5c02f999c7f80
diff --git a/x11/xman/patches/patch-ab b/x11/xman/patches/patch-ab
index f3610453944..0c342d7f420 100644
--- a/x11/xman/patches/patch-ab
+++ b/x11/xman/patches/patch-ab
@@ -1,18 +1,16 @@
-$NetBSD: patch-ab,v 1.1 2007/07/28 00:10:37 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2007/08/15 21:45:51 joerg Exp $
---- configure.orig 2007-07-28 02:06:24.000000000 +0200
+--- configure.orig 2007-08-10 16:18:41.000000000 +0200
+++ configure
-@@ -3460,8 +3460,8 @@ echo "$as_me: error: No suitable version
- { (exit 1); exit 1; }; }
- fi
+@@ -3959,6 +3959,7 @@ echo "$as_me: error: No suitable version
+
--
# Check for man page config files
+if test x"$MANCONF" = x; then
- echo "$as_me:$LINENO: checking for /etc/man.conf" >&5
- echo $ECHO_N "checking for /etc/man.conf... $ECHO_C" >&6
+ { echo "$as_me:$LINENO: checking for /etc/man.conf" >&5
+ echo $ECHO_N "checking for /etc/man.conf... $ECHO_C" >&6; }
if test "${ac_cv_file__etc_man_conf+set}" = set; then
-@@ -3527,6 +3527,7 @@ fi
+@@ -4024,6 +4025,7 @@ fi
fi