Date: Sun, 27 Sep 2015 10:23:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398030 - head/games/foobillard Message-ID: <201509271023.t8RANZuD017359@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@bsdunix.ch COMMENT= Free OpenGL billiards game +BROKEN= fails to link + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509271023.t8RANZuD017359>