Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15066

Modified Files:
        openjade.patch 
Log Message:
sync with 10.7 tree and add missing InfoTest

Index: openjade.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/openjade.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openjade.patch      2 Jul 2011 01:12:57 -0000       1.3
+++ openjade.patch      27 Jun 2013 12:50:09 -0000      1.4
@@ -243,3 +243,23 @@
      DocumentTypeNIC nic_;
    };
 
+--- openjade-1.3.2/msggen.pl.orig      2013-06-26 20:43:48.000000000 -0400
++++ openjade-1.3.2/msggen.pl   2013-06-26 20:44:37.000000000 -0400
+@@ -4,6 +4,7 @@
+ # See the file COPYING for copying permission.
+ 
+ use POSIX;
++use Getopt::Std; 
+ 
+ # Package and version.
+ $package = 'openjade';
+@@ -18,8 +19,7 @@
+ undef $opt_l;
+ undef $opt_p;
+ undef $opt_t;
+-do 'getopts.pl';
+-&Getopts('l:p:t:');
++getopts('l:p:t:');
+ $module = $opt_l;
+ $pot_file = $opt_p;
+ 


------------------------------------------------------------------------------
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