pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/chemtool



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jan 11 04:04:42 UTC 2020

Modified Files:
        pkgsrc/biology/chemtool: Makefile

Log Message:
chemtool: Mark as PaX mprotect unsafe to prevent segfault

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/biology/chemtool/Makefile

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

Modified files:

Index: pkgsrc/biology/chemtool/Makefile
diff -u pkgsrc/biology/chemtool/Makefile:1.61 pkgsrc/biology/chemtool/Makefile:1.62
--- pkgsrc/biology/chemtool/Makefile:1.61       Sun Jul 21 22:24:29 2019
+++ pkgsrc/biology/chemtool/Makefile    Sat Jan 11 04:04:41 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2019/07/21 22:24:29 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2020/01/11 04:04:41 ryoon Exp $
 
 DISTNAME=      chemtool-1.6.14
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    biology
 MASTER_SITES=  http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
 
@@ -20,6 +20,9 @@ CONFIGURE_ARGS+=      --without-gnomedir
 LIBS+=                 ${LDFLAGS}
 INSTALLATION_DIRS=     share/doc/chemtool share/examples/chemtool
 
+NOT_PAX_MPROTECT_SAFE+=        bin/chemtool
+NOT_PAX_MPROTECT_SAFE+=        bin/chemtoolbg
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/examples/* ${DESTDIR}${PREFIX}/share/examples/chemtool
        cd ${WRKSRC} && ${INSTALL_DATA} README TODO                     \



Home | Main Index | Thread Index | Old Index