From owner-freebsd-perl@FreeBSD.ORG Mon Jul 9 01:36:30 2007 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B18216A469 for ; Mon, 9 Jul 2007 01:36:30 +0000 (UTC) (envelope-from rossiya@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id AAD0A13C46E for ; Mon, 9 Jul 2007 01:36:29 +0000 (UTC) (envelope-from rossiya@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1207931uge for ; Sun, 08 Jul 2007 18:36:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=m+RCSXCSgHjJiufVlSAXzesFIFRDVTpLK01waSu4RKNUKcQK5Wva/MfITyoyR7Hx+K8t+Ai9W6soG+NjX0kaYgsJAq8oZt7QWWClVpsa3DitXB1MOVpdvYx8Wvh+y1Q1Z7wbIP9aa1e67xvw9bwFuEMi5lcA9zmnqLTwRxdePQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NVgepiSO5L74QHWifpIiBFrl4oaqOWmmJSPnjQnghG1Vg1Y47FCRA/zQRQZiIE3h8p0nBnGt2ZNlSR6GHo1pQ6qwT9W3WQ7xC5yg4aP6n8vLrnvZgbe66V86tFnN5Kk6+PfUwfiN/PHfaLMWsksI568orqt8EIZTLszbiVNLdqk= Received: by 10.78.170.6 with SMTP id s6mr1332807hue.1183943308271; Sun, 08 Jul 2007 18:08:28 -0700 (PDT) Received: by 10.78.47.3 with HTTP; Sun, 8 Jul 2007 18:08:27 -0700 (PDT) Message-ID: <28a99ba50707081808k7017ea58g6718446790b6be1b@mail.gmail.com> Date: Sun, 8 Jul 2007 18:08:28 -0700 From: MC To: perl@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: PDL X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 01:36:30 -0000 Hi ./files/patch-perldl.conf in /usr/ports/math/PDL still points to the old XFree86 [something] directory which broke Tri3d submodules. It confirmed building after changing to : + OPENGL_LIBS => '-L/usr/local/lib -lGL -lGLU -lXext -lX11', + OPENGL_INC => '-I/usr/local/include', Myles