head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.22 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.20 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.18 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.8 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2009.11.09.18.42.23; author tnn; state dead; branches; next 1.2; 1.2 date 2007.08.15.21.45.51; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.07.28.00.10.37; author joerg; state Exp; branches; next ; desc @@ 1.3 log @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 @ text @$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 @ 1.2 log @Update to xman-1.0.3: fix man page processing on Solaris. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @When MANCONF is specified in the environment, use it. This allows cross-compilation by hard-coding the real value as done for NetBSD. @ text @d3 1 a3 1 --- configure.orig 2007-07-28 02:06:24.000000000 +0200 d5 2 a6 3 @@@@ -3460,8 +3460,8 @@@@ echo "$as_me: error: No suitable version { (exit 1); exit 1; }; } fi a7 1 - d10 2 a11 2 echo "$as_me:$LINENO: checking for /etc/man.conf" >&5 echo $ECHO_N "checking for /etc/man.conf... $ECHO_C" >&6 d13 1 a13 1 @@@@ -3527,6 +3527,7 @@@@ fi @