Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/x11/x11vnc/Makefile 2018/01/28 20:11:10 1.70 +++ pkgsrc/x11/x11vnc/Makefile 2021/09/29 19:01:31 1.88 @@ -1,30 +1,31 @@ -# $NetBSD: Makefile,v 1.70 2018/01/28 20:11:10 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2021/09/29 19:01:31 adam Exp $ # -DISTNAME= x11vnc-0.9.13 -PKGREVISION= 32 +DISTNAME= x11vnc-0.9.16 +PKGREVISION= 10 CATEGORIES= x11 net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=LibVNC/} +GITHUB_PROJECT= x11vnc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.karlrunge.com/x11vnc/ COMMENT= VNC server for real X displays LICENSE= gnu-gpl-v2 +USE_TOOLS+= autoconf automake autoreconf gmake pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-system-libvncserver - PTHREAD_AUTO_VARS= yes SUBST_CLASSES+= pthread SUBST_STAGE.pthread= pre-configure SUBST_FILES.pthread= configure SUBST_SED.pthread= -e 's|-lpthread||g' +SUBST_NOOP_OK.pthread= yes # configure does not contain "pthread" .include "options.mk" -BUILD_DIRS= x11vnc -INSTALL_DIRS= x11vnc classes +pre-configure: + cd ${WRKSRC} && autoreconf -vif .include "../../security/openssl/buildlink3.mk" .include "../../net/libvncserver/buildlink3.mk"