pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/news/inn



On Thursday 2009-09-24 13:01 +1000, Geoff Wing output:
:On Tuesday 2009-09-22 13:17 +0000, S.P.Zeidler output:
::Update of the INN package to the latest stable version (2.5.0).
:Untested?  I'm now running it with the following patches.
:The configure "--with-etc-dir" argument seems to have disappeared but
:I left it in the Makefile in case it comes back.  And there are more
:files installed in this version - I'm presuming you just forgot to
:check in PLIST since in the file MESSAGE it even indicates one of them.

I missed
        lib/perl/INN/Config.pm
in my PLIST.  Also, the following patch

Regards,
Geoff


--- perl/INN/Config.pm.in.orig  2009-05-22 06:08:33.000000000 +1000
+++ perl/INN/Config.pm.in       2009-09-25 10:53:28.000000000 +1000
@@ -16,11 +16,12 @@
 ##  First, two necessary variables (listed below in @DIRVAR).
 our $prefix = '@prefix@';
 our $exec_prefix = "@exec_prefix@";
+our $bindir = "@bindir@";
 
 
 ##  Then, process the variables provided by innconfval.
 my @INNCONFVAR = ();
-my @values = `${exec_prefix}/bin/innconfval -p`;
+my @values = `${bindir}/innconfval -p`;
 foreach $line (@values) {
   eval 'our '.$line;
   if ($line =~ /^(.*?) = /m) {
@@ -30,7 +31,7 @@
 
 
 ##  Paths of useful directories.
-my @DIRVAR = qw($prefix $exec_prefix $newshome $home $newslib
+my @DIRVAR = qw($prefix $bindir $exec_prefix $newshome $home $newslib
 $newsbin $controlprogs $newslbin $newsetc $spooldir
 $archivedir $spool $incoming $spoolnews $badnews
 $batch $overviewdir $most_logs $locks $innddir $tmpdir


Home | Main Index | Thread Index | Old Index