pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38710: editors/vim-share fails to build under Linux => 7 failed packages



>Number:         38710
>Category:       pkg
>Synopsis:       editors/vim-share fails to build under Linux => 7 failed 
>packages
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 20 22:15:00 +0000 2008
>Originator:     cheusov%tut.by@localhost
>Release:        NetBSD 4.0_STABLE
>Organization:
>Environment:
System: NetBSD chen.chizhovka.net 4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #3: 
Wed Apr 23 00:58:08 EEST 2008 
cheusov%chen.chizhovka.net@localhost:/srv/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
http://www.mova.org/~cheusov/pub/pkgsrc-pbulk/Debian-etch/current/log/20080519.1218/editors/vim-share/stage_install.html

   => Checking for non-existent script interpreters in vim-share-7.1.297
   ERROR: [check-interpreter.mk] The interpreter "/bin/csh" of 
"/usr/pkg/share/vim/vim71/tools/vim132" does not exist.
   *** Error code 1

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/editors/vim-share/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile    18 Dec 2007 08:15:03 -0000      1.27
+++ Makefile    20 May 2008 22:11:27 -0000
@@ -14,9 +14,14 @@
 
 BUILD_TARGET=          vim
 INSTALL_TARGET=                installruntime installmacros installtutor 
installtools
-USE_TOOLS+=            awk
+USE_TOOLS+=            awk csh:run
 INSTALL_MAKE_FLAGS+=   ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK} 
TOOLS_SETENV=${TOOLS_SETENV}
 
 PLIST_SUBST+=          VIM_SUBDIR=${VIM_SUBDIR}
 
+REPLACE_INTERPRETER+=  csh
+REPLACE.csh.old=       /bin/csh
+REPLACE.csh.new=       ${CSH}
+REPLACE_FILES.csh=     runtime/tools/vim132
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index