head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.0.12 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.10 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.8 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2 pkgsrc-2010Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2012.05.29.14.20.37; author wiz; state dead; branches; next 1.1; 1.1 date 2010.12.02.14.46.40; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.0.4: Alan Coopersmith (7): Add README with pointers to mailing list, bugzilla & git repos Strip trailing whitespace Move extern variable declarations to common header (def.h) Add const attributes to fix gcc -Wwrite-strings warnings Call strdup directly, instead of via copy macro define(): Avoid assigning constant string to non-const char * makedepend 1.0.4 Cyril Brulebois (1): Fix bashism: shell string comparison is =, not ==. Stuart Kreitman (1): Raise MAXFILES from 1024 to 2048 @ text @$NetBSD: patch-aa,v 1.1 2010/12/02 14:46:40 wiz Exp $ Unportable test(1) comparison operator. --- tests/28045/makedep.sh.orig 2010-05-15 04:12:22.000000000 +0000 +++ tests/28045/makedep.sh @@@@ -5,7 +5,7 @@@@ set -e -if [ "x$MAKEDEPEND" == "x" ]; then +if [ "x$MAKEDEPEND" = "x" ]; then MAKEDEPEND=makedepend fi @ 1.1 log @Update to 1.0.3: makedepend 1.0.3 config: upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Enables use of platform appropriate version of sed. config: update AC_PREREQ statement to 2.60 Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. Convert testcase from bug 28045 into automake "make check" test Bug 28045 - makedepend fails on directory named like an include file @ text @d1 1 a1 1 $NetBSD$ @