Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 11:00:27 -0800 (PST)
From:      William Carrel <william.carrel@infospace.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47554: Port update: subversion 0.17.1
Message-ID:  <200302051900.h15J0RW6068965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47554; it has been noted by GNATS.

From: William Carrel <william.carrel@infospace.com>
To: freebsd-gnats-submit@FreeBSD.org, david@realityrift.com
Cc: rodrigc@attbi.com, corecode@corecode.ath.cx
Subject: Re: ports/47554: Port update: subversion 0.17.1
Date: Wed, 5 Feb 2003 10:57:51 -0800

 Here is a diff that makes portlint -A happy.
 
 The only catch is that this needs a newer version of apr than the one 
 that is in ports right now (which happens to be 0.9.1, the latest 
 release as of today).  There is a #define "APR_FILEPATH_ENCODING_UTF8" 
 that is in the apr for apache httpd 2.0.44 that hasn't made it into an 
 apache apr release yet.  If the dependencies were changed here that 
 would fix it.  But requiring apache for svn is a little heavy for 
 people that just want the client.
 
 This PR will likely have to wait on a new apr release or an apr-current 
 port that pulls from their snapshots 
 (http://cvs.apache.org/snapshots/apr/).
 
 --- Makefile.orig	Wed Feb  5 10:49:49 2003
 +++ Makefile	Wed Feb  5 10:50:06 2003
 @@ -5,10 +5,10 @@
   # $FreeBSD: ports/devel/subversion/Makefile,v 1.22 2003/01/24 07:08:11 
 kuriyama Exp $
 
   PORTNAME=	subversion
 -PORTVERSION=	r3987	# 0.16.0
 +PORTVERSION=	r4503	# 0.17.1
   PORTREVISION=	1
   CATEGORIES=	devel
 -MASTER_SITES=	http://subversion.tigris.org/files/documents/15/2123/
 +MASTER_SITES=	http://subversion.tigris.org/files/documents/15/2699/
 
   MAINTAINER=	rodrigc@attbi.com
 
 @@ -22,14 +22,17 @@
   WRKSRC=	${WRKDIR}/subversion-${PORTVERSION}
   GNU_CONFIGURE=	yes
   USE_REINPLACE=	yes
 -CONFIGURE_ARGS= --with-ssl \
 +INSTALLS_SHLIB=	yes
 +USE_LIBTOOL=	yes
 +
 +CONFIGURE_ARGS=	--with-ssl \
   		--with-neon=${LOCALBASE} \
   		--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
   		--with-apr=${LOCALBASE} \
 -		--with-apr-util=${LOCALBASE}
 +		--with-apr-util=${LOCALBASE} \
 
 -MAN1= svn.1 svnadmin.1
 -MANCOMPRESSED= no
 +MAN1=	svn.1 svnadmin.1
 +MANCOMPRESSED=	no
 
   post-extract:
   	@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
 --- distinfo.orig	Wed Feb  5 10:49:49 2003
 +++ distinfo	Wed Feb  5 10:50:06 2003
 @@ -1 +1 @@
 -MD5 (subversion-r3987.tar.gz) = f1e4f2a7ce09e5d3e5505865de92e75b
 +MD5 (subversion-r4503.tar.gz) = b3fe784e9528552c574a63586522f540
 --- pkg-plist.orig	Wed Feb  5 10:49:49 2003
 +++ pkg-plist	Wed Feb  5 10:50:06 2003
 @@ -34,10 +34,12 @@
   include/subversion-1/svn_path.h
   include/subversion-1/svn_pools.h
   @dirrm include/subversion-1
 +@unexec install-info --delete %D/info/svn-design.info %D/info/dir
   info/svn-design.info
   info/svn-design.info-1
   info/svn-design.info-2
   info/svn-design.info-3
 +@exec install-info %D/info/svn-design.info %D/info/dir
   lib/libsvn_fs-1.so
   lib/libsvn_subr-1.so.0
   lib/libsvn_subr-1.so
 

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




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