Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Jan 2004 13:51:33 +0100 (CET)
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lev@FreeBSD.org
Subject:   ports/61013: update subversion to 0.35.1
Message-ID:  <20040107125133.77EDD2FDA07@freepuppy.bellavista.cz>
Resent-Message-ID: <200401071300.i07D0YOL032319@freefall.freebsd.org>

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

>Number:         61013
>Category:       ports
>Synopsis:       update subversion to 0.35.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:   Wed Jan 07 05:00:34 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD freepuppy.bellavista.cz 4.8-STABLE FreeBSD 4.8-STABLE #3: Tue Aug 26 12:34:53 CEST 2003 roman@freepuppy.bellavista.cz:/usr/obj/usr/src/sys/FREEPUPPY2_5 i386


	
>Description:
	Lev, I'm not sure this patch is 100% correct, especially the ltmain.sh
    patch, plus I don't use svn with apache2-bundled apr, but I can tell
    this port builds and installs on CURRENT, and builds, installs, and runs
    on 4.8-STABLE (svn+ssh).

>How-To-Repeat:
	
>Fix:

	

--- devel-subversion-0.35.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile	19 Nov 2003 11:40:34 -0000	1.53
+++ Makefile	7 Jan 2004 11:06:11 -0000
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/devel/subversion/Makefile,v 1.53 2003/11/19 11:40:34 lev Exp $
 
 PORTNAME=	subversion
-PORTVERSION=	0.32.1
-PORTREVISION=	2
+PORTVERSION=	0.35.1
 CATEGORIES=	devel
 MASTER_SITES=	http://svn.collab.net/tarballs/
 
@@ -28,7 +27,8 @@
 		--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
 		--with-swig=no
 
-MAN1=		svn.1 svnadmin.1 svnlook.1 svndumpfilter.1 svnserve.1 svnversion.1
+MAN1=		svn.1 svnadmin.1 svnlook.1 svndumpfilter.1 svnversion.1
+MAN8=		svnserve.8
 MANCOMPRESSED=	no
 
 .include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo	26 Oct 2003 19:12:49 -0000	1.23
+++ distinfo	7 Jan 2004 11:06:11 -0000
@@ -1 +1 @@
-MD5 (subversion-0.32.1.tar.gz) = b06717a8ef50db4b5c4d380af00bd901
+MD5 (subversion-0.35.1.tar.gz) = c4473988acdd82e8b0e176eefc7d0fb7
Index: files/patch-ac-helpers::ltmain.sh
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/files/patch-ac-helpers::ltmain.sh,v
retrieving revision 1.1
diff -u -r1.1 patch-ac-helpers::ltmain.sh
--- files/patch-ac-helpers::ltmain.sh	11 Nov 2003 13:28:01 -0000	1.1
+++ files/patch-ac-helpers::ltmain.sh	7 Jan 2004 11:06:09 -0000
@@ -9,17 +9,3 @@
  	    # Do not include libc_r directly, use -pthread flag.
  	    continue
  	    ;;
-@@ -1212,7 +1212,12 @@
- 	;;
- 
-       -Kthread | -mthreads | -mt | -pthread | -pthreads | -threads | -qthreaded | -kthread )
--        compiler_flags="$compiler_flags $arg"
-+        pthread=yes
-+	arg=$arg
-+	linker_flags="$linker_flags $arg"
-+	compiler_flags="$compiler_flags $arg"
-+	compile_command="$compile_command $arg"
-+	finalize_command="$finalize_command $arg"
- 	continue
- 	;;
- 
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/files/patch-configure,v
retrieving revision 1.6
diff -u -r1.6 patch-configure
--- files/patch-configure	9 Oct 2003 12:50:16 -0000	1.6
+++ files/patch-configure	7 Jan 2004 11:06:09 -0000
@@ -4,11 +4,11 @@
  
  
  
--APR_VER_REGEX="0\.9\.[4-9]"
-+APR_VER_REGEX="0\.9\.[3-9]"
+-APR_VER_REGEX="0\.9\.[5-9]"
++APR_VER_REGEX="0\.9\.[4-9]"
  APR_VER_REGEX_TOO="1\.0"
--APU_VER_REGEX="0\.9\.[4-9]"
-+APU_VER_REGEX="0\.9\.[3-9]"
+-APU_VER_REGEX="0\.9\.[5-9]"
++APU_VER_REGEX="0\.9\.[4-9]"
  APU_VER_REGEX_TOO="1\.0"
  
  
--- devel-subversion-0.35.1.patch ends here ---


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



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