Index: head/textproc/uim-el/Makefile =================================================================== --- head/textproc/uim-el/Makefile (revision 544800) +++ head/textproc/uim-el/Makefile (revision 544801) @@ -1,42 +1,42 @@ # Created by: MANTANI Nobutaka # $FreeBSD$ PORTNAME= uim-el PORTVERSION= 1.8.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= https://github.com/uim/uim/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Emacs lisp for uim input method library RUN_DEPENDS= uim-el-agent:textproc/uim USES= emacs gettext-tools gmake gnome iconv perl5 tar:bzip2 USE_GNOME= intltool USE_PERL5= build GNU_CONFIGURE= yes BUILD_WRKSRC= ${WRKSRC}/emacs INSTALL_WRKSRC= ${WRKSRC}/emacs CONFIGURE_ARGS?=--enable-emacs --with-lispdir=${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} CONFIGURE_ENV= EMACS="${EMACS_CMD}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim-el PLIST_SUB+= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}" OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR_JA} ${INSTALL_DATA} ${WRKSRC}/emacs/README ${STAGEDIR}${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/emacs/README.ja ${STAGEDIR}${DOCSDIR_JA}/README.ja .include Index: head/textproc/uim-el/files/patch-emacs_Makefile.in =================================================================== --- head/textproc/uim-el/files/patch-emacs_Makefile.in (revision 544800) +++ head/textproc/uim-el/files/patch-emacs_Makefile.in (revision 544801) @@ -1,20 +1,20 @@ ---- emacs/Makefile.in.orig Fri Jun 9 10:47:01 2006 -+++ emacs/Makefile.in Mon Jun 12 01:12:29 2006 -@@ -37,8 +37,6 @@ +--- emacs/Makefile.in.orig 2018-05-11 21:27:46 UTC ++++ emacs/Makefile.in +@@ -89,8 +89,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -@UIM_EL_TRUE@bin_PROGRAMS = uim-el-agent$(EXEEXT) \ -@UIM_EL_TRUE@ uim-el-helper-agent$(EXEEXT) subdir = emacs - DIST_COMMON = README $(am__dist_uimel_lisp_DATA_DIST) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING INSTALL -@@ -874,7 +872,7 @@ + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_have_stl.m4 \ +@@ -1087,7 +1085,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(PROGRAMS) $(DATA) +all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uimel_lispdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ Index: head/textproc/uim-el/files/patch-emacs_uim-helper.el =================================================================== --- head/textproc/uim-el/files/patch-emacs_uim-helper.el (nonexistent) +++ head/textproc/uim-el/files/patch-emacs_uim-helper.el (revision 544801) @@ -0,0 +1,11 @@ +--- emacs/uim-helper.el.orig 2017-08-14 00:07:26 UTC ++++ emacs/uim-helper.el +@@ -106,7 +106,7 @@ + (if (not proc) + (error "uim.el: Couldn't invoke uim-el-helper-agent.")) + +- (process-kill-without-query proc) ++ (set-process-query-on-exit-flag proc nil) + + ;; wait "OK" + (let ((patience uim-startup-timeout) (ok nil)) Property changes on: head/textproc/uim-el/files/patch-emacs_uim-helper.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/uim-el/files/patch-emacs_uim.el =================================================================== --- head/textproc/uim-el/files/patch-emacs_uim.el (nonexistent) +++ head/textproc/uim-el/files/patch-emacs_uim.el (revision 544801) @@ -0,0 +1,11 @@ +--- emacs/uim.el.orig 2018-05-08 04:53:27 UTC ++++ emacs/uim.el +@@ -488,7 +488,7 @@ + (error "uim.el: Couldn't invoke uim-el-agent.")) + + ;; don't ask kill +- (process-kill-without-query proc) ++ (set-process-query-on-exit-flag proc nil) + + ;; wait "OK" + (let ((patience uim-startup-timeout) (ok nil)) Property changes on: head/textproc/uim-el/files/patch-emacs_uim.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property