OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Feb-2007 19:58:55
Branch: HEAD Handle: 2007021118585400
Modified files:
openpkg-src/urpmi urpmi.patch
Log:
do not depend on libintl.h (seems to be not required at all)
Summary:
Revision Changes Path
1.31 +10 -9 openpkg-src/urpmi/urpmi.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/urpmi/urpmi.patch
============================================================================
$ cvs diff -u -r1.30 -r1.31 urpmi.patch
--- openpkg-src/urpmi/urpmi.patch 10 Feb 2007 14:02:27 -0000 1.30
+++ openpkg-src/urpmi/urpmi.patch 11 Feb 2007 18:58:54 -0000 1.31
@@ -1,6 +1,6 @@
Index: URPM-1.57/Makefile.PL
--- URPM-1.57/Makefile.PL.orig 2007-01-15 08:40:29 +0100
-+++ URPM-1.57/Makefile.PL 2007-01-20 09:43:37 +0100
++++ URPM-1.57/Makefile.PL 2007-02-11 19:57:23 +0100
@@ -3,53 +3,20 @@
# where to find the rpm utility
@@ -72,18 +72,19 @@
);
Index: URPM-1.57/URPM.xs
--- URPM-1.57/URPM.xs.orig 2007-01-19 09:39:36 +0100
-+++ URPM-1.57/URPM.xs 2007-01-20 09:43:56 +0100
-@@ -23,6 +23,7 @@
++++ URPM-1.57/URPM.xs 2007-02-11 19:57:31 +0100
+@@ -22,7 +22,7 @@
+ #include <fcntl.h>
#include <unistd.h>
#include <zlib.h>
- #include <libintl.h>
+-#include <libintl.h>
+#include <glob.h>
#undef Fflush
#undef Mkdir
Index: rpmtools-5.1.0/Makefile.PL
--- rpmtools-5.1.0/Makefile.PL.orig 2006-08-22 15:46:50 +0200
-+++ rpmtools-5.1.0/Makefile.PL 2007-01-20 09:41.57 +0100
++++ rpmtools-5.1.0/Makefile.PL 2007-02-11 19:57:23 +0100
@@ -45,8 +45,8 @@
RPMTOOLSVERSION => $rpmtools_version,
FROMC => 'parsehdlist rpm2header #rpm-find-leaves',
@@ -106,7 +107,7 @@
INSTALLDIRS => 'vendor',
Index: rpmtools-5.1.0/parsehdlist.c
--- rpmtools-5.1.0/parsehdlist.c.orig 2006-06-13 13:19:09 +0200
-+++ rpmtools-5.1.0/parsehdlist.c 2007-01-20 09:41.57 +0100
++++ rpmtools-5.1.0/parsehdlist.c 2007-02-11 19:57:23 +0100
@@ -7,6 +7,7 @@
#include <unistd.h>
#include <signal.h>
@@ -117,7 +118,7 @@
#include <stdio.h>
Index: rpmtools-5.1.0/rpm2header.c
--- rpmtools-5.1.0/rpm2header.c.orig 2006-06-12 11:10:34 +0200
-+++ rpmtools-5.1.0/rpm2header.c 2007-01-20 09:41.57 +0100
++++ rpmtools-5.1.0/rpm2header.c 2007-02-11 19:57:23 +0100
@@ -5,7 +5,8 @@
#include <sys/stat.h>
#include <fcntl.h>
@@ -130,7 +131,7 @@
#define FILENAME_TAG 1000000
Index: urpmi-4.9.14/Makefile.PL
--- urpmi-4.9.14/Makefile.PL.orig 2006-11-30 16:44:49 +0100
-+++ urpmi-4.9.14/Makefile.PL 2007-01-20 09:41.57 +0100
++++ urpmi-4.9.14/Makefile.PL 2007-02-11 19:57:23 +0100
@@ -60,6 +60,7 @@
my $po = $with_po ? ' installpo' : '';
my $gui = $with_gui ? ' installgurpmi2' : '';
@@ -167,7 +168,7 @@
PMLIBDIRS => [ qw(urpm) ],
Index: urpmi-4.9.14/urpm/sys.pm
--- urpmi-4.9.14/urpm/sys.pm.orig 2006-11-23 11:51:16 +0100
-+++ urpmi-4.9.14/urpm/sys.pm 2007-01-20 09:41.57 +0100
++++ urpmi-4.9.14/urpm/sys.pm 2007-02-11 19:57:23 +0100
@@ -94,7 +94,7 @@
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]