Subject: Re: pkg_install-20051107 broken
To: None <tech-pkg@netbsd.org>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 11/14/2005 10:56:04
--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Nov 14, 2005 at 11:11:12AM +0200, Patrik Andersin wrote:
> pkg_install-20051107 package seems to be broken. File
> pkgsrc/pkgtools/pkg_install/files/lib/exec.c was removed from the cvs
> but Makefile.in in same directory still refers to that file.

Talking about pkg_install, is there an mk.conf flag (like MKPOSTFIX=no)
to instruct build.sh not to build the pkg_install tools?  After each
upgrade of the base system, pkgsrc complains about my pkg_install tools
being too old.  

	Geert

--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="pkg_install.patch"

Index: files/lib/Makefile.in
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/pkgtools/pkg_install/files/lib/Makefile.in,v
retrieving revision 1.9
diff -u -r1.9 Makefile.in
--- files/lib/Makefile.in	5 Nov 2005 13:30:31 -0000	1.9
+++ files/lib/Makefile.in	14 Nov 2005 09:55:24 -0000
@@ -16,7 +16,7 @@
 
 LIB=	libinstall.a
 
-OBJS=	automatic.o dewey.o exec.o fexec.o file.o ftpio.o global.o lpkg.o path.o pen.o \
+OBJS=	automatic.o dewey.o fexec.o file.o ftpio.o global.o lpkg.o path.o pen.o \
 	pkgdb.o plist.o str.o var.o version.o
 
 all: $(LIB)

--RnlQjJ0d97Da+TV1--