Date: Wed, 2 Oct 2019 07:01:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513551 - branches/2019Q4/math/ngraph Message-ID: <201910020701.x9271bUH019061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910020701.x9271bUH019061>