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 7D7C17A220 for ; Sun, 23 Apr 2017 09:21:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1F7A384DD2; Sun, 23 Apr 2017 09:21:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5BD584D86 for ; Sun, 23 Apr 2017 09:21:00 +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 FxXRtZcHBogA for ; Sun, 23 Apr 2017 09:21:00 +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 11B8E84CF0 for ; Sun, 23 Apr 2017 09:21:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09109FBE4; Sun, 23 Apr 2017 09:21:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492939260243590" MIME-Version: 1.0 Date: Sun, 23 Apr 2017 09:21:00 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/shells/zsh To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170423092100.09109FBE4@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. --_----------=_1492939260243590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Apr 23 09:20:59 UTC 2017 Modified Files: pkgsrc/shells/zsh [pkgsrc-2017Q1]: Makefile Log Message: Pullup ticket #5329 - requested by sevan shells/zsh: build fix Revisions pulled up: - shells/zsh/Makefile 1.78 --- 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.77.2.1 pkgsrc/shells/zsh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492939260243590 Content-Disposition: inline Content-Length: 731 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.77.2.1 --- pkgsrc/shells/zsh/Makefile:1.77 Sun Jan 29 05:31:13 2017 +++ pkgsrc/shells/zsh/Makefile Sun Apr 23 09:20:59 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2017/01/29 05:31:13 mef Exp $ +# $NetBSD: Makefile,v 1.77.2.1 2017/04/23 09:20:59 bsiegert 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" --_----------=_1492939260243590--