svn commit: r513551 - branches/2019Q4/math/ngraph

Antoine Brodin antoine at FreeBSD.org
Wed Oct 2 07:01:37 UTC 2019


Author: antoine
Date: Wed Oct  2 07:01:36 2019
New Revision: 513551
URL: https://svnweb.freebsd.org/changeset/ports/513551

Log:
  MFH: r513549
  
  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

Modified:
  branches/2019Q4/math/ngraph/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/math/ngraph/Makefile
==============================================================================
--- branches/2019Q4/math/ngraph/Makefile	Wed Oct  2 07:00:52 2019	(r513550)
+++ branches/2019Q4/math/ngraph/Makefile	Wed Oct  2 07:01:36 2019	(r513551)
@@ -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-branches mailing list