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 A01C37A0F3 for ; Thu, 20 Apr 2017 09:12:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 524168556D; Thu, 20 Apr 2017 09:12:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6F3484DD0 for ; Thu, 20 Apr 2017 09:12:05 +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 DiFq-71ICYBn for ; Thu, 20 Apr 2017 09:12:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48E1684D99 for ; Thu, 20 Apr 2017 09:12:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4727CFBE4; Thu, 20 Apr 2017 09:12:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492679525196530" MIME-Version: 1.0 Date: Thu, 20 Apr 2017 09:12:05 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/shells/zsh To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170420091205.4727CFBE4@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. --_----------=_1492679525196530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Apr 20 09:12:05 UTC 2017 Modified Files: pkgsrc/shells/zsh: Makefile Log Message: Requires libiconv. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/shells/zsh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492679525196530 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/zsh/Makefile diff -u pkgsrc/shells/zsh/Makefile:1.77 pkgsrc/shells/zsh/Makefile:1.78 --- pkgsrc/shells/zsh/Makefile:1.77 Sun Jan 29 05:31:13 2017 +++ pkgsrc/shells/zsh/Makefile Thu Apr 20 09:12:05 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2017/01/29 05:31:13 mef Exp $ +# $NetBSD: Makefile,v 1.78 2017/04/20 09:12:05 jperkin Exp $ .include "../../shells/zsh/Makefile.common" @@ -31,4 +31,5 @@ SUBST_SED.prefix-fixup+= -e 's|^\#\!/usr SUBST_SED.prefix-fixup+= -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g' SUBST_SED.prefix-fixup+= -e 's|^\#\! zsh|\#\! ${PREFIX}/bin/zsh|g' +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1492679525196530--