Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23063

Modified Files:
        net-dns-pm.info 
Added Files:
        net-dns-pm.patch 
Log Message:
no prompting or net-access during build


Index: net-dns-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/net-dns-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- net-dns-pm.info     18 Jun 2010 18:19:07 -0000      1.1
+++ net-dns-pm.info     9 Aug 2010 10:24:22 -0000       1.2
@@ -10,6 +10,9 @@
 Maintainer: Daniel Macks <[email protected]>
 Homepage: http://search.cpan.org/dist/Net-DNS/
 
+BuildDepends: <<
+       fink (>= 0.24.12)
+<<
 Depends: <<
        digest-sha-pm%type_pkg[perl],
        digest-hmac-pm,
@@ -18,6 +21,8 @@
        perl%type_pkg[perl]-core,
        socket6-pm%type_pkg[perl]
 <<
+PatchFile: %{ni}.patch
+PatchFile-MD5: 0d28c38fdb9fc499d9b97f571ecd91b5
 InfoTest: <<
        TestDepends: digest-bubblebabble-pm
 <<
@@ -31,4 +36,10 @@
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
 <<
+DescPackaging: <<
+       Disable prompting during configuration by hardcoding response
+       to avoid network access during tests (both per packaging
+       standards). Can't find a ConfigureParams flag that works, so
+       hardcode in Makefile.PL.
+<<
 <<

--- NEW FILE: net-dns-pm.patch ---
diff -Nurd -x'*~' Net-DNS-0.66.orig/Makefile.PL Net-DNS-0.66/Makefile.PL
--- Net-DNS-0.66.orig/Makefile.PL       2009-12-30 06:01:39.000000000 -0500
+++ Net-DNS-0.66/Makefile.PL    2010-08-09 06:22:37.000000000 -0400
@@ -45,6 +45,8 @@
        'IPv6-tests!'   => \$IPv6_tests,
 );
 
+$online_tests = 0 if !defined $online_tests;
+$IPv6_tests = 1 if !defined $IPv6_tests;
 
 
 #


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to