OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Oct-2005 00:19:59
Branch: HEAD Handle: 2005101023195900
Modified files:
openpkg-src/cpu cpu.patch cpu.spec
Log:
Some fixes for gcc4
Summary:
Revision Changes Path
1.4 +29 -5 openpkg-src/cpu/cpu.patch
1.34 +1 -1 openpkg-src/cpu/cpu.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cpu/cpu.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 cpu.patch
--- openpkg-src/cpu/cpu.patch 12 Jan 2004 14:17:52 -0000 1.3
+++ openpkg-src/cpu/cpu.patch 10 Oct 2005 22:19:59 -0000 1.4
@@ -1,7 +1,7 @@
-diff -Naur cpu-1.4.1.orig/doc/Makefile.in cpu-1.4.1/doc/Makefile.in
---- doc/Makefile.in 2003-09-22 06:07:10.000000000 +0200
-+++ doc/Makefile.in 2003-09-22 10:19:24.000000000 +0200
-@@ -446,18 +446,18 @@
+Index: doc/Makefile.in
+--- doc/Makefile.in.orig 2004-01-12 05:52:20 +0100
++++ doc/Makefile.in 2005-10-10 23:21:46 +0200
+@@ -447,18 +447,18 @@
install-data-local:
@@ -28,4 +28,28 @@
fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
-
+Index: src/plugins/ldap/commandline.c
+--- src/plugins/ldap/commandline.c.orig 2004-01-12 06:31:02 +0100
++++ src/plugins/ldap/commandline.c 2005-10-10 23:40:07 +0200
+@@ -83,7 +83,7 @@
+ if (passent == NULL)
+ return -1;
+ bzero (passent, sizeof (struct cpass));
+- (int) passent->sp_lstchg = passent->sp_min = passent->sp_max = -10;
++ passent->sp_lstchg = passent->sp_min = passent->sp_max = -10;
+ passent->sp_warn = passent->sp_inact = passent->sp_expire = -10;
+ passent->sp_flag = -10;
+ passent->pw_gid = -10;
+Index: src/plugins/ldap/ld.c
+--- src/plugins/ldap/ld.c.orig 2004-01-12 05:47:37 +0100
++++ src/plugins/ldap/ld.c 2005-10-10 23:45:34 +0200
+@@ -803,7 +803,8 @@
+ return -10;
+ if (gid != NULL)
+ {
+- gid = ldap_get_values (ld, pos, gid)[0];
++ temp = ldap_get_values (ld, pos, gid);
++ gid = (char *)temp[0];
+ if (gid != NULL)
+ return atoi (gid);
+ else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cpu/cpu.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 cpu.spec
--- openpkg-src/cpu/cpu.spec 24 Mar 2005 11:18:35 -0000 1.33
+++ openpkg-src/cpu/cpu.spec 10 Oct 2005 22:19:59 -0000 1.34
@@ -37,7 +37,7 @@
Group: Converter
License: GPL
Version: %{V_real}
-Release: 20040628
+Release: 20051011
# package options
%option with_crack no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]