[arch-commits] Commit in perl-locale-gettext/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Wed Oct 7 10:53:22 UTC 2009


    Date: Wednesday, October 7, 2009 @ 06:53:22
  Author: giovanni
Revision: 54227

Merged revisions 54225 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/perl-locale-gettext/trunk

........
  r54225 | giovanni | 2009-10-07 03:50:33 -0700 (mer, 07 ott 2009) | 1 line
........

Added:
  perl-locale-gettext/repos/extra-i686/compatibility-with-POSIX-module.patch
    (from rev 54225, perl-locale-gettext/trunk/compatibility-with-POSIX-module.patch)
Modified:
  perl-locale-gettext/repos/extra-i686/	(properties)
  perl-locale-gettext/repos/extra-i686/PKGBUILD

---------------------------------------+
 PKGBUILD                              |   11 +++++++----
 compatibility-with-POSIX-module.patch |   10 ++++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)


Property changes on: perl-locale-gettext/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /perl-locale-gettext/trunk:1-49746
   + /perl-locale-gettext/trunk:1-54226

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-07 10:51:15 UTC (rev 54226)
+++ extra-i686/PKGBUILD	2009-10-07 10:53:22 UTC (rev 54227)
@@ -5,18 +5,21 @@
 pkgname=perl-locale-gettext
 _realname=gettext
 pkgver=1.05
-pkgrel=4
+pkgrel=5
 pkgdesc="Permits access from Perl to the gettext() family of functions."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/"
 depends=('gettext' 'perl>=5.10.0')
 options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz)
-md5sums=('f3d3f474a1458f37174c410dfef61a46')
+source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz
+        compatibility-with-POSIX-module.patch)
+md5sums=('f3d3f474a1458f37174c410dfef61a46'
+         '854302f34d01a2f8ae739187788973dd')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}" || return 1
+  patch -Np1 -i ${srcdir}/compatibility-with-POSIX-module.patch || return 1
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
   make MAN1EXT=1p MAN3EXT=3pm  || return 1

Copied: perl-locale-gettext/repos/extra-i686/compatibility-with-POSIX-module.patch (from rev 54225, perl-locale-gettext/trunk/compatibility-with-POSIX-module.patch)
===================================================================
--- extra-i686/compatibility-with-POSIX-module.patch	                        (rev 0)
+++ extra-i686/compatibility-with-POSIX-module.patch	2009-10-07 10:53:22 UTC (rev 54227)
@@ -0,0 +1,10 @@
+--- a/gettext.pm	2005-05-31 20:11:16.000000000 -0700
++++ b/gettext.pm	2009-10-07 12:39:42.000000000 -0700
+@@ -32,6 +32,7 @@
+ =cut
+ 
+ use Carp;
++use POSIX qw(:locale_h);
+ 
+ require Exporter;
+ require DynaLoader;




More information about the arch-commits mailing list