From 28f79cbbf2c51e9153b99d8675325baa21a44bea Mon Sep 17 00:00:00 2001 From: fake Date: Tue, 21 Dec 2004 04:57:57 +0000 Subject: [PATCH] fake: fixed coda update [2004122104410024216] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5302 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/coda/coda.conf | 1 - package/rene/coda/gcc34.diff | 50 ------------------------------------ 2 files changed, 51 deletions(-) delete mode 100644 package/rene/coda/gcc34.diff diff --git a/package/rene/coda/coda.conf b/package/rene/coda/coda.conf index a327a85c9..0e3b6cce3 100644 --- a/package/rene/coda/coda.conf +++ b/package/rene/coda/coda.conf @@ -34,7 +34,6 @@ coda_pc(){ if [[ $xsrctar = *coda* ]] ; then var_append makeinstopt " " "client-install server-install" - var_append patchfiles ' ' "$confdir/gcc34.diff" fi } diff --git a/package/rene/coda/gcc34.diff b/package/rene/coda/gcc34.diff deleted file mode 100644 index 6e26877fb..000000000 --- a/package/rene/coda/gcc34.diff +++ /dev/null @@ -1,50 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/rene/coda/gcc34.diff -# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./coda-src/venus/fso.h.orig 2004-09-11 20:23:20.808096008 +0200 -+++ ./coda-src/venus/fso.h 2004-09-11 20:24:28.690776272 +0200 -@@ -539,7 +539,7 @@ - void DetachHdbBindings(); - void DetachHdbBinding(binding *, int =0); - int PredetermineFetchState(int, int); -- void SetFetchAllowed(enum HoardFetchState new_state) -+ void SetFetchAllowed(HoardFetchState new_state) - { FetchAllowed = new_state; } - int IsFetchAllowed() - { if (FetchAllowed == HF_Fetch) -@@ -547,7 +547,7 @@ - else - return 0; - } -- void SetAskingAllowed(enum HoardAskState new_state) -+ void SetAskingAllowed(HoardAskState new_state) - { AskingAllowed = new_state; } - int IsAskingAllowed() - { if (AskingAllowed == HA_Ask) ---- ./coda-src/venus/comm.cc.orig 2004-09-11 20:24:39.570122360 +0200 -+++ ./coda-src/venus/comm.cc 2004-09-11 20:24:47.975844496 +0200 -@@ -173,7 +173,7 @@ - sei.AckPoint = sftp_ackpoint; - sei.PacketSize = sftp_packetsize; - sei.EnforceQuota = 1; -- sei.Port.Tag = (enum PortTag)0; -+ sei.Port.Tag = (PortTag)0; - SFTP_Activate(&sei); - - /* RPC2 initialization. */