ports/99177: [ports/subversion] Added findutils as a dependency if WITH_ASVN is specified. Deleted in the asvn script an instruction that generates a syntax error

ivan.lago at ifom-ieo-campus.it ivan.lago at ifom-ieo-campus.it
Mon Jun 19 10:50:25 UTC 2006


>Number:         99177
>Category:       ports
>Synopsis:       [ports/subversion] Added findutils as a dependency if WITH_ASVN is specified. Deleted in the asvn script an instruction that generates a syntax error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 10:50:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Lago
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
European Insitute of Oncology
>Environment:
System: FreeBSD hostmailtest.ifom-ieo-campus.it 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Fri May 19 10:51:33 CEST 2006 root at hostmailtest.ifom-ieo-campus.it:/usr/obj/usr/src/sys/HOSTMAILTEST i386


>Description:
	When the WITH_ASVN flag is specified we must install findutils because asvn uses gfind.
	The instruction EDITOR?=vi generated a syntax error. I deleted the EDITOR setting at all so that everyone can use his own preferred editor
>How-To-Repeat:
	
>Fix:

--- svn.patch begins here ---
diff -ruN /usr/ports/devel/subversion/Makefile subversion/Makefile
--- /usr/ports/devel/subversion/Makefile	Tue Jun  6 20:52:10 2006
+++ subversion/Makefile	Mon Jun 19 11:26:29 2006
@@ -6,7 +6,7 @@
 
 PORTNAME=	subversion
 PORTVERSION=	1.3.2
-PORTREVISION?=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://subversion.tigris.org/downloads/:main \
 		http://svnbook.red-bean.com/en/1.1/:bookhtml \
@@ -36,6 +36,10 @@
 TXT_DOCS=	BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README
 .if !defined(NOPORTDOCS)
 PORTDOCS=	${TXT_DOCS}
+.endif
+
+.if defined(WITH_ASVN)
+RUN_DEPENDS= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install
 .endif
 
 .if !defined(WITHOUT_NLS)
diff -ruN /usr/ports/devel/subversion/files/patch-contrib--client-side--asvn subversion/files/patch-contrib--client-side--asvn
--- /usr/ports/devel/subversion/files/patch-contrib--client-side--asvn	Thu May 25 13:17:17 2006
+++ subversion/files/patch-contrib--client-side--asvn	Mon Jun 19 12:39:05 2006
@@ -1,13 +1,5 @@
 --- contrib/client-side/asvn.orig	Tue Jun 15 06:02:44 2004
 +++ contrib/client-side/asvn	Thu May 18 16:05:43 2006
-@@ -36,6 +36,7 @@
- #
- #
- #-------------------------------------------------------------------------
-+EDITOR?=vi
- SVN=/usr/local/bin/svn
- ACTION=""
- DEV_PROP="dir:devices"
 @@ -46,7 +47,7 @@
  TMPFILE2=/tmp/asvn.tmp2.$$
  PCWD=`/bin/pwd`
--- svn.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list