summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-03-23 23:01:00 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-03-23 23:01:00 +0000
commite1060d618efb3d4dcda55c5cbb7bc9520e196ab1 (patch)
treefbe68b3a52a2e3f61904fd3904af2bd362080d46 /net-fs/coda-client
parentVersion bump; closes bug #45159. (diff)
downloadhistorical-e1060d618efb3d4dcda55c5cbb7bc9520e196ab1.tar.gz
historical-e1060d618efb3d4dcda55c5cbb7bc9520e196ab1.tar.bz2
historical-e1060d618efb3d4dcda55c5cbb7bc9520e196ab1.zip
Patch added to fix bug #41321
Diffstat (limited to 'net-fs/coda-client')
-rw-r--r--net-fs/coda-client/ChangeLog9
-rw-r--r--net-fs/coda-client/coda-client-5.3.19.ebuild5
-rw-r--r--net-fs/coda-client/files/coda-client-5.3.19-gentoo3.patch11
-rw-r--r--net-fs/coda-client/metadata.xml10
4 files changed, 31 insertions, 4 deletions
diff --git a/net-fs/coda-client/ChangeLog b/net-fs/coda-client/ChangeLog
index 8caf30b4c4a9..f84335baf5b6 100644
--- a/net-fs/coda-client/ChangeLog
+++ b/net-fs/coda-client/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-fs/coda-client
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/ChangeLog,v 1.3 2003/02/12 07:56:19 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/ChangeLog,v 1.4 2004/03/23 23:01:00 dragonheart Exp $
+
+ 24 Mar 2004; Daniel Black <dragonheart@gentoo.org>
+ coda-client-5.3.19.ebuild, metadata.xml,
+ files/coda-client-5.3.19-gentoo3.patch:
+ Patch added to fix bug #41321
*coda-client-5.3.19 (23 Jul 2002)
diff --git a/net-fs/coda-client/coda-client-5.3.19.ebuild b/net-fs/coda-client/coda-client-5.3.19.ebuild
index 585f3a06bc8b..6024cf6ac21b 100644
--- a/net-fs/coda-client/coda-client-5.3.19.ebuild
+++ b/net-fs/coda-client/coda-client-5.3.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/coda-client-5.3.19.ebuild,v 1.6 2003/07/13 11:51:18 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/coda-client-5.3.19.ebuild,v 1.7 2004/03/23 23:01:00 dragonheart Exp $
IUSE=""
MY_P=${P/-client/}
@@ -33,6 +33,7 @@ src_unpack() {
# So that the venus initscript is Gentoo-compliant
epatch ${FILESDIR}/${PF}-gentoo.patch
epatch ${FILESDIR}/${PF}-gentoo2.patch
+ epatch ${FILESDIR}/${PF}-gentoo3.patch
}
diff --git a/net-fs/coda-client/files/coda-client-5.3.19-gentoo3.patch b/net-fs/coda-client/files/coda-client-5.3.19-gentoo3.patch
new file mode 100644
index 000000000000..4bf185eb4606
--- /dev/null
+++ b/net-fs/coda-client/files/coda-client-5.3.19-gentoo3.patch
@@ -0,0 +1,11 @@
+--- coda-5.3.19/coda-src/volutil/vol-restore.cc.old 2004-03-24 07:59:00.697570424 +0930
++++ coda-5.3.19/coda-src/volutil/vol-restore.cc 2004-03-24 07:59:34.819383120 +0930
+@@ -53,7 +53,7 @@
+ #include <sys/file.h>
+ #include <sys/time.h>
+ #include <ctype.h>
+-#include <varargs.h>
++#include <stdarg.h>
+
+ #include <unistd.h>
+ #include <stdlib.h>
diff --git a/net-fs/coda-client/metadata.xml b/net-fs/coda-client/metadata.xml
new file mode 100644
index 000000000000..bbb117a5aac6
--- /dev/null
+++ b/net-fs/coda-client/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>dragonheart@gentoo.org</email>
+ <name>Daniel Black</name>
+ <description>probably volunteered when I shouldn't off</description>
+</maintainer>
+</pkgmetadata>