I think good. --- TS http://southofheaven.org Chaos is the beginning and end, try dealing with the rest.
On 25-Feb-05, at 1:00 PM, David R. Morrison wrote:
Daniel Macks <[EMAIL PROTECTED]> wrote:
Update of /cvsroot/fink/fink/perlmod/Fink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29536
Modified Files: Package.pm ChangeLog Log Message: perl-5.6 compatibiility fix for open() syntax.
I'm thinking of back-porting this to branch_0_24 and then releasing 0.24.1
which would be for 10.2-gcc3.3 folks only. Good idea? Bad idea?
-- Dave
Index: Package.pm =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/Package.pm,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- Package.pm 24 Feb 2005 18:19:25 -0000 1.93 +++ Package.pm 25 Feb 2005 18:34:47 -0000 1.94 @@ -357,7 +357,7 @@ my $class = shift; # class method my $statusfile = "$basepath/var/lib/dpkg/status"; - open APTDUMP, '-|', "$basepath/bin/apt-cache", "dump" + open APTDUMP, "$basepath/bin/apt-cache dump |" or die "Can't run apt-cache dump: $!"; # Note: We assume here that the package DB exists already
Index: ChangeLog =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v retrieving revision 1.881 retrieving revision 1.882 diff -u -d -r1.881 -r1.882 --- ChangeLog 25 Feb 2005 01:52:03 -0000 1.881 +++ ChangeLog 25 Feb 2005 18:34:47 -0000 1.882 @@ -1,3 +1,7 @@ +2004-02-24 Daniel Macks <[EMAIL PROTECTED]> + + * Package.pm: More-compatible syntax for open(). + 2004-02-24 Dave Morrison <[EMAIL PROTECTED]>
* PkgVersion.pm: When a compile fails, point the user at the FAQ
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
