From owner-svn-ports-head@freebsd.org Sun Jul 5 15:24:36 2015 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 5FA44A165; Sun, 5 Jul 2015 15:24:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E38E1B0E; Sun, 5 Jul 2015 15:24:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pddu5 with SMTP id u5so3545027pdd.3; Sun, 05 Jul 2015 08:24:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=beDH/M+MzN3HREKTu+836d3RZNmYpbr7UQrAKOaYD08=; b=ETyYgiADbv6dMmp6ZIFGer8O7pgDTnt466hf47L+gC6kUZ2hxBfsLGi8xQTI1bqG2C W5ATALGnEfx3LUE0z0o4uzGD4WZ7L1lZT6zbJgXOgz0OSI/RutZJthWTEDwD78PYzs4m Sme1FNISnzm1JE3j8+ndM9l7PFutPU0+6yym3zYID9XDgQJy3iH73yrQaAvmhvet9v+G psAjualHmytsIEihbXM2+qhS2HYJ/K8xBH33fIriG85IVFI9yNOhtZnZRSf83YKJuOCV dNd27WKx/zMh3ecJTk3KOPC7TRTe9Dsucry22JJJJ3JHmi33C8mhboh/R/bFFZ5HE1qk NfCw== X-Received: by 10.66.139.41 with SMTP id qv9mr96392841pab.35.1436109875879; Sun, 05 Jul 2015 08:24:35 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id kh6sm15182303pbc.50.2015.07.05.08.24.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Jul 2015 08:24:35 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2 References: <201507042141.t64Lfu60047288@repo.freebsd.org> <55987B68.1090206@FreeBSD.org> <559929BA.4010701@rainbow-runner.nl> To: Koop Mast , Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55994C2D.6040107@FreeBSD.org> Date: Mon, 6 Jul 2015 01:24:29 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <559929BA.4010701@rainbow-runner.nl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 05 Jul 2015 15:24:36 -0000 On 5/07/2015 10:57 PM, Koop Mast wrote: > On 5-7-2015 2:33, Kubilay Kocak wrote: >> On 5/07/2015 7:41 AM, Ruslan Makhmatkhanov wrote: >>> CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` >>> LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` >> These would be perfect variables for USES=python :) >> > Go wild, what is stopping you? :) > E_TODOLIST :)