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 C2EE57A1F7 for ; Thu, 1 Jun 2017 22:14:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C5DF84D9A; Thu, 1 Jun 2017 22:14:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA61684D96 for ; Thu, 1 Jun 2017 22:14:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id K1ywRcFunpe1 for ; Thu, 1 Jun 2017 22:14:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3121284CEE for ; Thu, 1 Jun 2017 22:14:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AF00FBEE; Thu, 1 Jun 2017 22:14:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496355285262670" MIME-Version: 1.0 Date: Thu, 1 Jun 2017 22:14:45 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-gdbm To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170601221445.2AF00FBEE@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. --_----------=_1496355285262670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jun 1 22:14:45 UTC 2017 Modified Files: pkgsrc/databases/ruby-gdbm: Makefile Log Message: Prepare for Ruby 2.4. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/ruby-gdbm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496355285262670 Content-Disposition: inline Content-Length: 842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-gdbm/Makefile diff -u pkgsrc/databases/ruby-gdbm/Makefile:1.33 pkgsrc/databases/ruby-gdbm/Makefile:1.34 --- pkgsrc/databases/ruby-gdbm/Makefile:1.33 Tue May 30 15:46:21 2017 +++ pkgsrc/databases/ruby-gdbm/Makefile Thu Jun 1 22:14:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/05/30 15:46:21 taca Exp $ +# $NetBSD: Makefile,v 1.34 2017/06/01 22:14:45 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -13,8 +13,9 @@ COMMENT= Ruby extension to GDBM library USE_RUBY_EXTCONF= yes DISTINFO_FILE= ${RUBY_DISTINFO_FILE} -EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm +EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm ${RUBY_DISTNAME}/include WRKSRC= ${RUBY_WRKSRC}/ext/gdbm +MAKE_ENV+= top_srcdir=../.. .include "../../lang/ruby/modules.mk" .include "../../lang/ruby/Makefile.common" --_----------=_1496355285262670--