Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 06:59:38 +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: r513549 - head/math/ngraph
Message-ID:  <201910020659.x926xcJ6015097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910020659.x926xcJ6015097>