pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/vimb



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Jan 21 11:32:59 UTC 2022

Modified Files:
        pkgsrc/www/vimb: Makefile

Log Message:
vimb: Replace shebang in all scripts

On Solaris 10 the default /bin/sh ends up in syntax error when trying
to evaluate CONSTANT=$(...).

Patch from Claes Nästén via PR pkg/56510, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/vimb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/vimb/Makefile
diff -u pkgsrc/www/vimb/Makefile:1.45 pkgsrc/www/vimb/Makefile:1.46
--- pkgsrc/www/vimb/Makefile:1.45       Wed Dec  8 16:07:01 2021
+++ pkgsrc/www/vimb/Makefile    Fri Jan 21 11:32:59 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2021/12/08 16:07:01 adam Exp $
+# $NetBSD: Makefile,v 1.46 2022/01/21 11:32:59 leot Exp $
 
 DISTNAME=      vimb-3.6.0
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fanglingsu/}
 
@@ -30,6 +30,8 @@ MAKE_FLAGS+=  EXAMPLEPREFIX="${DESTDIR}${
 MAKE_FLAGS+=   MANPREFIX="${DESTDIR}${PREFIX}/${PKGMANDIR}"
 MAKE_FLAGS+=   RUNPREFIX="${PREFIX}"
 
+REPLACE_SH+=   src/scripts/js2h.sh
+
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index