From owner-svn-ports-all@freebsd.org Wed Oct 2 08:40:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAFD61270D1; Wed, 2 Oct 2019 08:40:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jqMs4zPBz41bF; Wed, 2 Oct 2019 08:40:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E0A928E2A; Wed, 2 Oct 2019 08:40:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x928eP89074616; Wed, 2 Oct 2019 08:40:25 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x928ePxt074615; Wed, 2 Oct 2019 08:40:25 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201910020840.x928ePxt074615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 2 Oct 2019 08:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513557 - in head/math/ngraph: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/math/ngraph: . files X-SVN-Commit-Revision: 513557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2019 08:40:25 -0000 Author: zeising Date: Wed Oct 2 08:40:24 2019 New Revision: 513557 URL: https://svnweb.freebsd.org/changeset/ports/513557 Log: math/ngraph: Fix build Fix build by not trying to link against libXp (since it is deprecated). Add missing xorg dependencies. remove broken MFH: 2019Q4 Modified: head/math/ngraph/Makefile head/math/ngraph/files/patch-Makefile Modified: head/math/ngraph/Makefile ============================================================================== --- head/math/ngraph/Makefile Wed Oct 2 08:32:22 2019 (r513556) +++ head/math/ngraph/Makefile Wed Oct 2 08:40:24 2019 (r513557) @@ -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 Modified: head/math/ngraph/files/patch-Makefile ============================================================================== --- head/math/ngraph/files/patch-Makefile Wed Oct 2 08:32:22 2019 (r513556) +++ head/math/ngraph/files/patch-Makefile Wed Oct 2 08:40:24 2019 (r513557) @@ -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 # ###############################################################################