From owner-svn-ports-head@freebsd.org Sat Sep 14 15:44:02 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A021DF81FD; Sat, 14 Sep 2019 15:44:02 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Vxcy3QJdz47F0; Sat, 14 Sep 2019 15:44:02 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58A6521EF5; Sat, 14 Sep 2019 15:44:02 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8EFi26k018080; Sat, 14 Sep 2019 15:44:02 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8EFi22t018078; Sat, 14 Sep 2019 15:44:02 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201909141544.x8EFi22t018078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 14 Sep 2019 15:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512026 - in head/textproc/uim: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: in head/textproc/uim: . files X-SVN-Commit-Revision: 512026 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2019 15:44:02 -0000 Author: nobutaka Date: Sat Sep 14 15:44:01 2019 New Revision: 512026 URL: https://svnweb.freebsd.org/changeset/ports/512026 Log: - Sync with update of japanese/anthy. - Bump PORTREVISION. Added: head/textproc/uim/files/patch-configure (contents, props changed) Modified: head/textproc/uim/Makefile Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Sat Sep 14 15:35:15 2019 (r512025) +++ head/textproc/uim/Makefile Sat Sep 14 15:44:01 2019 (r512026) @@ -3,7 +3,7 @@ PORTNAME= uim PORTVERSION= 1.8.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= textproc MASTER_SITES= https://github.com/uim/uim/releases/download/${PORTVERSION}/ .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE GPLv2+ GPLv3+ LGPL21+ PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES+= gettext gmake iconv libedit libtool pathfix pkgconfig perl5 sqlite tar:bzip2 +USES+= gettext gmake gnome iconv libedit libtool pathfix pkgconfig perl5 sqlite tar:bzip2 USE_LDCONFIG= yes USE_GNOME+= glib20 intltool USE_PERL5= build Added: head/textproc/uim/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uim/files/patch-configure Sat Sep 14 15:44:01 2019 (r512026) @@ -0,0 +1,57 @@ +--- configure.orig 2018-05-11 21:27:48 UTC ++++ configure +@@ -20052,8 +20052,8 @@ if test "x$with_anthy" = xyes; then + ANTHY_LIBS="-lanthy -lanthydic" + ANTHY_CFLAGS="" + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"anthy >= 8622\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "anthy >= 8622") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"anthy >= 0.4\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "anthy >= 0.4") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +@@ -20095,12 +20095,12 @@ if test -n "$ANTHY_UTF8_CFLAGS"; then + pkg_cv_ANTHY_UTF8_CFLAGS="$ANTHY_UTF8_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"anthy >= 8622\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "anthy >= 8622") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"anthy >= 0.4\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "anthy >= 0.4") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_ANTHY_UTF8_CFLAGS=`$PKG_CONFIG --cflags "anthy >= 8622" 2>/dev/null` ++ pkg_cv_ANTHY_UTF8_CFLAGS=`$PKG_CONFIG --cflags "anthy >= 0.4" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -20112,12 +20112,12 @@ if test -n "$ANTHY_UTF8_LIBS"; then + pkg_cv_ANTHY_UTF8_LIBS="$ANTHY_UTF8_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"anthy >= 8622\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "anthy >= 8622") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"anthy >= 0.4\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "anthy >= 0.4") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_ANTHY_UTF8_LIBS=`$PKG_CONFIG --libs "anthy >= 8622" 2>/dev/null` ++ pkg_cv_ANTHY_UTF8_LIBS=`$PKG_CONFIG --libs "anthy >= 0.4" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -20138,9 +20138,9 @@ else + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- ANTHY_UTF8_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "anthy >= 8622" 2>&1` ++ ANTHY_UTF8_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "anthy >= 0.4" 2>&1` + else +- ANTHY_UTF8_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "anthy >= 8622" 2>&1` ++ ANTHY_UTF8_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "anthy >= 0.4" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$ANTHY_UTF8_PKG_ERRORS" >&5