Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 13:38:15 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7202f2c38354 - main - net/x11vnc: drop unused libpthread-stubs
Message-ID:  <202302131338.31DDcFIM010286@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7202f2c383543ddd75986be07a800562e74d76c4

commit 7202f2c383543ddd75986be07a800562e74d76c4
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-02-13 13:37:54 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-02-13 13:37:54 +0000

    net/x11vnc: drop unused libpthread-stubs
    
    PR: 269466
---
 net/x11vnc/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile
index db304f37e874..2c95f289fcc7 100644
--- a/net/x11vnc/Makefile
+++ b/net/x11vnc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	x11vnc
 PORTVERSION=	0.9.16
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 
 MAINTAINER=	dinoex@FreeBSD.org
@@ -9,7 +9,6 @@ WWW=		https://github.com/LibVNC/x11vnc
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 LIB_DEPENDS=	libvncserver.so:net/libvncserver
 
 USES=		cpe iconv pkgconfig jpeg ssl gmake autoreconf xorg
@@ -22,7 +21,6 @@ CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include
 USE_GITHUB=	yes
 GH_ACCOUNT=	LibVNC
-#DEFAULT_VERSIONS=	ssl=openssl
 
 CPE_VENDOR=	x11vnc_project
 



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