pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/uim



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Nov  5 17:28:37 UTC 2019

Modified Files:
        pkgsrc/inputmethod/uim: Makefile

Log Message:
Remove bogus PaX MPROTECT unsafe


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/inputmethod/uim/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/uim/Makefile
diff -u pkgsrc/inputmethod/uim/Makefile:1.155 pkgsrc/inputmethod/uim/Makefile:1.156
--- pkgsrc/inputmethod/uim/Makefile:1.155       Tue Nov  5 17:13:10 2019
+++ pkgsrc/inputmethod/uim/Makefile     Tue Nov  5 17:28:37 2019
@@ -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 @@ CONF_FILES+=          ${EGDIR}/installed-modules
 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