View | Details | Raw Unified | Return to bug 43783
Collapse All | Expand All

(-)devel/cvsd/Makefile (-5 / +8 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	cvsd
9
PORTNAME=	cvsd
10
PORTVERSION=	0.9.12
10
PORTVERSION=	0.9.13
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	http://tiefighter.et.tudelft.nl/~arthur/cvsd/
12
MASTER_SITES=	http://tiefighter.et.tudelft.nl/~arthur/cvsd/
13
13
Lines 25-34 Link Here
25
MAN8=	cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
25
MAN8=	cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
26
26
27
post-patch:
27
post-patch:
28
	@${REINPLACE_CMD} -E -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
28
	@${REINPLACE_CMD} -e \
29
		 s|init.d|rc.d|g ; \
29
		's|@ACLOCAL@|${TRUE}|g ; \
30
		s,@(ACLOCAL|AUTO(CONF|MAKE|HEADER))@,/usr/bin/true,' \
30
		 s|@AUTOCONF@|${TRUE}|g ; \
31
		${WRKSRC}/Makefile.in
31
		 s|@AUTOMAKE@|${TRUE}|g ; \
32
		 s|@AUTOHEADER@|${TRUE}|g ; \
33
		 s|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
34
		 s|init.d|rc.d|g' ${WRKSRC}/Makefile.in
32
35
33
post-install:
36
post-install:
34
.if !defined(NOPORTDOCS)
37
.if !defined(NOPORTDOCS)
(-)devel/cvsd/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (cvsd-0.9.12.tar.gz) = 77c49735926ff213f80fa7c7dd21eb61
1
MD5 (cvsd-0.9.13.tar.gz) = bacbdcd0363a3b23c358a0bb9f7a3c96
(-)devel/cvsd/files/patch-cvsd.c (-16 lines)
Lines 1-16 Link Here
1
diff -urN /usr/ports/devel/cvsd/files/patch-cvsd.c devel/cvsd/files/patch-cvsd.c
2
--- /usr/ports/devel/cvsd/files/patch-cvsd.c	Thu Jan  1 09:00:00 1970
3
+++ devel/cvsd/files/patch-cvsd.c	Tue Sep 17 19:26:39 2002
4
@@ -0,0 +1,12 @@
5
+--- cvsd.c.orig	Sun Aug 25 09:44:33 2002
6
++++ cvsd.c	Tue Sep 17 19:26:31 2002
7
+@@ -60,7 +60,9 @@
8
+ #include <sys/wait.h>
9
+ #include <sys/socket.h>
10
+ #include <sys/time.h>
11
++#ifndef __FreeBSD__
12
+ #include <netinet/in.h>
13
++#endif
14
+ #include <arpa/inet.h>
15
+ #ifdef HAVE_NETDB_H
16
+ #include <netdb.h>

Return to bug 43783