head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.22 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.20 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.14 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.12 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.10 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.8 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.6 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.4 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2007.12.02.09.38.51; author rillig; state dead; branches; next 1.1; 1.1 date 2006.05.21.11.17.28; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Updated dpkg to 1.13.25. Lots of upstream changes since 1.10.28 (three years ago). pkgsrc changes: - the database location has changed to ${VARBASE}/db/dpkg - man pages are installed @ text @$NetBSD: patch-ae,v 1.1 2006/05/21 11:17:28 rillig Exp $ GNU Make does not strip the line-continuation backslashes before executing the shell. This confuses Perl. In addition, it is bad style to pipe directly into the target file in Make, since in a second run Make will assume the target file has been updated properly. --- main/Makefile.in.orig 2004-10-27 11:06:43.000000000 +0200 +++ main/Makefile.in 2006-05-21 13:06:28.000000000 +0200 @@@@ -72,6 +72,6 @@@@ enquiry.o: archtable.h archtable.h: $(top_srcdir)/archtable expand $< | \ - perl -ne 'print " { \"$$1\",$$2\"$$3\",$$4\"$$5\" },\n" \ - if m/^(?!\s*#)\s*(\S+)(\s+)(\S+)(\s+)(\S+)\s*$$/' \ - >$@@ + perl -ne 'print " { \"$$1\",$$2\"$$3\",$$4\"$$5\" },\n" if m/^(?!\s*#)\s*(\S+)(\s+)(\S+)(\s+)(\S+)\s*$$/' \ + >$@@.tmp + mv $@@.tmp $@@ @ 1.1 log @Fixed pkglint warnings. Fixed the build (caused by GNU Make). Bumped PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @