head 1.2; access; symbols pkgsrc-2014Q3:1.1.0.32 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.30 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.28 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.26 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.24 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.22 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.20 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.18 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.16 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.14 pkgsrc-2012Q2-base:1.1 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 2014.10.01.19.07.08; author joerg; state dead; branches; next 1.1; commitid 9W0AgDRSu2HwZwSx; 1.1 date 2010.11.25.15.17.51; author hauke; state Exp; branches; next ; desc @@ 1.2 log @Retire devel/nbitools, an ancient fork of NetBSD's imake version from xsrc. @ text @$NetBSD: patch-ao,v 1.1 2010/11/25 15:17:51 hauke Exp $ One of the three patches replacing the distribution patch under work/nbitools-R6.3/config/md.patch --- config/makedepend/parse.c.orig 1997-08-22 08:21:37.000000000 +0000 +++ config/makedepend/parse.c @@@@ -1,4 +1,5 @@@@ /* $XConsortium: parse.c /main/33 1996/12/04 10:11:28 swick $ */ + /* Copyright (c) 1993, 1994 X Consortium @@@@ -40,7 +41,7 @@@@ gobble(filep, file, file_red) register char *line; register int type; - while (line = getline(filep)) { + while (line = mdgetline(filep)) { switch(type = deftype(line, filep, file_red, file, FALSE)) { case IF: case IFFALSE: @@@@ -529,7 +530,7 @@@@ find_includes(filep, file, file_red, rec register int type; boolean recfailOK; - while (line = getline(filep)) { + while (line = mdgetline(filep)) { switch(type = deftype(line, filep, file_red, file, TRUE)) { case IF: doif: @ 1.1 log @The distribution patch under work/nbitools-R6.3/config/md.patch breaks with GNU patch, hurting !NetBSD pkgsrc platforms. Replace the patch with patch-a{m,n,o}, and remove the pre-patch target. The pkglint ERROR: Makefile:24: Invalid tool syntax: "${IMAKE_TOOLS:Nimake}". appears to be bogus, given an identical expression is used in . @ text @d1 1 a1 1 $NetBSD$ @