Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32332

Modified Files:
        openssl100-dev.info openssl100-dev.patch 
Log Message:
Patch to use File::Find instead of find.pl for compatibility with newer perls.

Index: openssl100-dev.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/openssl100-dev.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openssl100-dev.patch        10 May 2012 22:06:18 -0000      1.3
+++ openssl100-dev.patch        26 Jun 2013 12:04:16 -0000      1.4
@@ -1,6 +1,22 @@
-diff -ru openssl-1.0.1a.orig/util/point.sh openssl-1.0.1a/util/point.sh
---- openssl-1.0.1a.orig/util/point.sh  2009-04-06 10:25:02.000000000 -0400
-+++ openssl-1.0.1a/util/point.sh       2012-04-19 19:22:44.000000000 -0400
+diff -ru openssl-1.0.1e.orig/util/perlpath.pl openssl-1.0.1e/util/perlpath.pl
+--- openssl-1.0.1e.orig/util/perlpath.pl       2013-02-11 10:02:48.000000000 
-0500
++++ openssl-1.0.1e/util/perlpath.pl    2013-06-26 07:57:20.000000000 -0400
+@@ -4,10 +4,10 @@
+ # line in all scripts that rely on perl.
+ #
+ 
+-require "find.pl";
++require File::Find ();
+ 
+ $#ARGV == 0 || print STDERR "usage: perlpath newpath  (eg /usr/bin)\n";
+-&find(".");
++&File::Find::find(\&wanted, ".");
+ 
+ sub wanted
+       {
+diff -ru openssl-1.0.1e.orig/util/point.sh openssl-1.0.1e/util/point.sh
+--- openssl-1.0.1e.orig/util/point.sh  2013-02-11 10:26:04.000000000 -0500
++++ openssl-1.0.1e/util/point.sh       2013-06-26 07:55:53.000000000 -0400
 @@ -1,10 +1,17 @@
  #!/bin/sh
  

Index: openssl100-dev.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/openssl100-dev.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- openssl100-dev.info 1 Mar 2013 00:45:23 -0000       1.7
+++ openssl100-dev.info 26 Jun 2013 12:04:16 -0000      1.8
@@ -18,7 +18,7 @@
 Source-MD5: 66bf6f10f060d561929de96f9dfe5b8c
 
 PatchFile: %{ni}.patch
-PatchFile-MD5: bdedfbec3929ab3f36379704955c08c1
+PatchFile-MD5: 86001109025381ad9355a51ac550792a
 PatchScript: <<
   perl util/perlpath.pl /usr/bin
   perl -pi -e 's,LIBDEPS,SHARED_LDFLAGS=-bundle $&,' engines/Makefile 
engines/ccgost/Makefile


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

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to