svn commit: r398031 - head/graphics/ffff

Antoine Brodin antoine at FreeBSD.org
Sun Sep 27 10:29:23 UTC 2015


Author: antoine
Date: Sun Sep 27 10:29:22 2015
New Revision: 398031
URL: https://svnweb.freebsd.org/changeset/ports/398031

Log:
  Mark BROKEN: fails to link
  
  g++48  -L/usr/local/lib -lpthread -lglut -lGL -lXext -lX11 -lXmu  -lGLU -lm -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FFFF3.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FragmentProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FragmentProgramARB10.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/GPUProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/PixelBuffer.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramATI.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/extensions.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/vpext.obj -o /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/ffff
  /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj: In function `VertexProgramNV::setOrtho2D(double, double, double, double)':
  VertexProgramNV.cpp:(.text+0x167): undefined reference to `glTrackMatrixNV'
  /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj: In function `VertexProgramNV::initializeGPU_VP(int, int, int, double, double, double, double)':
  VertexProgramNV.cpp:(.text+0x2ae): undefined reference to `glGenProgramsNV'
  VertexProgramNV.cpp:(.text+0x2c3): undefined reference to `glBindProgramNV'
  VertexProgramNV.cpp:(.text+0x31d): undefined reference to `glLoadProgramNV'
  VertexProgramNV.cpp:(.text+0x361): undefined reference to `glProgramParameter4fNV'
  VertexProgramNV.cpp:(.text+0x395): undefined reference to `glProgramParameter4fNV'
  VertexProgramNV.cpp:(.text+0x3c9): undefined reference to `glProgramParameter4fNV'
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/ffff/Makefile

Modified: head/graphics/ffff/Makefile
==============================================================================
--- head/graphics/ffff/Makefile	Sun Sep 27 10:23:34 2015	(r398030)
+++ head/graphics/ffff/Makefile	Sun Sep 27 10:29:22 2015	(r398031)
@@ -11,6 +11,8 @@ DISTNAME=	FFFF${PORTVERSION}-src
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fast Mandelbrot fractal generator
 
+BROKEN=		fails to link
+
 USE_XORG=	x11 xmu xext
 USE_GL=		gl glut
 USES=		dos2unix zip


More information about the svn-ports-all mailing list