pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xman Update to xman-1.0.3: fix man page processing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/336624c4ffd2
branches:  trunk
changeset: 532311:336624c4ffd2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 21:45:51 2007 +0000

description:
Update to xman-1.0.3: fix man page processing on Solaris.

diffstat:

 x11/xman/Makefile         |   4 ++--
 x11/xman/distinfo         |  10 +++++-----
 x11/xman/patches/patch-ab |  16 +++++++---------
 3 files changed, 14 insertions(+), 16 deletions(-)

diffs (58 lines):

diff -r a3e1ac6a0a1b -r 336624c4ffd2 x11/xman/Makefile
--- a/x11/xman/Makefile Wed Aug 15 21:38:04 2007 +0000
+++ b/x11/xman/Makefile Wed Aug 15 21:45:51 2007 +0000
@@ -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 -r a3e1ac6a0a1b -r 336624c4ffd2 x11/xman/distinfo
--- a/x11/xman/distinfo Wed Aug 15 21:38:04 2007 +0000
+++ b/x11/xman/distinfo Wed Aug 15 21:45:51 2007 +0000
@@ -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 -r a3e1ac6a0a1b -r 336624c4ffd2 x11/xman/patches/patch-ab
--- a/x11/xman/patches/patch-ab Wed Aug 15 21:38:04 2007 +0000
+++ b/x11/xman/patches/patch-ab Wed Aug 15 21:45:51 2007 +0000
@@ -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
  



Home | Main Index | Thread Index | Old Index