Subject: Re: pkgsrc/*/nas requiring perl headers at runtime?!
To: Hubert Feyrer <hubert@feyrer.de>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: pkgsrc-users
Date: 02/16/2007 10:20:04
On Fri, 16 Feb 2007, Hubert Feyrer wrote:
> pkgsrc/*/nas/Makefile has:
>
>  	DEPENDS+=     
> p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers
>
> this results in binary pks that need that package _at runtime_.
> Which is currently not available for 3.1/i386, and I wonder if
> there's a good reason not to change this from a DEPENDS to a
> BUILD_DEPENDS?

nas installs auscope which is a perl script which uses sys/socket.ph 
so the requirement on p5-perl-headers (and perl).
Could probably split that script out to a separate package.

cheers
mark