Subject: Re: Request for a pkgsrc version of 'git'
To: None <tech-pkg@netbsd.org>
From: None <wa1ter@myrealbox.com>
List: tech-pkg
Date: 11/12/2005 05:33:31
On Wed, 9 Nov 2005, Jeremy C. Reed wrote:
> Date: Wed, 9 Nov 2005 18:42:36 -0800 (PST)
> From: Jeremy C. Reed <reed@reedmedia.net>
> If you are trying to make a new package try the pkgtools/url2pkg tool. It
> often makes it easy.
Hi Jeremy,
I used url2pkg which helped a lot. I'm wondering if there may be a bug in
url2pkg, though. This line in the new Makefile seems wrong:
WRKSRC= ${WRKDIR}/git-core-0.99.9g pax_global_header
mkpatches chokes on that line:
can't cd to WRKSRC (/usr/pkgsrc/wip/git-core/work/git-core-0.99.9g
pax_global_header) at /usr/pkg/bin/mkpatches line 86.
Dunno what pax_global_header is for. It's a file in the work directory
dated Dec 31, 1969 (!) and contains this:
52 comment=23ea3e201cea0deea909569e08e950a9ec2345f7
which seems pretty strange. Ever seen this before?