summaryrefslogtreecommitdiff
path: root/x11/xman
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-09 18:42:22 +0000
committertnn <tnn@pkgsrc.org>2009-11-09 18:42:22 +0000
commitee08c4b5b16064612a59c90c90078a4ce434d342 (patch)
treee88fdc5b6a91fdc10df95db6bdcd3708ccf32bc4 /x11/xman
parent3bcc05c9aa88745ff3798cc5c545e17a83deea56 (diff)
downloadpkgsrc-ee08c4b5b16064612a59c90c90078a4ce434d342.tar.gz
Update to xman-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace static ChangeLog with dist-hook to generate from git log Allow xman to use bzip2 to decompress man pages xaw8 is gone, use xaw7 Allow xman to be cross build by adding a ./configure Build fix for case insensitive file systems Apple: Added Tiger's man.conf location to the search path Use AM_CFLAGS instead of xman_CFLAGS and remove AM_PROG_CC_C_O Remove xprint remnants Ansification and compile warning fixes. Add lzma manpage extension support. Cygwin uses Linux-style man
Diffstat (limited to 'x11/xman')
-rw-r--r--x11/xman/Makefile7
-rw-r--r--x11/xman/distinfo10
-rw-r--r--x11/xman/patches/patch-aa18
-rw-r--r--x11/xman/patches/patch-ab20
4 files changed, 7 insertions, 48 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile
index ce939b0f14a..5944e2f4fda 100644
--- a/x11/xman/Makefile
+++ b/x11/xman/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/11/09 18:42:22 tnn Exp $
#
-DISTNAME= xman-1.0.3
-PKGREVISION= 2
+DISTNAME= xman-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +20,7 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= MANCONF=/etc/man.conf
+CONFIGURE_ARGS+= --with-manconfig=/etc/man.conf
.endif
.include "../../x11/libXaw/buildlink3.mk"
diff --git a/x11/xman/distinfo b/x11/xman/distinfo
index 6930acc6390..4a98dec81b4 100644
--- a/x11/xman/distinfo
+++ b/x11/xman/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/08/15 21:45:51 joerg Exp $
+$NetBSD: distinfo,v 1.4 2009/11/09 18:42:22 tnn Exp $
-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) = a03693cc8867d96759e78a01e8f5c02f999c7f80
+SHA1 (xman-1.1.0.tar.bz2) = 645d8910f0febd0c4f00fee964221883a12d4af3
+RMD160 (xman-1.1.0.tar.bz2) = ea6e19879c6941874bd8f29bf4e67e1e1ab062fe
+Size (xman-1.1.0.tar.bz2) = 152855 bytes
diff --git a/x11/xman/patches/patch-aa b/x11/xman/patches/patch-aa
deleted file mode 100644
index 64549e09a43..00000000000
--- a/x11/xman/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/07/28 00:10:37 joerg Exp $
-
---- configure.ac.orig 2007-07-28 02:05:42.000000000 +0200
-+++ configure.ac
-@@ -64,10 +64,12 @@ fi
- XAW_CHECK_XPRINT_SUPPORT(XMAN)
-
- # Check for man page config files
-+if test x"$MANCONF" = x; then
- AC_CHECK_FILE([/etc/man.conf], [MANCONF="/etc/man.conf"],
- AC_CHECK_FILE([/etc/man.config], [MANCONF="/etc/man.config"],
- AC_CHECK_FILE([/etc/manpath.config], [MANCONF="/etc/manpath.config"])))
--
-+fi
-+
- if test x$MANCONF != x ; then
- AC_DEFINE_UNQUOTED(MANCONF, "$MANCONF",
- [Define to path to man config file if you have one])
diff --git a/x11/xman/patches/patch-ab b/x11/xman/patches/patch-ab
deleted file mode 100644
index 0c342d7f420..00000000000
--- a/x11/xman/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2007/08/15 21:45:51 joerg Exp $
-
---- configure.orig 2007-08-10 16:18:41.000000000 +0200
-+++ configure
-@@ -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; }
- if test "${ac_cv_file__etc_man_conf+set}" = set; then
-@@ -4024,6 +4025,7 @@ fi
-
- fi
-
-+fi
-
- if test x$MANCONF != x ; then
-