From nobody@FreeBSD.org  Tue Sep 17 10:07:39 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D623A37B40A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 17 Sep 2002 10:07:39 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6B843F4E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 17 Sep 2002 09:48:02 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8HGlCOT014296
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 17 Sep 2002 09:47:32 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g8HGklfq014253;
	Tue, 17 Sep 2002 09:46:47 -0700 (PDT)
Message-Id: <200209171646.g8HGklfq014253@www.freebsd.org>
Date: Tue, 17 Sep 2002 09:46:47 -0700 (PDT)
From: KATO Tsuguru <tkato@prontomail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: devel/cvsd to 0.9.12
X-Send-Pr-Version: www-1.0

>Number:         42879
>Category:       ports
>Synopsis:       Update port: devel/cvsd to 0.9.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 17 10:10:04 PDT 2002
>Closed-Date:    Wed Sep 18 05:28:33 PDT 2002
>Last-Modified:  Wed Sep 18 05:28:33 PDT 2002
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.12

New file:
files/patch-configure
files/patch-cvsd.c

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/cvsd/Makefile devel/cvsd/Makefile
--- /usr/ports/devel/cvsd/Makefile	Tue Sep 10 20:08:04 2002
+++ devel/cvsd/Makefile	Tue Sep 17 19:29:59 2002
@@ -7,27 +7,26 @@
 #
 
 PORTNAME=	cvsd
-PORTVERSION=	0.9.9
+PORTVERSION=	0.9.12
 CATEGORIES=	devel
 MASTER_SITES=	http://tiefighter.et.tudelft.nl/~arthur/cvsd/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
-CONFIGURE_ARGS=	--disable-afindep
 
 MAN5=	cvsd.conf.5
 MAN8=	cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|init.d/cvsd|rc.d/cvsd.sh|g" \
-		-e "s|init.d|rc.d|g" ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
+		 s|init.d|rc.d|g' ${WRKSRC}/Makefile.in
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/devel/cvsd/distinfo devel/cvsd/distinfo
--- /usr/ports/devel/cvsd/distinfo	Tue Sep 10 20:08:04 2002
+++ devel/cvsd/distinfo	Tue Sep 17 19:15:51 2002
@@ -1 +1 @@
-MD5 (cvsd-0.9.9.tar.gz) = f91650d1ee1e86f094fdd2d855f39d1a
+MD5 (cvsd-0.9.12.tar.gz) = 77c49735926ff213f80fa7c7dd21eb61
diff -urN /usr/ports/devel/cvsd/files/patch-cvsd.c devel/cvsd/files/patch-cvsd.c
--- /usr/ports/devel/cvsd/files/patch-cvsd.c	Thu Jan  1 09:00:00 1970
+++ devel/cvsd/files/patch-cvsd.c	Tue Sep 17 19:26:39 2002
@@ -0,0 +1,12 @@
+--- cvsd.c.orig	Sun Aug 25 09:44:33 2002
++++ cvsd.c	Tue Sep 17 19:26:31 2002
+@@ -60,7 +60,9 @@
+ #include <sys/wait.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
++#ifndef __FreeBSD__
+ #include <netinet/in.h>
++#endif
+ #include <arpa/inet.h>
+ #ifdef HAVE_NETDB_H
+ #include <netdb.h>
diff -urN /usr/ports/devel/cvsd/pkg-plist devel/cvsd/pkg-plist
--- /usr/ports/devel/cvsd/pkg-plist	Mon Dec 31 14:33:17 2001
+++ devel/cvsd/pkg-plist	Tue Sep 17 19:30:06 2002
@@ -1,8 +1,8 @@
+etc/cvsd/cvsd.conf
+etc/rc.d/cvsd.sh.sample
 sbin/cvsd
 sbin/cvsd-buildroot
 sbin/cvsd-passwd
-etc/cvsd/cvsd.conf
-etc/rc.d/cvsd.sh
-@dirrm etc/cvsd
 %%PORTDOCS%%share/doc/cvsd/README
 %%PORTDOCS%%@dirrm share/doc/cvsd
+@dirrm etc/cvsd

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Wed Sep 18 05:28:15 PDT 2002 
State-Changed-Why:  
Update committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42879 
>Unformatted:
