head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q4:1.1.0.64 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.62 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.60 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.58 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.56 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.54 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.52 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.50 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.48 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.46 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.44 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.42 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.40 pkgsrc-2008Q1:1.1.0.38 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.36 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.34 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.32 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.30 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.28 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.26 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.24 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.22 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.20 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.18 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.16 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.14 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.12 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.10 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.8 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.6 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.4 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.2 netbsd-1-6-1-base:1.1; locks; strict; comment @# @; 1.2 date 2011.02.05.17.47.22; author ryoon; state dead; branches; next 1.1; 1.1 date 2003.01.24.14.12.04; author itohy; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.6.5. Fix PR pkg/44519 Changelog: * Version 0.6.5 - December 2010, by Martin von Gagern * Never initialize or deinitialize terminals, as we do no cursor movement * Deprecated --no-init-term (-K) command line option * Avoid relative path in man pages * Updated gnulib, might be particularly important for uClibc users * Version 0.6.4 - November 2010, by Martin von Gagern * Updated Catalan translations * Updated gnulib * Version 0.6.3 - June 2010, by Martin von Gagern * Updated Italian and Swedish translations * Updated gnulib * Version 0.6.2 - May 2010, by Martin von Gagern * Fix shell syntax in configure script * Updated gnulib and gettext, the latter to 0.18 * Updated Dutch translation * Fixed a number of portability issues reported by maint.mk syntax checks * Version 0.6.1 - April 2010, by Martin von Gagern * Introduce --with-default-pager=PAGER configure switch. * Fix missing newline in info dir entry list. * Version 0.6.0 - March 2010, by Martin von Gagern First official release in a long time. Everything since 0.5 was inofficial. * `wdiff -d' to read input from single unified diff, perhaps stdin. * Updated texinfo documentation taking experimental switch into account. * Experimental programs (mdiff & friends) and a configure switch --enable-experimental to control them. * Recent imports from gnulib, use of recent autotools. * Improved autodetection of termcap library like ncurses. * Reformatted translations, still a number of fuzzy translations. * Changed from CVS to bzr for source code version control. * Various bug fixes. See ChangeLog for a more exhaustive list. * Known bugs: this NEWS file here was outdated in the release tarball. * Version 0.5.4 - June 2007, by Denver Gingerich Integrated following changes from 0.5g (Francois Pinard, November 1998): * Messages from programs may be output in many natural languages. * Short `man' pages get installed for `mdiff', `unidiff' and `wdiff'. * The original man page for `wdiff' gets withdrawn, for legalistic reasons. * New `unify' converts context diffs to unidiffs or vice-versa. * New `mdiff' finds identical line clusters in one or more files. * A new `-K' option inhibits termcap initialization and termination. * Version 0.5.3 - June 2007, by Denver Gingerich No user-visible changes; see ChangeLog for details @ text @$NetBSD: patch-aa,v 1.1 2003/01/24 14:12:04 itohy Exp $ --- configure.in.orig Sun Nov 6 13:15:50 1994 +++ configure.in Fri Jan 24 22:23:43 2003 @@@@ -40,7 +40,6 @@@@ AC_HEADER_STDC AC_TYPE_SIGNAL -AC_CHECK_FUNCS(strerror tputs) AC_FUNC_ALLOCA test "$ALLOCA" = alloca.o && LIBOBJS="$LIBOBJS xmalloc.o" AC_FUNC_VPRINTF @@@@ -60,6 +59,7 @@@@ AC_MSG_RESULT(no) LIBS="$LIBS -ltermcap" ]) +AC_CHECK_FUNCS(strerror tputs mkstemp) AC_MSG_CHECKING(if cbars is wanted) AC_ARG_ENABLE(cbars, @ 1.1 log @- Enable termcap. Chack tputs() after -ltermcap is detected (configure*). - Use mkstemp() instead of tmpnam(), for safety. @ text @d1 1 a1 1 $NetBSD$ @