Subject: Re: pkg/30035: net/ppp-lzs update (patch included)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Iain Hibbert <plunky@rya-online.net>
List: pkgsrc-bugs
Date: 04/22/2005 20:46:02
The following reply was made to PR pkg/30035; it has been noted by GNATS.

From: Iain Hibbert <plunky@rya-online.net>
To: Thomas Klausner <wiz@netbsd.org>
Cc: "Jeremy C. Reed" <reed@reedmedia.net>, gnats-bugs@netbsd.org
Subject: Re: pkg/30035: net/ppp-lzs update (patch included)
Date: Fri, 22 Apr 2005 21:44:54 +0100 (BST)

 On Fri, 22 Apr 2005, Jeremy C. Reed wrote:
 
 > On Fri, 22 Apr 2005, Iain Hibbert wrote:
 >
 >> +PKGREVISION=	1
 >
 > This is not needed, unless some change in resulting package. But if
 > couldn't package in first place, no PKGREVISION needed.
 
 Ok, scrap that bit..
 
 > By the way, does this always use or need the native libpcap? I guess it
 > doesn't matter since this is using NETBSDSRCDIR anyways.
 
 thats much what I thought - its copying files from NETBSDSRCDIR and
 in fact is using the native pppd which uses the native libpcap in any 
 case.  I might look at the pkgsrc version of pppd now somebody has added 
 it in, but I'm working on something else right now.
 
 However, this patch for Makefile should be more to your liking (along with 
 the PLIST and DESCR patches originally sent), Thomas?
 
 --- Makefile.orig	2005-04-22 10:14:33.000000000 +0100
 +++ Makefile	2005-04-22 21:33:50.000000000 +0100
 @@ -17,6 +17,8 @@
   MAKE_ENV+=	S="${NETBSDSRCDIR}/sys"
   MESSAGE_SUBST+= PREFIX="${PREFIX}"
 
 +BUILDLINK_PASSTHRU_DIRS=	${NETBSDSRCDIR}/lib/libpcap
 +
   pre-extract:
   .if !exists(${NETBSDSRCDIR}/usr.sbin/pppd/Makefile)
   	@${ECHO} "This package requires the NetBSD source sets to be installed in"