From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 3 10:40:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA71416A4CE for ; Mon, 3 May 2004 10:40:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26FE43D58 for ; Mon, 3 May 2004 10:40:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i43HeNrN020682 for ; Mon, 3 May 2004 10:40:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i43HeNKb020677; Mon, 3 May 2004 10:40:23 -0700 (PDT) (envelope-from gnats) Date: Mon, 3 May 2004 10:40:23 -0700 (PDT) Message-Id: <200405031740.i43HeNKb020677@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Franz Klammer Subject: Re: ports/66205: editors/vim updated to p521 unbuildable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Franz Klammer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 17:40:23 -0000 The following reply was made to PR ports/66205; it has been noted by GNATS. From: Franz Klammer To: freebsd-gnats-submit@FreeBSD.org, marck@rinet.ru Cc: Subject: Re: ports/66205: editors/vim updated to p521 unbuildable Date: Mon, 03 May 2004 19:31:39 +0200 here's my solution to make vim build. it's a patch for patch-01: --------------- begin ------------------- --- patch-01.orig Sun Nov 2 00:41:22 2003 +++ patch-01 Mon May 3 19:27:35 2004 @@ -115,3 +115,14 @@ uninstall: uninstall_runtime -rm -f $(DEST_BIN)/$(VIMTARGET) +--- Makefile.orig Mon May 3 19:13:43 2004 ++++ Makefile Mon May 3 19:14:15 2004 +@@ -1925,7 +1925,7 @@ + -rm -f *.o objects/* core $(VIMTARGET).core $(VIMTARGET) xxd/*.o + -rm -f $(TOOLS) auto/osdef.h auto/pathdef.c auto/if_perl.c + -rm -f conftest* *~ auto/link.sed +- if test -d $(PODIR); then \ ++ if test -f $(PODIR)/Makefile; then \ + cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) clean; \ + fi + ---------------- end -------------------