svn commit: r513549 - head/math/ngraph

Antoine Brodin antoine at FreeBSD.org
Wed Oct 2 06:59:38 UTC 2019


Author: antoine
Date: Wed Oct  2 06:59:38 2019
New Revision: 513549
URL: https://svnweb.freebsd.org/changeset/ports/513549

Log:
  Mark BROKEN: fails to link
  
  cc -o ngraph x11/main.o x11/x11.a src/kern.a  -L/usr/local/lib -lXm -lm -L/usr/local/lib -lXext -lXt -lXp -lX11 -lICE -lSM
  /usr/bin/ld: cannot find -lXp
  
  Reported by:	pkg-fallout
  MFH:		2019Q4

Modified:
  head/math/ngraph/Makefile

Modified: head/math/ngraph/Makefile
==============================================================================
--- head/math/ngraph/Makefile	Wed Oct  2 06:57:57 2019	(r513548)
+++ head/math/ngraph/Makefile	Wed Oct  2 06:59:38 2019	(r513549)
@@ -14,6 +14,8 @@ COMMENT=	XY plotting tool for students, scientists, an
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/gpl.txt
 
+BROKEN=		/usr/bin/ld: cannot find -lXp
+
 USES=		gmake motif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list