Date: Fri, 18 Mar 2022 13:26:00 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe7ff92f2646 - main - cad/freecad: Add CPE information Message-ID: <202203181326.22IDQ08e003059@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe7ff92f26468bd1e22d8aad92b7419a16642e3f commit fe7ff92f26468bd1e22d8aad92b7419a16642e3f Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 12:57:17 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:46 +0000 cad/freecad: Add CPE information Approved by: portmgr (blanket) --- cad/freecad/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 2c9833d244fa..bd3555fbc761 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= dos2unix compiler:c++17-lang cmake gl eigen:3 fortran jpeg \ +USES= dos2unix compiler:c++17-lang cmake cpe gl eigen:3 fortran jpeg \ localbase:ldflags pkgconfig python:3.7+ localbase qt:5 xorg USE_GITHUB= yes USE_XORG= ice sm x11 xext xt @@ -42,6 +42,8 @@ USE_QT= buildtools concurrent core gui network opengl printsupport \ qmake_build svg webkit widgets xml xmlpatterns USE_LDCONFIG= yes +CPE_VENDOR= freecad_project + VTK_VER= 9.1 DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203181326.22IDQ08e003059>