Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 09:46:47 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42879: Update port: devel/cvsd to 0.9.12
Message-ID:  <200209171646.g8HGklfq014253@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         42879
>Category:       ports
>Synopsis:       Update port: devel/cvsd to 0.9.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 17 10:10:04 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171646.g8HGklfq014253>