Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv7288

Modified Files:
        tk-pm.info tk-pm.patch 
Log Message:
resolved f-p-p mess on 10.6; need to fix multiarch during install


Index: tk-pm.patch
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/tk-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tk-pm.patch 15 Dec 2011 01:37:00 -0000      1.1
+++ tk-pm.patch 15 Dec 2011 17:03:24 -0000      1.2
@@ -1,3 +1,15 @@
+diff -Nurd -x'*~' Tk-804.030.orig/Makefile.PL Tk-804.030/Makefile.PL
+--- Tk-804.030.orig/Makefile.PL        2011-02-24 17:18:42.000000000 -0500
++++ Tk-804.030/Makefile.PL     2011-12-15 11:57:03.000000000 -0500
+@@ -48,7 +48,7 @@
+ else
+  {
+   my $plibs = $Config{'libs'};
+-  my $libs  = "$xlib -lX11$xtra";   # Used to have -lpt in here as well.
++  my $libs  = "$xtra $xlib -lX11";  # Used to have -lpt in here as well.
+   my @try   = qw(-lsocket -lnsl -lm);
+   push(@try,'-lc') if $^O =~ /svr4/i;
+   my $lib;
 diff -Nurd -x'*~' Tk-804.030.orig/myConfig Tk-804.030/myConfig
 --- Tk-804.030.orig/myConfig   2011-06-13 13:37:19.000000000 -0400
 +++ Tk-804.030/myConfig        2011-12-14 20:34:38.000000000 -0500

Index: tk-pm.info
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/tk-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tk-pm.info  15 Dec 2011 16:47:45 -0000      1.3
+++ tk-pm.info  15 Dec 2011 17:03:24 -0000      1.4
@@ -2,6 +2,7 @@
 Package: tk-pm%type_pkg[perl]
 Version: 804.030
 Revision: 1
+Distribution: (%type_pkg[perl] = 586) 10.5
 ###
 Depends: <<
        encode-pm%type_pkg[perl],
@@ -29,13 +30,13 @@
 Source: mirror:cpan:authors/id/S/SR/SREZIC/Tk-%v.tar.gz
 Source-MD5: 13275e85f99ee467a86d9598a437abff
 ###
-Type: perl (5.12.3)
+Type: perl (5.8.6 5.8.8 5.10.0)
 UpdatePOD: true
 NoPerlTests: true
 UseMaxBuildJobs: false
 ###
 PatchFile: %{ni}.patch
-PatchFile-MD5: b024d6162a9e516fab1ba852f41e567b
+PatchFile-MD5: 2af635cd66aff030efac922560dd2a75
 PatchScript: <<
        %{default_script}
 
@@ -51,8 +52,11 @@
 
        # dependency-scanner doesn't always catch "above" local dirs for -I
        # so Makefile dependencies need to be available in local dir itself
-       #find * -maxdepth 0 -type d -exec ln -s ../pTk {} \;
-       #rm pTk/pTk
+       find * -maxdepth 0 -type d -exec ln -s ../pTk {} \;
+       rm pTk/pTk
+
+       # source tarball is not world-readable, makes debugging hard
+       find . -type d | xargs chmod a+r
 <<
 CompileScript: <<
        #!/bin/sh -ev


------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to