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 E1D6E7A2B7 for ; Sun, 23 Apr 2017 14:17:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 90CE084DE5; Sun, 23 Apr 2017 14:17:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3DC584D89 for ; Sun, 23 Apr 2017 14:16:58 +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 Sg4WF601UkZT for ; Sun, 23 Apr 2017 14:16:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 31B1D84CE1 for ; Sun, 23 Apr 2017 14:16:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FD04FBE4; Sun, 23 Apr 2017 14:16:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492957018251330" MIME-Version: 1.0 Date: Sun, 23 Apr 2017 14:16:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170423141658.2FD04FBE4@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. --_----------=_1492957018251330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 23 14:16:58 UTC 2017 Modified Files: pkgsrc/lang/ruby: replace.mk Log Message: Remove use of RUBY_ENCODING_ARG. It was used to specify "-K" option with ruby18. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/ruby/replace.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492957018251330 Content-Disposition: inline Content-Length: 764 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/replace.mk diff -u pkgsrc/lang/ruby/replace.mk:1.15 pkgsrc/lang/ruby/replace.mk:1.16 --- pkgsrc/lang/ruby/replace.mk:1.15 Tue Nov 22 15:29:10 2011 +++ pkgsrc/lang/ruby/replace.mk Sun Apr 23 14:16:58 2017 @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.15 2011/11/22 15:29:10 taca Exp $ +# $NetBSD: replace.mk,v 1.16 2017/04/23 14:16:58 taca Exp $ # .if !defined(_RUBY_REPLACE_MK) @@ -14,12 +14,7 @@ _RUBY_REPLACE_MK= # defined REPLACE_INTERPRETER+= ${RUBY_NAME} REPLACE.${RUBY_NAME}.old= .*ruby[0-9.]* - -.if empty(RUBY_ENCODING_ARG) REPLACE.${RUBY_NAME}.new= ${RUBY} -.else -REPLACE.${RUBY_NAME}.new= ${RUBY} ${RUBY_ENCODING_ARG} -.endif REPLACE_FILES.${RUBY_NAME}= ${REPLACE_RUBY} .endif # defined(REPLACE_RUBY) --_----------=_1492957018251330--