Date: Mon, 14 Oct 2024 08:03:27 GMT From: Michael Reifenberger <mr@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fd9decd0ffee - main - cad/openscad*: Add dependency Message-ID: <202410140803.49E83R21031126@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mr: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd9decd0ffeec757c3a325242768eadbfac4bb63 commit fd9decd0ffeec757c3a325242768eadbfac4bb63 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2024-10-14 07:59:41 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2024-10-14 08:03:11 +0000 cad/openscad*: Add dependency Add audio/alsa-plugins as a dependency PR: 276276 Reported by: Greg Balfour --- cad/openscad-devel/Makefile | 5 +++-- cad/openscad/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile index 4fd19cdf56cf..b1876916c84b 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= openscad PORTVERSION= 2024.10.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel @@ -19,7 +19,8 @@ BUILD_DEPENDS= cgal>0:math/cgal \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/include/clipper2/clipper.h:cad/Clipper2 \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} -LIB_DEPENDS= libzip.so:archivers/libzip \ +LIB_DEPENDS= libasound_module_pcm_oss.so:audio/alsa-plugins \ + libzip.so:archivers/libzip \ libhidapi.so:comms/hidapi \ libboost_regex.so:devel/boost-libs \ libqscintilla2_qt5.so:devel/qscintilla2-qt5 \ diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index de4a74e2c71b..5d33e58d388b 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,6 +1,6 @@ PORTNAME= openscad PORTVERSION= 2024.10.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad #PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -18,7 +18,8 @@ BUILD_DEPENDS= cgal>0:math/cgal \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/include/clipper2/clipper.h:cad/Clipper2 \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} -LIB_DEPENDS= libzip.so:archivers/libzip \ +LIB_DEPENDS= libasound_module_pcm_oss.so:audio/alsa-plugins \ + libzip.so:archivers/libzip \ libhidapi.so:comms/hidapi \ libboost_regex.so:devel/boost-libs \ libqscintilla2_qt5.so:devel/qscintilla2-qt5 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140803.49E83R21031126>