Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 18:02:15 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304851 - head/graphics/p5-OpenGL
Message-ID:  <201209251802.q8PI2FNq071428@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Sep 25 18:02:15 2012
New Revision: 304851
URL: http://svn.freebsd.org/changeset/ports/304851

Log:
  - Disallow from pointyhat: fails to start X server
  
  Reported by:	pointyhat

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Tue Sep 25 17:52:52 2012	(r304850)
+++ head/graphics/p5-OpenGL/Makefile	Tue Sep 25 18:02:15 2012	(r304851)
@@ -19,6 +19,8 @@ COMMENT=	Perl module to display 3D data 
 
 USE_DISPLAY=	requires an X server for configure stage
 
+MANUAL_PACKAGE_BUILD=	fails to start X server on pointyhat
+
 CONFIGURE_ARGS=	interface=GLUT
 PERL_CONFIGURE=	yes
 USE_DISPLAY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209251802.q8PI2FNq071428>