From owner-svn-ports-head@FreeBSD.ORG Sun Dec 1 11:52:36 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 493F7A3B; Sun, 1 Dec 2013 11:52:36 +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 05D34107E; Sun, 1 Dec 2013 11:52:34 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BF8B9BDC70; Sun, 1 Dec 2013 12:52:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=ormXqj7AoTX c1A6/Sf0yGCezXFM=; b=L5URXD8yKJh9oj1GegvbJMcL/XXS4km/l4aVUpSASNp PMkotTtN/kwESbWvIdMw1RJv15QxijqQ4NmBDExA64ADFOh7RHVl3/sL7CulgiHT oyowUzS/DUDy0RS+vyh+R9VXWX8x+lE3ehMLutFPhV3CDGYV9KNibjipSqCCegvo = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 9CE58BDC64; Sun, 1 Dec 2013 12:52:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 44A55C8F24BD; Sun, 1 Dec 2013 12:52:32 +0100 (CET) Date: Sun, 01 Dec 2013 12:52:31 +0100 From: Mathieu Arnold To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r335374 - head/graphics/graphviz Message-ID: <90EDAAAA55082DDE156A2E84@atuin.in.mat.cc> In-Reply-To: <201312011138.rB1BcdXS010109@svn.freebsd.org> References: <201312011138.rB1BcdXS010109@svn.freebsd.org> 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 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 01 Dec 2013 11:52:36 -0000 +--On 1 d=C3=A9cembre 2013 11:38:39 +0000 Dirk Meyer = wrote: | +.if ${PORT_OPTIONS:MGVEDIT} | +USE_QT4=3D qmake_build moc_build rcc_build uic_build linguist_build | corelib gui | +.endif That could be : GVEDIT_USE=3D qt4=3Dqmake_build,moc_build,rcc_build,uic_build,linguist_build,corelib,gui | .if ${PORT_OPTIONS:MTK} | CPPFLAGS+=3D -I${TK_INCLUDEDIR} | USE_TK_BUILD=3D 84+ | CONFIGURE_ARGS+=3D --with-wish=3D${WISH} | CONFIGURE_ENV+=3D TKCONFIG=3D"${TK_LIBDIR}/tkConfig.sh" That : TK_CPPFLAGS=3D -I${TK_INCLUDEDIR} TK_USE=3D TK_BUILD=3D84+ TK_CONFIGURE_ON=3D --with-wish=3D${WISH} TK_CONFIGURE_ENV=3D TKCONFIG=3D"${TK_LIBDIR}/tkConfig.sh" | .if ${PORT_OPTIONS:MXPM} | USE_XORG+=3D xaw xpm xmu xt sm ice xext x11 xau xdmcp xp XPM_USE=3D XORG=3Dxaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp,xp Same with all USE_FOO=3Dbar baz --=20 Mathieu Arnold