Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2009 05:15:23 GMT
From:      Sahil Tandon <sahil@tandon.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139471: [PATCH] devel/clewn: fix mtree with custom PREFIX
Message-ID:  <200910100515.n9A5FNGb004848@www.freebsd.org>
Resent-Message-ID: <200910100520.n9A5K1L7025206@freefall.freebsd.org>

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

>Number:         139471
>Category:       ports
>Synopsis:       [PATCH] devel/clewn: fix mtree with custom PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 10 05:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        7.2-RELEASE
>Organization:
>Environment:
>Description:
Broken mtree in case of custom PREFIX; see QATty log:

http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/clewn-1.14.log
>How-To-Repeat:

>Fix:
Apply patch.

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/clewn/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	27 Aug 2009 09:23:31 -0000	1.2
+++ Makefile	10 Oct 2009 05:12:06 -0000
@@ -16,6 +16,7 @@
 RUN_DEPENDS=	vim>=6.3:${PORTSDIR}/editors/vim
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV+= vimdir=${PREFIX}/share/vim/vimfiles
 USE_GMAKE=	yes
 
 .include <bsd.port.mk>


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



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