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 656317A46B for ; Sun, 3 Jul 2016 15:20:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1157185E99; Sun, 3 Jul 2016 15:20:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94FC085E94 for ; Sun, 3 Jul 2016 15:20: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 SkIwKIBWi2nH for ; Sun, 3 Jul 2016 15:20:17 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21A0C85E25 for ; Sun, 3 Jul 2016 15:20:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1880EFBB5; Sun, 3 Jul 2016 15:20:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467559217251130" MIME-Version: 1.0 Date: Sun, 3 Jul 2016 15:20:17 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20160703152017.1880EFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467559217251130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Sun Jul 3 15:20:17 UTC 2016 Modified Files: pkgsrc/doc/guide/files: platforms.xml Log Message: Remove Cygwin section. bootstrap/README.Cygwin now contains a complete copy of the information conveyed here. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/doc/guide/files/platforms.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467559217251130 Content-Disposition: inline Content-Length: 1791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/platforms.xml diff -u pkgsrc/doc/guide/files/platforms.xml:1.93 pkgsrc/doc/guide/files/platforms.xml:1.94 --- pkgsrc/doc/guide/files/platforms.xml:1.93 Sun Jul 3 15:05:48 2016 +++ pkgsrc/doc/guide/files/platforms.xml Sun Jul 3 15:20:16 2016 @@ -1,4 +1,4 @@ - + Using pkgsrc on systems other than &os; @@ -69,30 +69,6 @@ For details related to supported versions consult the platform-specific README files found in - - Cygwin - - You need to install minimal base packages in `Base' category - plus any of compiler, gcc, gcc4, and/or clang. - For gcc and gcc4, C and C++ compiler will be installed by default, - but you can install Fortran compiler additionally - because it will be required to use libtool. - If it is not installed (or too old), Fortran compiler will be - installed with pkgsrc automatically. - - As noted in - Cygwin FAQ: `Why doesn't su work?', - su(1) command has been in Cygwin distribution, but it has never worked. - Unless you bootstrap pkgsrc with the --unprivileged option, workaround is: - - - - Right click "Cygwin Terminal" in your Start Menu, - then pick "Run as administrator". - - - - Interix --_----------=_1467559217251130--