Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 19:00:09 +0400 (MSD)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obrien@FreeBSD.org
Subject:   ports/66205: editors/vim updated to p521 unbuildable
Message-ID:  <200405031500.i43F09q9076794@woozle.rinet.ru>
Resent-Message-ID: <200405031500.i43F0jsW092476@freefall.freebsd.org>

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

>Number:         66205
>Category:       ports
>Synopsis:       editors/vim updated to p521 unbuildable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 03 08:00:44 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 


>Description:

after update editors/vim ports is unbuildable (brokes in pre-configute stage,
inside distclean subtarget)

>How-To-Repeat:

cd /usr/ports/editors/vim
make

>Fix:

I don't know whether it's appropriate patch, but it at least allows vim to be
built:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/vim/Makefile,v
retrieving revision 1.252
diff -u -r1.252 Makefile
--- Makefile	2 May 2004 23:36:15 -0000	1.252
+++ Makefile	3 May 2004 14:57:28 -0000
@@ -137,7 +137,7 @@
 .endif
 
 pre-configure:
-	@(cd ${WRKSRC}; ${MAKE} distclean)
+	-@(cd ${WRKSRC}; ${MAKE} distclean)
 	@${REINPLACE_CMD} -e 's|8\.2|8.4|; \
 		s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|; \
 		s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|' \
>Release-Note:
>Audit-Trail:
>Unformatted:



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