OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Sep-2005 15:40:00
Branch: HEAD Handle: 2005092214400000
Modified files:
openpkg-src/amd amd.patch amd.spec
Log:
patch out mboxfile declaration to make gcc4 happy
Summary:
Revision Changes Path
1.14 +14 -0 openpkg-src/amd/amd.patch
1.66 +1 -1 openpkg-src/amd/amd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.patch
============================================================================
$ cvs diff -u -r1.13 -r1.14 amd.patch
--- openpkg-src/amd/amd.patch 19 Mar 2005 12:47:15 -0000 1.13
+++ openpkg-src/amd/amd.patch 22 Sep 2005 13:40:00 -0000 1.14
@@ -99,3 +99,17 @@
#ifdef MNT2_NFS_OPT_SPONGY
if (hasmntopt(mntp, MNTTAB_OPT_SPONGY) != NULL) {
+
+taken from FedoraCore4 am-utils-6.0.9-12.src.rpm/am-utils-6.0.9.gcc4.patch
+--- hlfsd/hlfsd.h.orig 2002-12-28 15:49:22.000000000 +0100
++++ hlfsd/hlfsd.h 2005-03-25 17:15:55.753207705 +0100
+@@ -142,7 +142,7 @@
+ extern char *mailbox(int, char *);
+ extern char *passwdfile;
+ extern char *slinkname;
+-extern char mboxfile[];
++/* extern char mboxfile[]; */
+ extern gid_t hlfs_gid;
+ extern int cache_interval;
+ extern int noverify;
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.spec
============================================================================
$ cvs diff -u -r1.65 -r1.66 amd.spec
--- openpkg-src/amd/amd.spec 16 Jun 2005 14:15:13 -0000 1.65
+++ openpkg-src/amd/amd.spec 22 Sep 2005 13:40:00 -0000 1.66
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 6.0.10
-Release: 20050616
+Release: 20050922
# list of sources
Source0: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]