diff options
| author | Shafeeq Sinnamohideen <shafeeq@FreeBSD.org> | 2000-06-29 16:25:07 +0000 |
|---|---|---|
| committer | Shafeeq Sinnamohideen <shafeeq@FreeBSD.org> | 2000-06-29 16:25:07 +0000 |
| commit | 52df72c12d3caf7be29d201a2510cf44a47675e7 (patch) | |
| tree | d6dd5f8db4367cf71474fe8c16bc1c69889a88ec /net/coda5_server/files/patch-aa | |
| parent | Update WWW. (diff) | |
Updated to use Coda-5.3.8
removed patches that should no longer be necessary.
Diffstat (limited to 'net/coda5_server/files/patch-aa')
| -rw-r--r-- | net/coda5_server/files/patch-aa | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/net/coda5_server/files/patch-aa b/net/coda5_server/files/patch-aa index f7f6ae16c956..b0fff183f673 100644 --- a/net/coda5_server/files/patch-aa +++ b/net/coda5_server/files/patch-aa @@ -1,16 +1,21 @@ -Some bug inside gcc version 2.95.2 19991024 (release) because -resolver.cc will not compile without -pedantic. Go figure. -Adding -pedantic to CXXFLAGS just breaks the other src files. ---- Makefile.in.ORIG Thu Apr 13 14:36:15 2000 -+++ coda-src/asr/Makefile.in Thu Apr 13 14:37:56 2000 -@@ -44,6 +44,9 @@ + +--- rc.vice.in Mon May 15 10:41:07 2000 ++++ coda-src/scripts/rc.vice.in Wed Jun 28 17:07:15 2000 +@@ -58,7 +58,7 @@ + } + + # See how we were called. +-case "$1" in ++case "${1:-start}" in + start) + # start auth2 & update stuff: first the scm case + echon "Starting Coda Services: " +@@ -126,6 +126,7 @@ - YFLAGS= -d + *) + echo "Usage: $0 {start|stop}" ++ echo " no parameters mean start" + exit 1 -+resolver.o: resolver.cc -+ $(CXX) $(CXXFLAGS) -pedantic -c $< -+ - resolver_parser.c: resolver_parser.h - resolver_parser.h: resolver_parser.y - $(YACC) $(YFLAGS) $< && mv y.tab.c $*.c && mv y.tab.h $*.h + esac |
