ports/65221: Update port: net/cvsync 0.24.14

Hiroki Sato hrs at FreeBSD.org
Mon Apr 5 18:50:18 UTC 2004


>Number:         65221
>Category:       ports
>Synopsis:       Update port: net/cvsync 0.24.14
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 05 11:50:18 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Fri Mar 19 04:20:12 JST 2004     hrs at alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	Update to 0.24.14.

>How-To-Repeat:
	N/A

>Fix:

Index: cvsync/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/cvsync/Makefile,v
retrieving revision 1.36
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.36 Makefile
--- cvsync/Makefile	16 Feb 2004 02:52:55 -0000	1.36
+++ cvsync/Makefile	5 Apr 2004 18:44:41 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	cvsync
-PORTVERSION=	0.24.13
-PORTREVISION=	2
+PORTVERSION=	0.24.14
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.cvsync.org/pub/cvsync/ \
 		ftp://ftp.allbsd.org/pub/cvsync/
@@ -25,7 +24,7 @@
 MAKE_ENV+=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
 MAKE_FLAGS=	OSVER="${OSVERSION}"
 
-.if defined(WITH_OPENSSL)
+.if !defined(WITHOUT_OPENSSL)
 USE_OPENSSL=	yes
 MAKE_FLAGS+=	HASH_TYPE=openssl
 .endif
Index: cvsync/distinfo
===================================================================
RCS file: /home/ncvs/ports/net/cvsync/distinfo,v
retrieving revision 1.34
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.34 distinfo
--- cvsync/distinfo	18 Mar 2004 18:00:47 -0000	1.34
+++ cvsync/distinfo	5 Apr 2004 18:37:34 -0000
@@ -1,2 +1,2 @@
-MD5 (cvsync-0.24.13.tar.gz) = 33dc221c74f6ea4de1b3611ce48ba73f
-SIZE (cvsync-0.24.13.tar.gz) = 129959
+MD5 (cvsync-0.24.14.tar.gz) = 1d44e8c9c3c6be40d0b1166a13d5a17b
+SIZE (cvsync-0.24.14.tar.gz) = 129232
Index: cvsync/files/patch-mk::pthread.mk
===================================================================
RCS file: cvsync/files/patch-mk::pthread.mk
diff -N cvsync/files/patch-mk::pthread.mk
--- cvsync/files/patch-mk::pthread.mk	16 Feb 2004 02:52:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,24 +0,0 @@
---- mk/pthread.mk.orig	Fri Oct 31 22:36:21 2003
-+++ mk/pthread.mk	Sun Feb 15 18:52:26 2004
-@@ -35,7 +35,7 @@
- 
- PTHREAD_TYPE   ?= native
- 
--CFLAGS += -D_REENTRANT -D_THREAD_SAFE
-+CFLAGS += ${PTHREAD_CFLAGS}
- 
- ifeq (${PTHREAD_TYPE}, native) # native POSIX thread
- 
-@@ -48,11 +48,7 @@
- endif # CYGWIN
- 
- ifeq (${HOST_OS}, FreeBSD)
--ifeq ($(shell ${TEST} ${OSVER} -lt 500016 && ${ECHO} yes), yes)
--LDFLAGS+= -pthread
--else # 500016
--LIBS   += -lc_r
--endif # 500016
-+LIBS   += ${PTHREAD_LIBS}
- endif # FreeBSD
- 
- ifeq (${HOST_OS}, Linux)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list