svn commit: r364411 - head/graphics/xfpovray

Antoine Brodin antoine at FreeBSD.org
Sat Aug 9 08:56:49 UTC 2014


Author: antoine
Date: Sat Aug  9 08:56:48 2014
New Revision: 364411
URL: http://svnweb.freebsd.org/changeset/ports/364411
QAT: https://qat.redports.org/buildarchive/r364411/

Log:
  Mark BROKEN: fails to link
  
  cc -O2 -pipe -fno-strict-aliasing       -I/usr/local/include -I../flx -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO    -DHELP_DIR=\"/usr/local/lib/X11/xfpovray/help\" -c ./util.c
  rm -f xfpovray
  cc -o xfpovray       -L/usr/local/lib   ./build_pages.o 	./callbacks.o 	./show_image.o 	./xfpovray.o 	./tips.o 	./state.o 	./config.o 	./run_program.o 	./util.o  ../flx/libflx.a -L/usr/local/lib -lforms -lXpm -lm -lXext -lX11  -Wl,-rpath,/usr/local/lib
  ../flx/libflx.a(flx_return_button.o): In function `draw_return_button':
  flx_return_button.c:(.text+0x178): undefined reference to `fl_drw_box'
  flx_return_button.c:(.text+0x1a9): undefined reference to `fl_drw_box'
  flx_return_button.c:(.text+0x1ff): undefined reference to `fl_drw_box'
  *** [xfpovray] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/xfpovray/Makefile

Modified: head/graphics/xfpovray/Makefile
==============================================================================
--- head/graphics/xfpovray/Makefile	Sat Aug  9 08:53:57 2014	(r364410)
+++ head/graphics/xfpovray/Makefile	Sat Aug  9 08:56:48 2014	(r364411)
@@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR=	apps/graphics/rays/p
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphical interface to POV-Ray
 
+BROKEN=		Fails to link
+
 LIB_DEPENDS=	libforms.so:${PORTSDIR}/x11-toolkits/xforms
 RUN_DEPENDS=	povray:${PORTSDIR}/graphics/povray-meta
 


More information about the svn-ports-head mailing list