Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 16:02:50 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9002faa9925c - 2023Q1 - math/xspread: drop unused libpthread-stubs
Message-ID:  <202302101602.31AG2oZ2057897@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9002faa9925cb6488105345682cee97379e9e9e7

commit 9002faa9925cb6488105345682cee97379e9e9e7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-10 15:49:58 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-10 16:02:44 +0000

    math/xspread: drop unused libpthread-stubs
    
    libpthread-stubs no longer provides shared library since 9cba0ef67a30:
    
    $ make clean all WITH=X11
    [...]
    ===>   xspread-3.1.1c_4 depends on shared library: libpthread-stubs.so - not found
    
    (cherry picked from commit 04c0110c8ac4c40469614a375715188a99e74e5d)
---
 math/xspread/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/math/xspread/Makefile b/math/xspread/Makefile
index cd3731ec84a6..465da2df9492 100644
--- a/math/xspread/Makefile
+++ b/math/xspread/Makefile
@@ -26,7 +26,6 @@ PLIST_FILES=	bin/pxspread bin/xspread man/man1/pxspread.1.gz \
 OPTIONS_DEFINE=	X11 DOCS
 
 X11_USE=		XORG=x11,xau,xcb,xdmcp,xt
-X11_LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs
 X11_USES=		localbase xorg
 X11_CONFIGURE_ENV_OFF=	ac_cv_header_X11_X_h=no
 



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