Received: by mail.netbsd.org (Postfix, from userid 605) id C6B1285686; Thu, 6 Jul 2017 11:31:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55C3684D8C for ; Thu, 6 Jul 2017 11:31:17 +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 hjamENqMoUdF for ; Thu, 6 Jul 2017 11:31:16 +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 D606E84D73 for ; Thu, 6 Jul 2017 11:31:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4145FAE8; Thu, 6 Jul 2017 11:31:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499340676219460" MIME-Version: 1.0 Date: Thu, 6 Jul 2017 11:31:16 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/editors/sandy To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20170706113116.D4145FAE8@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. --_----------=_1499340676219460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Thu Jul 6 11:31:16 UTC 2017 Modified Files: pkgsrc/editors/sandy: Makefile distinfo pkgsrc/editors/sandy/patches: patch-sandy.c Log Message: termios.h is not just for SunOS thanks wiz@ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/sandy/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/sandy/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/sandy/patches/patch-sandy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1499340676219460 Content-Disposition: inline Content-Length: 2149 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/sandy/Makefile diff -u pkgsrc/editors/sandy/Makefile:1.6 pkgsrc/editors/sandy/Makefile:1.7 --- pkgsrc/editors/sandy/Makefile:1.6 Fri Apr 1 16:51:16 2016 +++ pkgsrc/editors/sandy/Makefile Thu Jul 6 11:31:16 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/04/01 16:51:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2017/07/06 11:31:16 wiedi Exp $ # DISTNAME= sandy-0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_LOCAL} Index: pkgsrc/editors/sandy/distinfo diff -u pkgsrc/editors/sandy/distinfo:1.7 pkgsrc/editors/sandy/distinfo:1.8 --- pkgsrc/editors/sandy/distinfo:1.7 Thu Jul 6 09:09:02 2017 +++ pkgsrc/editors/sandy/distinfo Thu Jul 6 11:31:16 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2017/07/06 09:09:02 wiedi Exp $ +$NetBSD: distinfo,v 1.8 2017/07/06 11:31:16 wiedi Exp $ SHA1 (sandy-0.4.tar.gz) = da5e8820e73ae3e849df469d32887c5227a15d74 RMD160 (sandy-0.4.tar.gz) = e230a230edf02f499ee5bbe57e3ac70cfcf228c0 SHA512 (sandy-0.4.tar.gz) = 3773c81aadeb4b55e3c77a9eecf447e2791ea43f9461d37a02a3e2eb84d9343f4951e3bb6d60f04059f12b4d9223aaaf1eed532fdad8f64726cc252af77dc7bb Size (sandy-0.4.tar.gz) = 19243 bytes -SHA1 (patch-sandy.c) = a9f09dc792314a2947a892961b995ce19a0c0c30 +SHA1 (patch-sandy.c) = 5fdeb40a4be64043c8f3b20a9aa956a06a24cf4a Index: pkgsrc/editors/sandy/patches/patch-sandy.c diff -u pkgsrc/editors/sandy/patches/patch-sandy.c:1.1 pkgsrc/editors/sandy/patches/patch-sandy.c:1.2 --- pkgsrc/editors/sandy/patches/patch-sandy.c:1.1 Thu Jul 6 09:09:02 2017 +++ pkgsrc/editors/sandy/patches/patch-sandy.c Thu Jul 6 11:31:16 2017 @@ -1,15 +1,13 @@ -$NetBSD: patch-sandy.c,v 1.1 2017/07/06 09:09:02 wiedi Exp $ +$NetBSD: patch-sandy.c,v 1.2 2017/07/06 11:31:16 wiedi Exp $ -Needs include for TIOCGWINSZ on SunOS +Needs include for TIOCGWINSZ --- sandy.c.orig 2011-04-01 16:05:58.000000000 +0000 +++ sandy.c -@@ -14,6 +14,10 @@ +@@ -14,6 +14,8 @@ #include #include -+#if defined(__sun) -+#include -+#endif ++#include + /* Defines */ #ifndef PIPESIZ /* This is POSIX magic */ --_----------=_1499340676219460--