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 271C27A3D6 for ; Sun, 3 Jul 2016 19:15:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D128D85EA4; Sun, 3 Jul 2016 19:15:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6387585E99 for ; Sun, 3 Jul 2016 19:15:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Xwws0lbIkoBc for ; Sun, 3 Jul 2016 19:15:50 +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 A738E85E25 for ; Sun, 3 Jul 2016 19:15:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A040EFBB5; Sun, 3 Jul 2016 19:15:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467573350211720" MIME-Version: 1.0 Date: Sun, 3 Jul 2016 19:15:50 +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: <20160703191550.A040EFBB5@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. --_----------=_1467573350211720 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:15:50 UTC 2016 Modified Files: pkgsrc/doc/guide/files: platforms.xml Log Message: Remove Solaris section, bootstrap/README.Solaris provides extensive information To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 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. --_----------=_1467573350211720 Content-Disposition: inline Content-Length: 4340 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.95 pkgsrc/doc/guide/files/platforms.xml:1.96 --- pkgsrc/doc/guide/files/platforms.xml:1.95 Sun Jul 3 15:26:27 2016 +++ pkgsrc/doc/guide/files/platforms.xml Sun Jul 3 19:15:50 2016 @@ -1,4 +1,4 @@ - + Using pkgsrc on systems other than &os; @@ -326,114 +326,5 @@ ICCBASE= /opt/intel/cc/10 libtool. - - - Solaris - - Solaris 2.6 through 10 are supported on both x86 and sparc. - You will need a working C compiler. Both gcc 4.5.3 and - Sun WorkShop 5 have been tested. - - The following packages are required on Solaris 8 for the bootstrap - process and to build packages. - - - SUNWsprot - SUNWarc - SUNWbtool - SUNWtoo - SUNWlibm - - - Please note that the use of GNU binutils on Solaris is - not supported, as of June 2006. - - Whichever compiler you use, please ensure the compiler tools and - your $prefix are in your PATH. This includes - /usr/ccs/{bin,lib} - and e.g. /usr/pkg/{bin,sbin}. - - - If you are using gcc - - It makes life much simpler if you only use the same gcc consistently - for building all packages. - - It is recommended that an external gcc be used only for bootstrapping, - then either build gcc from - lang/gcc46 or install a binary gcc - package, then remove gcc used during bootstrapping. - - Binary packages of gcc can be found through . - - - - If you are using Sun WorkShop - - You will need at least the following packages installed (from WorkShop - 5.0) - - - SPROcc - - Sun WorkShop Compiler C 5.0 - SPROcpl - - Sun WorkShop Compiler C++ 5.0 - SPROild - - Sun WorkShop Incremental Linker - SPROlang - - Sun WorkShop Compilers common components - - - You should set the following variables in your - &mk.conf; file: - - -CC= cc -CXX= CC -CPP= cc -E -CXXCPP= CC -E - - - The CPP setting might break some - packages that use the C preprocessor for processing things other - than C source code. - - - - Building 64-bit binaries with SunPro - - To build 64-bit packages, you just need to have the - following lines in your &mk.conf; file: - - -PKGSRC_COMPILER= sunpro -ABI= 64 - - - This setting has been tested for the SPARC - architecture. Intel and AMD machines need some more - work. - - - Common problems - - Sometimes, when using libtool, - /bin/ksh crashes with a segmentation fault. - The workaround is to use another shell for the configure - scripts, for example by installing shells/bash and adding the following lines - to your &mk.conf;: - - -CONFIG_SHELL= ${LOCALBASE}/bin/bash -WRAPPER_SHELL= ${LOCALBASE}/bin/bash - - - Then, rebuild the devel/libtool-base package. - - - --_----------=_1467573350211720--