ports/66205: editors/vim updated to p521 unbuildable

Franz Klammer klammer at webonaut.com
Mon May 3 17:40:23 UTC 2004


The following reply was made to PR ports/66205; it has been noted by GNATS.

From: Franz Klammer <klammer at webonaut.com>
To: freebsd-gnats-submit at FreeBSD.org, marck at 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 -------------------
 



More information about the freebsd-ports-bugs mailing list