Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jul 2008 05:55:03 +0300
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125352: [PATCH] devel/subversion update for apr-1.2-> apr-1.3 version bump
Message-ID:  <87abgu8ku0.fsf@kobe.laptop>
Resent-Message-ID: <200807070300.m67305pn057789@freefall.freebsd.org>

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

>Number:         125352
>Category:       ports
>Synopsis:       [PATCH] devel/subversion update for apr-1.3 version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 03:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD kobe 8.0-CURRENT FreeBSD 8.0-CURRENT #0: \
Sat Jul 5 08:27:06 EEST 2008 build@kobe:/home/build/obj/home/build/src/sys/KOBE i386

>Description:

The library version of devel/apr has been bumped from 1.2 to 1.3.  The
Makefile of devel/subversion references apr-1.2 an this breaks
subversion and derivative ports (i.e. subversion-freebsd) with:

: ===>   Returning to build of subversion-freebsd-1.5.0_1
: Error: shared library "apr-1.2" does not exist
: *** Error code 1
:
: Stop in /usr/ports/devel/subversion-freebsd.
: *** Error code 1
:
: Stop in /usr/ports/devel/subversion-freebsd.

>How-To-Repeat:

Install subversion or subversion-freebsd with:

    WITH_BDB=true

>Fix:

--- subversion-apr-1.3.patch begins here ---
diff -r 01d0fd1dd749 subversion/Makefile
--- a/subversion/Makefile	Mon Jul 07 05:48:35 2008 +0300
+++ b/subversion/Makefile	Mon Jul 07 05:49:05 2008 +0300
@@ -108,11 +108,11 @@
 APR_CONFIG=	apr-1-config
 APU_CONFIG=	apu-1-config
 .if defined(WITH_BDB)
-LIB_DEPENDS+=	apr-1.2:${PORTSDIR}/devel/apr-svn
+LIB_DEPENDS+=	apr-1.3:${PORTSDIR}/devel/apr-svn
 APR_PORT=	devel/apr-svn
 OPT_NAME=	APR_UTIL_WITH_BERKELEY_DB=yes
 .else
-LIB_DEPENDS+=	apr-1.2:${PORTSDIR}/devel/apr
+LIB_DEPENDS+=	apr-1.3:${PORTSDIR}/devel/apr
 APR_PORT=	devel/apr
 .endif
 .endif
--- subversion-apr-1.3.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?87abgu8ku0.fsf>