svn commit: r513560 - in branches/2019Q4/math/ngraph: . files

Niclas Zeising zeising at FreeBSD.org
Wed Oct 2 08:51:19 UTC 2019


Author: zeising
Date: Wed Oct  2 08:51:18 2019
New Revision: 513560
URL: https://svnweb.freebsd.org/changeset/ports/513560

Log:
  MFH: r513557
  
  math/ngraph: Fix build
  
  Fix build by not trying to link against libXp (since it is deprecated).
  Add missing xorg dependencies.
  remove broken
  
  Approved by:	ports-secteam (joneum)

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

Modified: branches/2019Q4/math/ngraph/Makefile
==============================================================================
--- branches/2019Q4/math/ngraph/Makefile	Wed Oct  2 08:46:19 2019	(r513559)
+++ branches/2019Q4/math/ngraph/Makefile	Wed Oct  2 08:51:18 2019	(r513560)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ngraph
 PORTVERSION=	6.3.54
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://www2e.biglobe.ne.jp/~isizaka/bin/ \
 		PORTS_JP
@@ -14,8 +15,7 @@ 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
+USES=		gmake motif xorg
+USE_XORG=	ice sm x11 xext xt
 
 .include <bsd.port.mk>

Modified: branches/2019Q4/math/ngraph/files/patch-Makefile
==============================================================================
--- branches/2019Q4/math/ngraph/files/patch-Makefile	Wed Oct  2 08:46:19 2019	(r513559)
+++ branches/2019Q4/math/ngraph/files/patch-Makefile	Wed Oct  2 08:51:18 2019	(r513560)
@@ -67,7 +67,7 @@
 +PLATFORM  = '"for X11 [FreeBSD+Motif2.1]"'
 +X11INCLUDE = -I${LOCALBASE}/include -I/usr/dt/include
 +STATICLINK =
-+X11LIB = ${MOTIFLIB} -lm -L${LOCALBASE}/lib -lXext -lXt -lXp -lX11 -lICE -lSM
++X11LIB = ${MOTIFLIB} -lm -L${LOCALBASE}/lib -lXext -lXt -lX11 -lICE -lSM
  #
  ###############################################################################
  


More information about the svn-ports-branches mailing list