Date: Thu, 23 Aug 2012 16:46:06 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: Chris Rees <crees@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, =?UTF-8?Q?Beat_G=C3=A4tzi?= <beat@freebsd.org>, perl <perl@freebsd.org>, ports-committers@freebsd.org Subject: Re: svn commit: r302955 - head/graphics/p5-OpenGL Message-ID: <CAMHz58SCDs9g_%2BVRWSk41cj36BrFDsm19AK9f7LvFjLhvJOVoQ@mail.gmail.com> In-Reply-To: <CADLo839nrE3W9geD90ckrGEeRaNXhdiKDrCaLnspyuR6DttqvQ@mail.gmail.com> References: <201208221815.q7MIFG4M074100@svn.freebsd.org> <CADLo839nrE3W9geD90ckrGEeRaNXhdiKDrCaLnspyuR6DttqvQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I've added USE_DISPLAY=yes to deal with X11 issue when I updated p5-OpenGL to 0.66. And it passed tests [1] in tinderbox at that time. I don't know why it doesn't work now. BTW, it has two USE_DISPLAY in Makefile now. [1] I have a locally-patched bsd.port.mk (regression-test:) to run "make test" for p5- ports. Regards, sunpoet On Thu, Aug 23, 2012 at 2:19 AM, Chris Rees <crees@freebsd.org> wrote: > On 22 August 2012 19:15, Chris Rees <crees@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58SCDs9g_%2BVRWSk41cj36BrFDsm19AK9f7LvFjLhvJOVoQ>