pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/chemtool chemtool: Mark as PaX mprotect unsafe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e13c8843167
branches:  trunk
changeset: 347367:0e13c8843167
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 11 04:04:41 2020 +0000

description:
chemtool: Mark as PaX mprotect unsafe to prevent segfault

Bump PKGREVISION.

diffstat:

 biology/chemtool/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 93ca13bdf98a -r 0e13c8843167 biology/chemtool/Makefile
--- a/biology/chemtool/Makefile Sat Jan 11 02:41:21 2020 +0000
+++ b/biology/chemtool/Makefile Sat Jan 11 04:04:41 2020 +0000
@@ -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 @@
 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