Date: Mon, 3 May 2004 10:40:23 -0700 (PDT) From: Franz Klammer <klammer@webonaut.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/66205: editors/vim updated to p521 unbuildable Message-ID: <200405031740.i43HeNKb020677@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66205; it has been noted by GNATS. From: Franz Klammer <klammer@webonaut.com> 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 -------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405031740.i43HeNKb020677>