From owner-freebsd-perl@FreeBSD.ORG Wed Aug 22 18:19:51 2012 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3021106566B; Wed, 22 Aug 2012 18:19:51 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id BF8B38FC12; Wed, 22 Aug 2012 18:19:50 +0000 (UTC) Received: by lbbgg13 with SMTP id gg13so1011448lbb.13 for ; Wed, 22 Aug 2012 11:19:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=p/DgKPfbzLeWHtN38nYlWeko3/vXcjGnK6nkYeo1PVs=; b=QiLE6LEnd5LVeY1kuzxLiVk3YQAPFiSk60v79QCDc8cfO08sxOWtnbPKwfU3X86Ejp 8cOGHGPPRQX2b1ZIy7wF2m4pEZsMdqDTNnB7cLk1dS9+bJQKmaTb2MVPZks4ea/cRJZi 9CPBCCZqzSLqygnTs13fjBnXKblJX3F04AgdxVIDxGChMYmsHTN8MfZ6hpS/atqxG60n XisSDJxzEdazAcJZIstCRC7i7s7iwkr2VlhiJcpFoixFjZwnKlFrJeeeZiCCwJ49yUpu o0MQMereNgZWRRsMpiCYMp6qzObKl8wiOikLovE4LbiTGqJk3/O+JNbn3MYlbaR6xR08 7TzA== Received: by 10.112.27.197 with SMTP id v5mr6221655lbg.81.1345659582890; Wed, 22 Aug 2012 11:19:42 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.112.60.227 with HTTP; Wed, 22 Aug 2012 11:19:12 -0700 (PDT) In-Reply-To: <201208221815.q7MIFG4M074100@svn.freebsd.org> References: <201208221815.q7MIFG4M074100@svn.freebsd.org> From: Chris Rees Date: Wed, 22 Aug 2012 19:19:12 +0100 X-Google-Sender-Auth: 0hwcGitqiwybr2d_v_imhauG49I Message-ID: To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, perl Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: svn commit: r302955 - head/graphics/p5-OpenGL 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: Wed, 22 Aug 2012 18:19:52 -0000 On 22 August 2012 19:15, Chris Rees wrote: > Author: crees > Date: Wed Aug 22 18:15:15 2012 > New Revision: 302955 > URL: http://svn.freebsd.org/changeset/ports/302955 > > Log: > There's apparently a magic variable, USE_DISPLAY that I'd somehow missed. > > Hopefully this will fix the build on pointyhat... > > Submitted by: beat > Submitted by: linimon > > Modified: > head/graphics/p5-OpenGL/Makefile > > Modified: head/graphics/p5-OpenGL/Makefile > ============================================================================== > --- head/graphics/p5-OpenGL/Makefile Wed Aug 22 18:09:57 2012 (r302954) > +++ head/graphics/p5-OpenGL/Makefile Wed Aug 22 18:15:15 2012 (r302955) > @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- > MAINTAINER= perl@FreeBSD.org > COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX > > -IS_INTERACTIVE= requires an X server for configure stage > +USE_DISPLAY= requires an X server for configure stage Oh dear... I screwed up here. Apparently USE_DISPLAY has spontaneously stopped working, and I hurried to correct the 'mistake' without reading the emails properly. Sorry for the noise here, I know I've got it wrong, and I'll have to look tomorrow when I have time-- I've not broken anything more than it was before :/ Chris