Subject: Re: pkg/36423 (package net/latd fails to compile)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 06/04/2007 22:25:03
The following reply was made to PR pkg/36423; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: John Hascall <john@iastate.edu>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/36423 (package net/latd fails to compile)
Date: Tue, 5 Jun 2007 00:17:46 +0200

 On Mon, Jun 04, 2007 at 09:31:15AM -0500, John Hascall wrote:
 > 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
 
 You must be on a branch.
 Try 'cvs update -A' instead.
 
 > 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).
 
 Ah. Perhaps you can provide an update for the package?
  Thomas