From owner-p4-projects@FreeBSD.ORG Thu Nov 4 10:56:15 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B544D1065670; Thu, 4 Nov 2010 10:56:15 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40713106566B for ; Thu, 4 Nov 2010 10:56:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1BB8FC1B for ; Thu, 4 Nov 2010 10:56:15 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id oA4AuFq2000405 for ; Thu, 4 Nov 2010 10:56:15 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id oA4AuEWQ000402 for perforce@freebsd.org; Thu, 4 Nov 2010 10:56:14 GMT (envelope-from rene@FreeBSD.org) Date: Thu, 4 Nov 2010 10:56:14 GMT Message-Id: <201011041056.oA4AuEWQ000402@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 185370 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 10:56:16 -0000 http://p4web.freebsd.org/@@185370?ac=10 Change 185370 by rene@rene_acer on 2010/11/04 10:55:25 - IFC - Porters' Handbook: - Merge proposed section on INSTALL_LIB from sunpoet@ - Update Clang section, it will be in 9.0 and later Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#28 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#90 edit .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml#29 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent#21 integrate .. //depot/projects/docproj_nl/www/en/administration.sgml#15 integrate .. //depot/projects/docproj_nl/www/share/sgml/commercial.hardware.xml#7 integrate .. //depot/projects/docproj_nl/www/share/sgml/commercial.software.xml#9 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#28 (text+ko) ==== @@ -11,7 +11,7 @@ The &os; Ports Management Team - $FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.61 2010/10/09 16:13:15 linimon Exp $ + $FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.62 2010/10/31 20:29:21 erwin Exp $ 2003 @@ -1906,7 +1906,7 @@ Populate /var/portbuild/scripts/ by something like - /var/portbuild/dosetupnode arch major latest hostname. + /var/portbuild/scripts/dosetupnode arch major latest hostname. Verify that you now have files in that directory. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#90 (text+ko) ==== @@ -1,7 +1,7 @@ + INSTALL_LIB is a command to install + shared libraries. + + + INSTALL_KLD is a command to install kernel loadable modules. Some architectures don't like it when the modules are stripped, therefor use this command instead @@ -4129,18 +4134,19 @@ - Stripping Binaries + Stripping binaries and shared libraries Do not strip binaries manually unless you have to. All binaries - should be stripped, but the INSTALL_PROGRAM + should be stripped, but the INSTALL_PROGRAM macro will install and strip a binary at the same time (see the next - section). + section). The INSTALL_LIB macro does the same thing + to shared libraries. - If you need to strip a file, but do not wish to use the - INSTALL_PROGRAM macro, - ${STRIP_CMD} will strip your program. This is - typically done within the post-install - target. For example: + If you need to strip a file, but do not wish to use either + INSTALL_PROGRAM or INSTALL_LIB + macros, ${STRIP_CMD} will strip your program or + shared library. This is typically done within the + post-install target. For example: post-install: ${STRIP_CMD} ${PREFIX}/bin/xdl @@ -13555,6 +13561,13 @@ 8.1-STABLE after 8.1-RELEASE. + 801501 + November 3, 2010 + 8.1-STABLE after KBI change in struct sysentvec, + and implementation of PL_FLAG_SCE/SCX/EXEC/SI and + pl_siginfo for ptrace(PT_LWPINFO) . + + 900000 August 22, 2009 9.0-CURRENT. @@ -13860,9 +13873,9 @@ Clang: new C/C++ compiler - A future version of &os; will have the Clang C/C++ - compiler as its base compiler. Some modifications to the - Ports Collection are necessary. In general, these involve + As of version 9.0, &os; will have the Clang C/C++ compiler as + its base compiler, next to GCC. Some modifications to the + Ports Collection are necessary for Clang. In general, these involve generalizing the port and making the source code portable. More specifically: ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/eresources/chapter.sgml#29 (text+ko) ==== @@ -1,7 +1,7 @@ + - $FreeBSD: www/share/sgml/commercial.hardware.xml,v 1.19 2010/07/21 22:38:39 jkois Exp $ + $FreeBSD: www/share/sgml/commercial.hardware.xml,v 1.20 2010/11/03 20:07:59 jkois Exp $ @@ -21,6 +21,41 @@ href="http://www.abmx.com/">http://www.abmx.com/. + + + Acnodes Corporation + http://www.acnodes.com/ + +

Acnodes Corporation provides FreeBSD and Linux-based computer + for customers in the industrial control, automation industries + and the military. Our rack mount computers, embedded systems + and Panel PCs are fully configurable and support FreeBSD, Linux + or any other operating system.

+ +

Our product line includes Rackmount + computers (1U to 4U rack-mount ready computers, standard ATX + or SBC systems), Panel PCs (panel + mount ready touch screen computer), + Embedded system boxes (fan less all-in-one computer integrated + into a rugged metal compact-size micro box), Monitor + keyboard drawers (space-saving 1U/2U control console, optional + for Cat6, IP KVM switch) and Rackmount + LCD monitors (rack-mount ready LCD monitors up to 20-inch).

+ +

Our product line configurations are illustrated on our website. However, most of the + commercial and industrial computers are custom built to your + exact requirements. Contact + us via e-mail or telephone to discover how we can provide you + with the equipment you need for your specific needs.

+
+
ActiveWire Inc. ==== //depot/projects/docproj_nl/www/share/sgml/commercial.software.xml#9 (text+ko) ==== @@ -1,12 +1,12 @@ - + - $FreeBSD: www/share/sgml/commercial.software.xml,v 1.30 2010/10/28 21:16:14 jkois Exp $ + $FreeBSD: www/share/sgml/commercial.software.xml,v 1.36 2010/11/04 09:42:44 jkois Exp $ @@ -16,7 +16,9 @@ E-Commerce Solutions and Tools Electronic Mail Software Miscellaneous + Network Systems and Applications Scientific and Language Tools Security @@ -523,30 +525,6 @@ - - Infoflex, Inc. - http://www.infoflex.com/ - - Infoflex, Inc. products include: 1) SQLflex, an SQL - client/server clone of Informix ESQL/C and Informix Standard - engine, 2) Infoflex-4GL, a 4GL - language syntactically similar to Informix and database - compatible, 3) Queryflex, a point and - shoot report writer enabling novice users to develop their own - reports.4) AccountFlex, a - full featured accounting system for Order Entry, Inventory, Job Cost, - Bill of Materials, Purchasing, A/R, A/P, G/L, and Payroll. All - Infoflex products are supported on UNIX, DOS, NT, and VMS. For more - information on Infoflex products, please visit our web site or email us at - info@infoflex.com. - - - Inlab Software GmbH http://www.munich.net/inlab/scheme/ @@ -658,24 +636,6 @@ - - KX Systems - http://www.kx.com/ - - KX Systems presents Kdb, an RDBMS that provides both transaction - processing and decision support capabilities for large amounts of - data. Kdb extracts data from ODBC, flat files, ASCII, and binary - storage formats. Kdb connects with Excel, Visual Basic, C, Java and - HTML, enabling users with Web browsers to access and analyze data - from any location. Data formats include relational, multidimensional, - time series, and object. Queries are written in SQL and KSQL, an - extended, more powerful query language. Application deployment is - client/server. High-end processing is parallel. Kdb supports FreeBSD, - Linux, UNIX, and NT. For more information, call Kx Systems at +1 305 - 642 5242 or visit www.kx.com. - - - Lone Star Software Corp http://www.LONE-TAR.com/ @@ -1007,28 +967,6 @@ - - RealNetworks, Inc. - http://www.real.com/ - - RealNetworks, Inc. offers its RealPlayer, - RealServer, and - RealEncoder - software for FreeBSD. The FREE RealPlayer allows you to play live - and on-demand audio over 14.4Kbps and faster connections. All you - have to do is click on a RealAudio link from your Web browser and - audio begins playing instantly. Check out The RealMedia Guide to access - thousands of sites, offering music, news, live radio stations, live - events, etc. The RealServer allows your web site to deliver live and - on-demand audio, video, and animation over the Internet or your - company network. A FREE version of the RealServer, called the Basic - Server, is available. - - - REBOL http://www.rebol.com/ @@ -1091,19 +1029,6 @@ - - Sababeach - http://www.sababeach.net/ - - We manufacture software Tools for use in the distribution - industry. The Tools automate a business in performing the - traditional functions of Order Entry, Invoicing, Accounts - Receivable, Purchasing, Accounts Payable, and Inventory Control. - This automation is provided using open source software operating - over an intranet (LAN) and/or the Internet (WAN). - - - Sane Solutions, LLC http://www.sane.com/ @@ -1159,13 +1084,15 @@ - - Sleepycat Software - http://www.sleepycat.com + + Oracle + http://www.oracle.com - Sleepycat Software distributes Berkeley DB, an embeddable database - system with full source. Berkeley DB runs on a wide variety of Unix - systems and on Windows 95 and NT. It offers high-end data management + Oracle distributes Berkeley DB, an embeddable database system with + full source. Oracle Berkeley DB is tested and certified + to compile and run on all modern operating systems including Solaris, + Windows, Linux, Android, Mac OS/X, BSD, iPhone OS, VxWorks, and QNX + to name a few. It offers high-end data management services, including full transaction support, disaster recovery, hot backup, very large databases, and the ability to handle large numbers of users concurrently. Keys and records can be arbitrarily long, and @@ -1174,9 +1101,9 @@ and can be called from C, C++, Java, or Perl. Berkeley DB is easy to install and manage, so your customers can use your application without learning how to be database administrators. For more - information, please visit www.sleepycat.com or send us - email at db@sleepycat.com. + information visit the + Berkeley DB website. @@ -1625,7 +1552,7 @@ - + Anthemion Software Ltd. http://www.anthemion.co.uk