svn commit: r365446 - branches/2014Q3/graphics/xfpovray

Antoine Brodin antoine at FreeBSD.org
Wed Aug 20 12:24:24 UTC 2014


Author: antoine
Date: Wed Aug 20 12:24:23 2014
New Revision: 365446
URL: http://svnweb.freebsd.org/changeset/ports/365446
QAT: https://qat.redports.org/buildarchive/r365446/

Log:
  MFH: r364411
  
  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:
  branches/2014Q3/graphics/xfpovray/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/graphics/xfpovray/Makefile
==============================================================================
--- branches/2014Q3/graphics/xfpovray/Makefile	Wed Aug 20 12:21:48 2014	(r365445)
+++ branches/2014Q3/graphics/xfpovray/Makefile	Wed Aug 20 12:24:23 2014	(r365446)
@@ -13,6 +13,8 @@ EXTRACT_SUFX=	.tgz
 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-all mailing list