Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2023 17:36:42 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 795c1cc72043 - main - cad/freecad: drop unused libarea dependency
Message-ID:  <202309281736.38SHagYX089450@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=795c1cc720436261b76b2127a43483e668b21564

commit 795c1cc720436261b76b2127a43483e668b21564
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2023-09-28 17:35:05 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2023-09-28 17:35:05 +0000

    cad/freecad: drop unused libarea dependency
    
    FreeCAD comes with it's own forked copy of that library for some
    time now, and upstream for libarea looks abandoned.
    
    Reported by:    fluffy@
---
 cad/freecad/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index 3ed09b00b327..44a55d2e41dd 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	FreeCAD
 DISTVERSION=	0.21.1
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	cmt@FreeBSD.org
@@ -28,7 +29,6 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libTKernel.so:cad/opencascade \
 		libxerces-c.so:textproc/xerces-c3 \
 		libboost_thread.so:devel/boost-libs \
-		libarea.so:devel/libarea \
 		libmed.so:french/med \
 		libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} \
 		libhdf5.so:science/hdf5



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