git: 997c6f614c09 - main - cad/openscad*: Remove dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 08:52:09 UTC
The branch main has been updated by mr: URL: https://cgit.FreeBSD.org/ports/commit/?id=997c6f614c090f619fe9f047f738654a369c3860 commit 997c6f614c090f619fe9f047f738654a369c3860 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2024-10-24 08:50:03 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2024-10-24 08:50:03 +0000 cad/openscad*: Remove dependency Now since qt5-multimedia depends on alsa plugin openscad* doesnt need to PR: 276276 --- cad/openscad-devel/Makefile | 3 +-- cad/openscad/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile index 8aa1235e5ef9..3c2965a8577e 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= openscad PORTVERSION= 2024.10.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad PKGNAMESUFFIX= -devel @@ -30,7 +30,6 @@ LIB_DEPENDS= libzip.so:archivers/libzip \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ libdouble-conversion.so:devel/double-conversion \ - libasound_module_pcm_oss.so:audio/alsa-plugins \ libtbb.so:devel/onetbb CONFLICTS= openscad diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index b02bf9951a3b..b3ae2b686e55 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,6 +1,6 @@ PORTNAME= openscad PORTVERSION= 2024.10.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad #PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -29,7 +29,6 @@ LIB_DEPENDS= libzip.so:archivers/libzip \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ libdouble-conversion.so:devel/double-conversion \ - libasound_module_pcm_oss.so:audio/alsa-plugins \ libtbb.so:devel/onetbb CONFLICTS= openscad-devel