svn commit: r302955 - head/graphics/p5-OpenGL

Chris Rees crees at FreeBSD.org
Wed Aug 22 18:19:52 UTC 2012


On 22 August 2012 19:15, Chris Rees <crees at 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 at 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



More information about the svn-ports-head mailing list