Received: by mail.netbsd.org (Postfix, from userid 605) id CE85284DD3; Wed, 16 Aug 2017 21:44:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61CA384DC3 for ; Wed, 16 Aug 2017 21:44:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VHXKKiBlASiH for ; Wed, 16 Aug 2017 21:44:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD56E84D26 for ; Wed, 16 Aug 2017 21:44:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4888FAD0; Wed, 16 Aug 2017 21:44:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502919845293410" MIME-Version: 1.0 Date: Wed, 16 Aug 2017 21:44:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xscreensaver To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170816214405.B4888FAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1502919845293410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 16 21:44:05 UTC 2017 Modified Files: pkgsrc/x11/xscreensaver: Makefile Removed Files: pkgsrc/x11/xscreensaver/files: pipes.c Log Message: Do not use old pipes.c file from xscreensaver-5.17. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/x11/xscreensaver/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xscreensaver/files/pipes.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502919845293410 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xscreensaver/Makefile diff -u pkgsrc/x11/xscreensaver/Makefile:1.110 pkgsrc/x11/xscreensaver/Makefile:1.111 --- pkgsrc/x11/xscreensaver/Makefile:1.110 Wed Aug 16 07:33:39 2017 +++ pkgsrc/x11/xscreensaver/Makefile Wed Aug 16 21:44:05 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.110 2017/08/16 07:33:39 wiz Exp $ +# $NetBSD: Makefile,v 1.111 2017/08/16 21:44:05 wiz Exp $ COMMENT= Screen saver and locker for the X window system +PKGREVISION= 1 CONFLICTS+= xscreensaver-gnome<4.14 @@ -15,10 +16,6 @@ CONFIGURE_ARGS+= --with-configdir=${PREF EGDIR= ${PREFIX}/share/examples/xscreensaver MESSAGE_SUBST+= EGDIR=${EGDIR:Q} -# use pipes from 5.17, the new version is too slow -post-extract: - ${CP} ${FILESDIR}/pipes.c ${WRKSRC}/hacks/glx - INSTALLATION_DIRS= ${EGDIR}/pam.d post-install: --_----------=_1502919845293410--