Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B7FDE7A26F for ; Thu, 4 May 2017 12:21:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 69B7884DC4; Thu, 4 May 2017 12:21:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8EA184DA6 for ; Thu, 4 May 2017 12:21:45 +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 cwkuG01cXakc for ; Thu, 4 May 2017 12:21:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52B5684D72 for ; Thu, 4 May 2017 12:21:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D603FBE4; Thu, 4 May 2017 12:21:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493900505270350" MIME-Version: 1.0 Date: Thu, 4 May 2017 12:21:45 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170504122145.4D603FBE4@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. --_----------=_1493900505270350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu May 4 12:21:45 UTC 2017 Modified Files: pkgsrc/devel/swig: Makefile pkgsrc/devel/swig2: Makefile Log Message: Add examples to CHECK_WRKREF_SKIP. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/swig/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/swig2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493900505270350 Content-Disposition: inline Content-Length: 1339 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/swig/Makefile diff -u pkgsrc/devel/swig/Makefile:1.38 pkgsrc/devel/swig/Makefile:1.39 --- pkgsrc/devel/swig/Makefile:1.38 Fri Jun 12 10:50:00 2015 +++ pkgsrc/devel/swig/Makefile Thu May 4 12:21:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/06/12 10:50:00 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2017/05/04 12:21:45 jperkin Exp $ DISTNAME= swig-1.3.38 PKGREVISION= 1 @@ -27,6 +27,7 @@ USE_LIBTOOL= YES INSTALLATION_DIRS+= share/doc/swig share/examples/swig CHECK_INTERPRETER_SKIP+= share/examples/swig/* +CHECK_WRKREF_SKIP+= share/examples/swig/* post-install: cd ${WRKSRC}/Doc/Manual && \ Index: pkgsrc/devel/swig2/Makefile diff -u pkgsrc/devel/swig2/Makefile:1.9 pkgsrc/devel/swig2/Makefile:1.10 --- pkgsrc/devel/swig2/Makefile:1.9 Fri Jun 12 10:50:00 2015 +++ pkgsrc/devel/swig2/Makefile Thu May 4 12:21:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/05/04 12:21:45 jperkin Exp $ DISTNAME= swig-2.0.12 PKGNAME= ${DISTNAME:S/swig-/swig2-/} @@ -44,6 +44,7 @@ GNU_CONFIGURE= yes INSTALLATION_DIRS+= share/doc/swig/2.0 share/examples/swig/2.0 CHECK_INTERPRETER_SKIP+= share/examples/swig/* +CHECK_WRKREF_SKIP+= share/examples/swig/* # configure fails to generate this on NetBSD LDFLAGS+= -lpcre --_----------=_1493900505270350--