ports/114594: net/coda6_server update to 6.9.1

Craig Rodrigues rodrigc at FreeBSD.org
Sun Jul 15 04:10:03 UTC 2007


>Number:         114594
>Category:       ports
>Synopsis:       net/coda6_server update to 6.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 15 04:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Craig Rodrigues
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/coda6_server/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	11 Mar 2007 14:09:51 -0000	1.11
+++ Makefile	15 Jul 2007 03:57:59 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net/coda6_server/Makefile,v 1.11 2007/03/11 14:09:51 miwi Exp $
 
 PORTNAME=	coda
-PORTVERSION=	6.1.2
+PORTVERSION=	6.9.1
 CATEGORIES=	net
 # as of 5 Oct 2006 the archive is not present on ftp.wu-wien.ac.at
 # but maybe it'll appear there soon
@@ -57,8 +57,7 @@
 	updateclnt.8 \
 	updatesrv.8 \
 	vice-setup.8 \
-	volutil.8 \
-	vutil.8
+	volutil.8
 .else
 MAN1=	au.1 \
 	cfs.1 \
@@ -74,7 +73,8 @@
 	spy.1
 MAN8=	venus-setup.8 \
 	venus.8 \
-	volmunge.8
+	volmunge.8 \
+	vutil.8
 .endif
 
 .include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/coda6_server/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	11 Mar 2007 14:09:51 -0000	1.7
+++ distinfo	15 Jul 2007 03:57:59 -0000
@@ -1,3 +1,3 @@
-MD5 (coda-6.1.2.tar.gz) = d4c6f70e18de7e049376bb9d71499cbe
-SHA256 (coda-6.1.2.tar.gz) = 19c6a23ea6e7b4ca0501f49a9a742330e575e8a8afa86d9f45988bf4eb6f8c3f
-SIZE (coda-6.1.2.tar.gz) = 1571467
+MD5 (coda-6.9.1.tar.gz) = cafa37df22e7718ae8e67ff8583bd805
+SHA256 (coda-6.9.1.tar.gz) = f7a1dbce67f20e7c294087e33e9767a024f2a7d3fa6456d03004018073e118de
+SIZE (coda-6.9.1.tar.gz) = 1537910
Index: files/patch-coda-src_scripts_Makefile.in
===================================================================
RCS file: /home/pcvs/ports/net/coda6_server/files/patch-coda-src_scripts_Makefile.in,v
retrieving revision 1.1
diff -u -u -r1.1 patch-coda-src_scripts_Makefile.in
--- files/patch-coda-src_scripts_Makefile.in	5 Oct 2006 17:09:53 -0000	1.1
+++ files/patch-coda-src_scripts_Makefile.in	15 Jul 2007 03:57:59 -0000
@@ -1,17 +1,11 @@
-
-coda-setup-ports is useless with a recent /etc/services and it is the only
-file installed by both server and client thus remove it to avoid conflicting
-plists
-
---- coda-src/scripts/Makefile.in.orig	Wed Apr 27 03:12:50 2005
-+++ coda-src/scripts/Makefile.in	Thu Oct  5 19:36:14 2006
-@@ -25,14 +25,14 @@
+--- coda-src/scripts/Makefile.in.orig	2006-11-02 14:46:29.000000000 -0500
++++ coda-src/scripts/Makefile.in	2007-07-14 23:33:28.000000000 -0400
+@@ -25,13 +25,13 @@
  # Need to conditionalize this
  include $(TOPDIR)/Makeconf
  
--VENUS-SCRIPTS = vutil volmunge venus-setup coda-setup-ports \
-+VENUS-SCRIPTS = vutil volmunge venus-setup \
-     coda-client-logrotate
+-VENUS-SCRIPTS = volmunge venus-setup coda-setup-ports
++VENUS-SCRIPTS = volmunge venus-setup
  
  VOL-SCRIPTS	= createvol_rep purgevol_rep bldvldb.sh
  VICE-SCRIPTS	= startserver codastart coda-server-logrotate
Index: files/patch-coda-src_venus_fso1.cc
===================================================================
RCS file: files/patch-coda-src_venus_fso1.cc
diff -N files/patch-coda-src_venus_fso1.cc
--- files/patch-coda-src_venus_fso1.cc	5 Oct 2006 17:09:53 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- coda-src/venus/fso1.cc.orig	Thu Oct  5 16:11:23 2006
-+++ coda-src/venus/fso1.cc	Thu Oct  5 16:18:40 2006
-@@ -2895,7 +2895,7 @@
-     char confstr[4];
-     
- 	close(pfd[1]);
--    if(setpgrp() < 0) { perror("setpgrp"); exit(EXIT_FAILURE); }
-+    if(setpgid(0, 0) < 0) { perror("setpgid"); exit(EXIT_FAILURE); }
-     
-     sprintf(confstr, "%d", conflict_type);
- 
Index: files/patch-pioctl.h
===================================================================
RCS file: files/patch-pioctl.h
diff -N files/patch-pioctl.h
--- files/patch-pioctl.h	5 Oct 2006 17:09:53 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- coda-src/kerndep/pioctl.h.orig	Thu Oct  5 11:54:04 2006
-+++ coda-src/kerndep/pioctl.h	Thu Oct  5 11:54:20 2006
-@@ -81,7 +81,7 @@
- /* unpacking macros */
- #ifndef _IOC_NR
- 
--#if defined(__NetBSD__)
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- #define _IOC_TYPEMASK	0xff
- #define _IOC_TYPESHIFT	8
- #define _IOC_NRMASK	0xff


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list