Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37904388
en ru br
ALT Linux repositórios
S:1.3.2-alt15
5.0: 1.3.2-alt10
4.1: 1.3.2-alt8
4.0: 1.3.2-alt8
3.0: 1.3.2-alt6

Group :: Edição
RPM: openjade

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: openjade-getoptperl.patch
Download


diff -urNp openjade-1.3.2-orig/msggen.pl openjade-1.3.2/msggen.pl
--- openjade-1.3.2-orig/msggen.pl	2002-10-20 23:47:23.000000000 +0200
+++ openjade-1.3.2/msggen.pl	2012-08-10 10:38:28.019081661 +0200
@@ -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 @@ $gen_c = 0;
 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;
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009