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:13:10 UTC 2019

Modified Files:
        pkgsrc/inputmethod/uim: Makefile Makefile.common
Removed Files:
        pkgsrc/inputmethod/uim/patches: patch-sigscheme_configure

Log Message:
Fix build and uim-elisp

* Restore UIM_VERSION. It is used uim-elisp package
* Fix segfault of uim-module-manager during build.
* Remove an unused patch.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/inputmethod/uim/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/uim/Makefile.common
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/inputmethod/uim/patches/patch-sigscheme_configure

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.154 pkgsrc/inputmethod/uim/Makefile:1.155
--- pkgsrc/inputmethod/uim/Makefile:1.154       Fri Nov  1 16:21:11 2019
+++ pkgsrc/inputmethod/uim/Makefile     Tue Nov  5 17:13:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2019/11/01 16:21:11 nia Exp $
+# $NetBSD: Makefile,v 1.155 2019/11/05 17:13:10 ryoon Exp $
 
 .include "../../inputmethod/uim/Makefile.common"
 
@@ -10,6 +10,9 @@ CONFLICTS+=   uim-qt4-immodule-[0-9]*
 GNU_CONFIGURE= YES
 USE_LIBTOOL=   YES
 
+# Do not segfault uim-module-manager during build
+BUILDLINK_TRANSFORM+=  opt:-O2:-O1
+
 USE_TOOLS+=    gmake pkg-config
 USE_TOOLS+=    intltool msgfmt msgmerge xgettext
 USE_LANGUAGES= c99 c++03
@@ -49,6 +52,8 @@ 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

Index: pkgsrc/inputmethod/uim/Makefile.common
diff -u pkgsrc/inputmethod/uim/Makefile.common:1.14 pkgsrc/inputmethod/uim/Makefile.common:1.15
--- pkgsrc/inputmethod/uim/Makefile.common:1.14 Fri Nov  1 16:21:11 2019
+++ pkgsrc/inputmethod/uim/Makefile.common      Tue Nov  5 17:13:10 2019
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.14 2019/11/01 16:21:11 nia Exp $
+# $NetBSD: Makefile.common,v 1.15 2019/11/05 17:13:10 ryoon Exp $
 #
 # used by inputmethod/uim/Makefile
 # used by inputmethod/uim-elisp/Makefile
 
-DISTNAME=      uim-1.8.8
+UIM_VERSION=   1.8.8
+DISTNAME=      uim-${UIM_VERSION}
 CATEGORIES=    inputmethod
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=uim/}
 GITHUB_RELEASE=        ${DISTNAME:S/^uim-//1}



Home | Main Index | Thread Index | Old Index