pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Oct 13 17:54:57 UTC 2018

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Hm, we need to ensure the gcc-wrap script is executable.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.56 pkgsrc/lang/rust/Makefile:1.57
--- pkgsrc/lang/rust/Makefile:1.56      Sat Oct 13 11:46:47 2018
+++ pkgsrc/lang/rust/Makefile   Sat Oct 13 17:54:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/10/13 11:46:47 he Exp $
+# $NetBSD: Makefile,v 1.57 2018/10/13 17:54:57 he Exp $
 
 DISTNAME=      rustc-1.29.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -238,6 +238,7 @@ post-extract:
 .if ${OPSYS} == "NetBSD"
        ${RM} -f ${.CURDIR}/files/c++-wrap
        ${LN} -s ${.CURDIR}/files/gcc-wrap ${.CURDIR}/files/c++-wrap
+       ${CHMOD} +x ${.CURDIR}/files/gcc-wrap
 .endif
 
 .if ${OPSYS} != "SunOS"



Home | Main Index | Thread Index | Old Index