Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 08:24:52 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1566fe1dab27 - main - cad/openvsp: drop unused libpthread-stubs
Message-ID:  <202302110824.31B8OqwE060834@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1566fe1dab272560ca8e8225edf12514a6147368

commit 1566fe1dab272560ca8e8225edf12514a6147368
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-10 15:23:38 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-11 08:20:27 +0000

    cad/openvsp: drop unused libpthread-stubs
    
    PR:             269464
    Reported by:    jbeich@FreeBSD.org
---
 cad/openvsp/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 0f3819df4218..92f844648794 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -15,8 +15,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 BROKEN_aarch64=		fails to compile: invokes x86 asm
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
-		${LOCALBASE}/include/glm/glm.hpp:math/glm \
-		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+		${LOCALBASE}/include/glm/glm.hpp:math/glm
 LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \



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