From owner-svn-ports-head@freebsd.org Mon Dec 11 16:48:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E77DE977CE; Mon, 11 Dec 2017 16:48:56 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id 248C96E11C; Mon, 11 Dec 2017 16:48:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBGmtaX040470; Mon, 11 Dec 2017 16:48:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBGmsaN040466; Mon, 11 Dec 2017 16:48:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712111648.vBBGmsaN040466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 11 Dec 2017 16:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456048 - in head: chinese/ibus-libpinyin chinese/ibus-pinyin devel/d-feet devel/gtranslator X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: chinese/ibus-libpinyin chinese/ibus-pinyin devel/d-feet devel/gtranslator X-SVN-Commit-Revision: 456048 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.25 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: Mon, 11 Dec 2017 16:48:56 -0000 Author: antoine Date: Mon Dec 11 16:48:54 2017 New Revision: 456048 URL: https://svnweb.freebsd.org/changeset/ports/456048 Log: Fix packaging with python3 Modified: head/chinese/ibus-libpinyin/Makefile head/chinese/ibus-pinyin/Makefile head/devel/d-feet/Makefile head/devel/gtranslator/Makefile Modified: head/chinese/ibus-libpinyin/Makefile ============================================================================== --- head/chinese/ibus-libpinyin/Makefile Mon Dec 11 16:29:36 2017 (r456047) +++ head/chinese/ibus-libpinyin/Makefile Mon Dec 11 16:48:54 2017 (r456048) @@ -18,6 +18,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ USES= compiler:c++11-lib gmake python pkgconfig gettext USE_GNOME= glib20 +USE_PYTHON= py3kplist WRKSRC= ${WRKDIR}/${DISTNAME} Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Mon Dec 11 16:29:36 2017 (r456047) +++ head/chinese/ibus-pinyin/Makefile Mon Dec 11 16:48:54 2017 (r456048) @@ -11,7 +11,7 @@ COMMENT= PinYin engine for IBus LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus LIB_DEPENDS= libpyzy-1.0.so:chinese/pyzy \ libibus-1.0.so:textproc/ibus \ @@ -19,6 +19,7 @@ LIB_DEPENDS= libpyzy-1.0.so:chinese/pyzy \ USES= compiler:c++11-lib gmake pkgconfig python autoreconf libtool USE_GNOME= glib20 +USE_PYTHON= py3kplist GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension Modified: head/devel/d-feet/Makefile ============================================================================== --- head/devel/d-feet/Makefile Mon Dec 11 16:29:36 2017 (r456047) +++ head/devel/d-feet/Makefile Mon Dec 11 16:48:54 2017 (r456048) @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool NO_ARCH= yes -USES= gettext gmake gnome perl5 pkgconfig python:2.7+ tar:xz +USES= gettext gmake gnome perl5 pkgconfig python tar:xz USE_GNOME= gtk30 intlhack introspection:build libxml2:build libwnck3 +USE_PYTHON= py3kplist GNU_CONFIGURE= yes USE_PERL5= build INSTALLS_ICONS= yes Modified: head/devel/gtranslator/Makefile ============================================================================== --- head/devel/gtranslator/Makefile Mon Dec 11 16:29:36 2017 (r456047) +++ head/devel/gtranslator/Makefile Mon Dec 11 16:48:54 2017 (r456048) @@ -24,6 +24,7 @@ USE_GNOME= intlhack gnomeprefix gtk30 libgda5 gtksourc introspection:build USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig python tar:xz +USE_PYTHON= py3kplist GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes