From owner-svn-ports-head@FreeBSD.ORG Sun Dec 29 11:03:55 2013 Return-Path: Delivered-To: svn-ports-head@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 A615D1A1; Sun, 29 Dec 2013 11:03:55 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60B931B63; Sun, 29 Dec 2013 11:03:55 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D042CBDC3E; Sun, 29 Dec 2013 12:03:51 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id ADF96BDC2E; Sun, 29 Dec 2013 12:03:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 191B1CAF9DC4; Sun, 29 Dec 2013 12:03:51 +0100 (CET) Date: Sun, 29 Dec 2013 12:03:50 +0100 From: Mathieu Arnold To: Wolfgang Jenkner , Boris Samorodov Subject: Re: svn commit: r337610 - in head/print: foomatic-db foomatic-db-engine foomatic-db/files foomatic-filters Message-ID: In-Reply-To: <85eh4wbevd.fsf@iznogoud.viz> References: <201312261938.rBQJcH4x042285@svn.freebsd.org> <85eh4wbevd.fsf@iznogoud.viz> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 29 Dec 2013 11:03:55 -0000 +--On 29 d=C3=A9cembre 2013 02:45:36 +0100 Wolfgang Jenkner = wrote: | +.if ${PORT_OPTIONS:MCOLORD} | +LIB_DEPENDS+=3D libdbus-1.so:${PORTSDIR}/devel/dbus | +RUN_DEPENDS+=3D colormgr:${PORTSDIR}/graphics/colord | +CONFIGURE_ARGS+=3D --enable-dbus | +.else | +CONFIGURE_ARGS+=3D --disable-dbus | +.endif That should really be : COLORD_LIB_DEPENDS=3D libdbus-1.so:${PORTSDIR}/devel/dbus COLORD_RUN_DEPENDS=3D colormgr:${PORTSDIR}/graphics/colord COLORD_CONFIGURE_ENABLE=3D dbus :-) --=20 Mathieu Arnold