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 02B277A3D5 for ; Sun, 3 Jul 2016 19:25:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A361C85EA4; Sun, 3 Jul 2016 19:25:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32B9B85E99 for ; Sun, 3 Jul 2016 19:25: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 6m3UNx6iSoe2 for ; Sun, 3 Jul 2016 19:25:16 +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 A845F85E25 for ; Sun, 3 Jul 2016 19:25:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E957FBB5; Sun, 3 Jul 2016 19:25:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467573916288310" MIME-Version: 1.0 Date: Sun, 3 Jul 2016 19:25:16 +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: <20160703192516.9E957FBB5@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. --_----------=_1467573916288310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Sun Jul 3 19:25:16 UTC 2016 Modified Files: pkgsrc/doc/guide/files: platforms.xml Log Message: Remove Linux section, README.Linux contains a copy of the information which is more recently maintained. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 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. --_----------=_1467573916288310 Content-Disposition: inline Content-Length: 2786 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.96 pkgsrc/doc/guide/files/platforms.xml:1.97 --- pkgsrc/doc/guide/files/platforms.xml:1.96 Sun Jul 3 19:15:50 2016 +++ pkgsrc/doc/guide/files/platforms.xml Sun Jul 3 19:25:16 2016 @@ -1,4 +1,4 @@ - + Using pkgsrc on systems other than &os; @@ -273,58 +273,5 @@ interix:kP=\E[S:kN=\E[T:kH=\E[U:dc@:DC@: - - - Linux - - Some versions of Linux (for example Debian GNU/Linux) need - either libtermcap or libcurses (libncurses). Installing the - distributions libncurses-dev package (or equivalent) should fix - the problem. - - pkgsrc supports both gcc (GNU Compiler Collection) and icc - (Intel C++ Compiler). gcc is the default. icc 8.0 and 8.1 on - i386 have been tested. - - To bootstrap using icc, assuming the default icc installation - directory: - - -env ICCBASE=/opt/intel/cc/10.1.008 ./bootstrap --compiler=icc - - - - For icc 8.0 you must add `LDFLAGS=-static-libcxa' to this. - For icc 8.1 you must add `LDFLAGS=-i-static' instead. - For icc 10.1 neither of these appears to be necessary. - - - Use a value for ICCBASE that corresponds to the directory - where icc is installed. After bootstrapping, set - ICCBASE in &mk.conf;: - - -ICCBASE= /opt/intel/cc/10.1.008 - - - The pkgsrc default for ICCBASE is - /opt/intel_cc_80. This is the default - install directory for icc 8.0. If you are using a more recent - version, be sure to set the correct path explicitly. - - - pkgsrc uses the static linking method of the runtime libraries - provided by icc, so binaries can be run on other systems which do not - have the shared libraries installed. - - Libtool, however, extracts a list of libraries from the - &man.ld.1; command run when linking a C++ shared library and - records it, throwing away the -Bstatic and -Bdynamic options - interspersed between the libraries. This means that - libtool-linked C++ shared libraries will have a runtime - dependency on the icc libraries until this is fixed in - libtool. - - --_----------=_1467573916288310--