pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Remove bogus PaX MPROTECT unsafe



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2b3d95391d1
branches:  trunk
changeset: 343531:e2b3d95391d1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Nov 05 17:28:37 2019 +0000

description:
Remove bogus PaX MPROTECT unsafe

diffstat:

 inputmethod/uim/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 2c47ea3695fd -r e2b3d95391d1 inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile  Tue Nov 05 17:20:22 2019 +0000
+++ b/inputmethod/uim/Makefile  Tue Nov 05 17:28:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2019/11/05 17:13:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.156 2019/11/05 17:28:37 ryoon Exp $
 
 .include "../../inputmethod/uim/Makefile.common"
 
@@ -52,8 +52,6 @@
 PKG_SYSCONFSUBDIR=     uim
 INSTALLATION_DIRS+=    share/doc/uim
 
-NOT_PAX_MPROTECT_SAFE+=        bin/uim-module-manager
-
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/uim
        ${INSTALL_DATA} ${WRKSRC}/doc/COMPATIBILITY ${DESTDIR}${PREFIX}/share/doc/uim



Home | Main Index | Thread Index | Old Index