From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 13:58:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C988E28; Sun, 29 Dec 2013 13:58:04 +0000 (UTC) Received: from forward1h.mail.yandex.net (forward1h.mail.yandex.net [84.201.187.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCEAA15FB; Sun, 29 Dec 2013 13:58:03 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward1h.mail.yandex.net (Yandex) with ESMTP id EFEE49E192D; Sun, 29 Dec 2013 17:57:53 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id E1AE41B4216F; Sun, 29 Dec 2013 17:57:52 +0400 (MSK) Received: from 46.38.32.182.tel.ru (46.38.32.182.tel.ru [46.38.32.182]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id qntVa6LgOl-vpW89st8; Sun, 29 Dec 2013 17:57:52 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 5e7d8d8c-47f7-483c-972f-8c7e9ef9bb25 Message-ID: <52C02A5F.7030302@passap.ru> Date: Sun, 29 Dec 2013 17:57:51 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: Mathieu Arnold Subject: Re: svn commit: r337610 - in head/print: foomatic-db foomatic-db-engine foomatic-db/files foomatic-filters References: <201312261938.rBQJcH4x042285@svn.freebsd.org> <85eh4wbevd.fsf@iznogoud.viz> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Wolfgang Jenkner , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 13:58:04 -0000 29.12.2013 15:03, Mathieu Arnold пишет: > > > +--On 29 décembre 2013 02:45:36 +0100 Wolfgang Jenkner > wrote: > | +.if ${PORT_OPTIONS:MCOLORD} > | +LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus > | +RUN_DEPENDS+= colormgr:${PORTSDIR}/graphics/colord > | +CONFIGURE_ARGS+= --enable-dbus > | +.else > | +CONFIGURE_ARGS+= --disable-dbus > | +.endif > > That should really be : > > COLORD_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus > COLORD_RUN_DEPENDS= colormgr:${PORTSDIR}/graphics/colord > COLORD_CONFIGURE_ENABLE= dbus > > :-) Yep, thanks! The whole port may be simplified a lot. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve