svn commit: r398030 - head/games/foobillard

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


Author: antoine
Date: Sun Sep 27 10:23:34 2015
New Revision: 398030
URL: https://svnweb.freebsd.org/changeset/ports/398030

Log:
  Mark BROKEN: fails to link
  
  cc -Wall `/usr/local/bin/freetype-config --cflags`  -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND  -O2 -pipe  -fstack-protector -fno-strict-aliasing  `/usr/local/bin/freetype-config --libs`  -lglut -L/usr/local/lib -fstack-protector -o foobillard  billard3d.o billmove.o billard.o vmath.o ball.o png_loader.o table.o queue.o aiplayer.o options.o evaluate_move.o helpscreen.o textobj.o font.o sys_stuff.o net_socket.o sound_stuff.o menu.o bumpref.o -lSM -lICE -L/usr/local/lib  -lGL -lGLU -lXaw -lm -lXi -lpng -lz
  ball.o: In function `draw_balls':
  ball.c:(.text+0x4ddc): undefined reference to `glProgramParameter4fNV'
  
  Reported by:	pkg-fallout

Modified:
  head/games/foobillard/Makefile

Modified: head/games/foobillard/Makefile
==============================================================================
--- head/games/foobillard/Makefile	Sun Sep 27 09:04:24 2015	(r398029)
+++ head/games/foobillard/Makefile	Sun Sep 27 10:23:34 2015	(r398030)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://foobillard.sunsite.
 MAINTAINER=	thomas at bsdunix.ch
 COMMENT=	Free OpenGL billiards game
 
+BROKEN=		fails to link
+
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 


More information about the svn-ports-all mailing list