Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 17:52:09 +0100 (CET)
From:      David Holm <david@realityrift.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47554: Port update: subversion 0.17.1
Message-ID:  <200301271652.h0RGq9Wq039296@rift.ath.cx>

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

>Number:         47554
>Category:       ports
>Synopsis:       Port update: subversion 0.17.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:   Mon Jan 27 09:00:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Holm
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD rift.ath.cx 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Jan 18 13:12:30 CET 2003 avatar@rift.ath.cx:/usr/src/sys/compile/MYKERNEL i386


	
>Description:
	
Update to subversion 0.17.1
Works on my box with apache2 installed. Not 100% sure how it would react without apache2, hopefully well.

>How-To-Repeat:
	
>Fix:

	

--- Makefile begins here ---
# New ports collection makefile for:	subversion
# Date created:				10 September 2001
# Whom:					rooneg@electricjellyfish.net
#
# $FreeBSD: ports/devel/subversion/Makefile,v 1.22 2003/01/24 07:08:11 kuriyama Exp $

PORTNAME=	subversion
PORTVERSION=	r4503	# 0.17.1
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://subversion.tigris.org/files/documents/15/2699/

MAINTAINER=	rodrigc@attbi.com

LIB_DEPENDS=	db4:${PORTSDIR}/databases/db4 \
		neon.23:${PORTSDIR}/www/neon \
		expat.4:${PORTSDIR}/textproc/expat2 \
		apr-0.9:${PORTSDIR}/devel/apr
RUN_DEPENDS=	gdiff3:${PORTSDIR}/textproc/diffutils
BUILD_DEPENDS=	gdiff3:${PORTSDIR}/textproc/diffutils

WRKSRC=	${WRKDIR}/subversion-${PORTVERSION}
GNU_CONFIGURE=	yes
USE_REINPLACE=	yes
CONFIGURE_ARGS= --with-ssl \
		--with-neon=${LOCALBASE} \
		--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
		--with-apr=${LOCALBASE}/lib/apache2 \
		--with-apr-util=${LOCALBASE}/lib/apache2 \
		--with-apxs=/usr/local/sbin/apxs

MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no

post-extract:
	@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure

	@${RM} -r ${WRKSRC}/neon
	@${RM} -r ${WRKSRC}/apr
	@${RM} -r ${WRKSRC}/apr-util

post-configure:
	@${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile
	@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
	cd ${WRKSRC}/doc/book; \
	${MAKE} INSTALL_DIR=${DOCSDIR} install-book
.endif

.include <bsd.port.mk>
--- Makefile ends here ---


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

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?200301271652.h0RGq9Wq039296>