Subject: Re: pkg/36423 (package net/latd fails to compile)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: John Hascall <john@iastate.edu>
List: pkgsrc-bugs
Date: 06/04/2007 14:35:03
The following reply was made to PR pkg/36423; it has been noted by GNATS.

From: John Hascall <john@iastate.edu>
To: gnats-bugs@NetBSD.org
Cc: pkg-manager@NetBSD.org, pkgsrc-bugs@NetBSD.org,
	gnats-admin@NetBSD.org, wiz@NetBSD.org, john@iastate.edu
Subject: Re: pkg/36423 (package net/latd fails to compile) 
Date: Mon, 04 Jun 2007 09:31:15 CDT

 > Synopsis: package net/latd fails to compile
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: wiz@netbsd.org
 > State-Changed-When: Fri, 01 Jun 2007 18:24:57 +0000
 > State-Changed-Why:
 > I'm confused -- the change you want is in patches/patch-ag for about
 > 5 months now. What's the problem?
 
 Even though I just refreshed the pkgsrc from CVS this morning
 I see no sign of a patches/patch-ag
 
 # pwd
 /usr/pkgsrc/net/latd
 # CVSROOT=anoncvs@anoncvs.NetBSD.org:/cvsroot ; export CVSROOT
 # CVS_RSH=ssh ; export CVS_RSH
 # cvs update
 ? work
 cvs update: Updating .
 cvs update: Updating patches
 # ls -l patches
 total 28
 drwxr-xr-x  2 234  125  512 Jan  2 05:15 CVS
 -rw-r--r--  1 234  125  314 Oct 21  2003 patch-aa
 -rw-r--r--  1 234  125  760 Mar 13  2006 patch-ab
 -rw-r--r--  1 234  125  850 Oct 21  2003 patch-ac
 -rw-r--r--  1 234  125  517 Oct 21  2003 patch-ad
 -rw-r--r--  1 234  125  376 Mar 13  2006 patch-ae
 -rw-r--r--  1 234  125  303 Mar 13  2006 patch-af
 
 BTW, if you grab the newest version (1.25) of latd from the source
 and do "./configure --prefix /usr/pkg && make" I found that it
 builds cleanly on NetBSD and fixes a number of important bugs
 (including one which was causing the version in pkgsrc (1.18)
 to dump core).
 
 
 John