pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-base



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 20 18:13:52 UTC 2019

Modified Files:
        pkgsrc/devel/git-base: Makefile

Log Message:
git-base: add NOT_PAX_MPROTECT_SAFE for bin/git


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/git-base/Makefile

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

Modified files:

Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.69 pkgsrc/devel/git-base/Makefile:1.70
--- pkgsrc/devel/git-base/Makefile:1.69 Fri Nov  8 12:24:31 2019
+++ pkgsrc/devel/git-base/Makefile      Wed Nov 20 18:13:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2019/11/08 12:24:31 adam Exp $
+# $NetBSD: Makefile,v 1.70 2019/11/20 18:13:52 adam Exp $
 
 .include "../../devel/git/Makefile.common"
 
@@ -94,6 +94,8 @@ CONFIGURE_ARGS+=      git_cv_ld_dashr=no
 INSTALL_ENV+=          NO_CROSS_DIRECTORY_HARDLINKS=1
 INSTALL_ENV+=          NO_INSTALL_HARDLINKS=1
 
+NOT_PAX_MPROTECT_SAFE= bin/git # pcre2
+
 post-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/contrib/completion/git-completion.bash \



Home | Main Index | Thread Index | Old Index