Ticket #28318: tmo28318.p5-locale-gettext.patch
File tmo28318.p5-locale-gettext.patch, 2.0 KB (added by l2g@…, 14 years ago) |
---|
-
dports/perl/p5-locale-gettext/Portfile
old new 5 5 PortGroup perl5 1.0 6 6 7 7 perl5.setup Locale-gettext 1.05 8 revision 38 revision 4 9 9 set my_name gettext 10 10 distname ${my_name}-${version} 11 11 12 12 homepage http://search.cpan.org/dist/gettext/ 13 maintainers nomaintainer13 maintainers l2g openmaintainer 14 14 platforms darwin 15 15 description Perl interface to GNU gettext 16 16 … … 28 28 set archflags ${configure.cc_archflags} 29 29 } 30 30 31 patchfiles patch-Makefile.PL 31 # The first patch below corrects a typo in the documentation. The last two 32 # correct a bug discovered by the Debian Project; they come from the CPAN RT 33 # ticket tracker (http://rt.cpan.org/Public/Bug/Display.html?id=35680). 34 patch.pre_args -p1 35 patchfiles patch-Makefile.PL \ 36 patch-cpan-rt-35680-1.diff \ 37 patch-cpan-rt-35680-2.diff 32 38 33 39 configure.cc ${configure.cc} ${configure.cflags} ${configure.ldflags} \ 34 40 ${archflags} -
dports/perl/p5-locale-gettext/files/patch-Makefile.PL
old new 1 --- Makefile.PL.orig 2008-12-12 11:20:06.000000000 -08002 +++ Makefile.PL 2008-12-12 11:20:25.000000000 -08001 --- gettext-1.05/Makefile.PL.orig 2008-12-12 11:20:06.000000000 -0800 2 +++ gettext-1.05/Makefile.PL 2008-12-12 11:20:25.000000000 -0800 3 3 @@ -35,6 +35,8 @@ 4 4 NAME => "Locale::gettext", 5 5 LIBS => ($libs eq '') ? [] : [$libs],