From owner-p4-projects@FreeBSD.ORG Sun Oct 10 11:12:30 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 035D31065670; Sun, 10 Oct 2010 11:12:30 +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 B95D2106564A for ; Sun, 10 Oct 2010 11:12:29 +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 A509C8FC21 for ; Sun, 10 Oct 2010 11:12:29 +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 o9ABCTjM066568 for ; Sun, 10 Oct 2010 11:12:29 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id o9ABCTna066565 for perforce@freebsd.org; Sun, 10 Oct 2010 11:12:29 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 10 Oct 2010 11:12:29 GMT Message-Id: <201010101112.o9ABCTna066565@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 184574 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: Sun, 10 Oct 2010 11:12:30 -0000 http://p4web.freebsd.org/@@184574?ac=10 Change 184574 by rene@rene_acer on 2010/10/10 11:12:16 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#73 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#53 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#27 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#89 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#46 integrate .. //depot/projects/docproj_nl/share/pgpkeys/jonathan.key#1 branch .. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#46 integrate .. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#43 integrate .. //depot/projects/docproj_nl/share/pgpkeys/pluknet.key#1 branch .. //depot/projects/docproj_nl/www/en/developers.sgml#44 integrate .. //depot/projects/docproj_nl/www/en/donations/donors.sgml#36 integrate .. //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#24 integrate .. //depot/projects/docproj_nl/www/share/sgml/news.xml#91 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#73 (text+ko) ==== @@ -1,4 +1,4 @@ - + + [++] Status of these steps can be found in - ${arch}/${branch}/make.[0|1], - where make.0 is the log file used by - phase 1 of the package build and make.1 - is the log file used by phase 2. Individual ports will write + ${arch}/${branch}/make (old codebase) or + ${arch}/${branch}/journal (new codebase). + Individual ports will write their build logs to ${arch}/${branch}/logs and their error logs to @@ -1062,7 +1091,7 @@ &prompt.root; rsync -n -r -v -l -t -p --delete packages/ portmgr@ftp-master:w/ports/${arch}/${subdir}/ | tee log - Distfiles can be transferred with the + Distfiles should be transferred with the cpdistfiles script: &prompt.root; /var/portbuild/scripts/cpdistfiles ${arch} ${branch} @@ -1119,7 +1148,7 @@ In order to have a good control case with which to compare failures, you should first do a package build of the branch on which the experimental patches branch is based for the &i386; - architecture (currently this is 7). Then, when + architecture (currently this is 8). Then, when preparing for the experimental patches build, checkout a ports tree and a src tree with the same date as was used for the control build. This will ensure an apples-to-apples comparison @@ -1207,11 +1236,13 @@ Be sure to cvs update this tree to the same date as the experimental patches tree. + The following command will set up the control branch for - the partial build: + the partial build (old codebase): &prompt.user; /var/portbuild/scripts/dopackages.8 -noportscvs -nobuild -nocvs -nofinish + The builds must be performed from the packages/All directory. This directory should initially be empty except for the Makefile symlink. If this @@ -1624,6 +1655,7 @@ + Create usr/local/etc/rc.d/portbuild.sh, using the appropriate value for @@ -1954,7 +1986,8 @@ - Add a link from + (Only necessary for old codebase): + Add a link from /var/portbuild/scripts/dopackages to /var/portbuild/scripts/dopackages.branch. @@ -1966,12 +1999,15 @@ - Add the snap directory to + + (Only necessary for old codebase): + Add the snap directory to /var/portbuild/scripts/zexpire. - In the /var/portbuild/errorlogs/ + (Only necessary for old codebase): + In the /var/portbuild/errorlogs/ directory, create links for the webserver: ln -s ../arch/branch/builds/latest/bak/errors arch-branch-full ln -s ../arch/branch/builds/latest/bak/logs arch-branch-full-logs @@ -2119,7 +2155,8 @@ - As with the procedure for creating a new branch: + (Only necessary for old codebase): + As with the procedure for creating a new branch: in the /var/portbuild/errorlogs/ directory, create links for the webserver: ln -s ../arch/branch/builds/latest/bak/errors arch-branch-full @@ -2132,7 +2169,8 @@ - In that + (Only necessary for old codebase): + In that directory, create two more links for the webserver: ln -s ../arch/archive/buildlogs arch-buildlogs ln -s ../arch/archive/errorlogs arch-errorlogs ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#89 (text+ko) ==== @@ -1,7 +1,7 @@ 9.0-CURRENT after addition of the MAP_PREFAULT_READ flag to mmap(2). + + 900022 + October 2, 2010 + 9.0-CURRENT after addition of the BSDL man utilities + and retirement of GNU/GPL man utilities. + ==== //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#46 (text+ko) ==== @@ -13,7 +13,7 @@ builds for the other languages, and we will poke fun of you in public. - $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.526 2010/09/24 22:57:35 martymac Exp $ + $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.528 2010/10/07 17:57:50 jonathan Exp $ --> aaron@FreeBSD.org"> @@ -586,6 +586,8 @@ jon@FreeBSD.org"> +jonathan@FreeBSD.org"> + josef@FreeBSD.org"> jpaetzel@FreeBSD.org"> @@ -928,6 +930,8 @@ pjd@FreeBSD.org"> +pluknet@FreeBSD.org"> + proven@FreeBSD.org"> ps@FreeBSD.org"> ==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#46 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -236,6 +236,11 @@ &pgpkey.jon; + + &a.jonathan; + &pgpkey.jonathan; + + &a.loader; &pgpkey.loader; @@ -621,6 +626,11 @@ &pgpkey.phk; + + &a.pluknet; + &pgpkey.pluknet; + + &a.cokane; &pgpkey.cokane; ==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#43 (text+ko) ==== @@ -1,5 +1,5 @@ - + @@ -158,6 +158,7 @@ + @@ -259,6 +260,7 @@ + ==== //depot/projects/docproj_nl/www/en/developers.sgml#44 (text+ko) ==== @@ -6,7 +6,7 @@ us to update author names, or the representation of those names (such as adding email addresses), by just editing a single file. -$FreeBSD: www/en/developers.sgml,v 1.267 2010/09/24 23:05:14 martymac Exp $ +$FreeBSD: www/en/developers.sgml,v 1.269 2010/10/07 17:59:17 jonathan Exp $ --> @@ -293,6 +293,7 @@ + @@ -464,6 +465,7 @@ + ==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#36 (text+ko) ==== @@ -1,6 +1,6 @@ - + %developers; @@ -2802,6 +2802,20 @@ dougb received + + + Olivier Cochard-Labbe + Sun Blade 150 + fjoe + received + + + + Andreas Thalau + Level One GSW-0502T gigabit switch + lme + received + &footer; ==== //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#24 (text+ko) ==== @@ -1,6 +1,6 @@ - + @@ -36,6 +36,7 @@ Developer Country Equipment Desired Equipment Use + Date Added @@ -45,6 +46,7 @@ drives. Going to be in my home office, so I can sacrifice performance in favor of less noise pollution. + 2008/09/10 @@ -52,17 +54,8 @@ Norway Mac Mini with 1 GB RAM, no peripherals Tinderbox. - - - dfr @@ -71,6 +64,7 @@ acceptable. Debug and improve the performance of firewire, especially IP over firewire. + 2004/07/01 @@ -78,6 +72,7 @@ California, USA Apple G4 XServe Rackmount PowerPC machine for developer cluster. + 2004/07/24 @@ -86,6 +81,7 @@ Gigabit switch Development/build cluster. Any kind of switch could work. + 2005/08/11 @@ -93,6 +89,7 @@ Rishi Valley, India. 4-port USB KVM switch & USB<->PS/2 adapters Facilitate working with multiple machines. + 2008/09/02 @@ -100,6 +97,7 @@ Rishi Valley, India. Solar backed UPS (500W x 4-6 hrs) Permit work on FreeBSD in the absence of grid power. + 2008/09/02 @@ -108,6 +106,7 @@ Fast multiprocessor AMD64 capable machine (dual core CPU ok). General build box to support FreeBSD work including ARM and multi-arch testing of patches. + 2006/07/17 @@ -115,6 +114,7 @@ California, USA Tape drive, preferably SCSI DDS-3 or later bsdtar testing and development. + 2010/01/24 @@ -140,6 +140,7 @@ load distribution. Not all at once but in the long term. Most of this knowledge will be reverted to FreeBSD if I can. + 2003/04/14 @@ -150,6 +151,7 @@ DIMMs. Low-profile is a must. ECC is optional. More memory allows for better workloads when testing code in SMP setups. + 2007/05/26 @@ -158,6 +160,7 @@ Flexelint v8. (www.gimpel.com) (Semi-)automated code cleaning and cross-platform compiler needs cleaning. + 2002/09/23 @@ -166,6 +169,7 @@ ACPI laptops (also for lend) (1) ACPI laptops that work, to test new code on.
(2) ACPI laptops that don't work, (to try) to fix. + 2004/12/19 @@ -174,6 +178,7 @@ IBM ThinkPad Dock II (1) Enhance the acpi_ibm(4) driver.
(2) Enhance docking support. + 2005/06/13 @@ -182,6 +187,7 @@ 2-3 build machines:Pentium4 2GHz+,20GB+ ATA66+ HDD,256MB+RAM, 100base-TX NIC,serial, etc. Rebuild dying snapshots.jp.FreeBSD.org. + 2002/08/05 @@ -191,6 +197,7 @@ storage (RAID0+1 desirable),256MB+RAM, 100base-TX NIC,serial, etc. Rebuild dying snapshots.jp.FreeBSD.org. + 2002/08/05 @@ -202,6 +209,7 @@ if I still need the card. Fixed cards will go to the busdma project. Add support for unsupported and broken drivers. + 2003/02/03 @@ -210,7 +218,8 @@ Network cards listed on busdma project page. - Busdma conversion of network cards. + Busdma conversion of network cards. + 2003/01/03 @@ -218,6 +227,7 @@ France Relatively recent laptop with serial port Live kernel debugging. + 2003/01/03 @@ -225,6 +235,7 @@ Madison, WI, USA IBM PPC desktop or rackmount hardware with a POWER4/5/6/7 or Cell CPU Add support for these machines. + 2010/08/17 @@ -232,6 +243,7 @@ Silicon Valley, USA AlphaServer DS15. continued FreeBSD/alpha development and testing. + 2005/12/09 @@ -240,6 +252,7 @@ 1U or 2U rack-mount cases, with power supplies. Build into AMD64 reference machines for the FreeBSD.org cluster. + 2004/08/24 @@ -247,6 +260,7 @@ California, USA Rack mount AMD64 Opteron system. To make available on the developer cluster. + 2003/05/23 @@ -259,7 +273,9 @@ Add more capacity to i386 and sparc64 package building clusters. + 2009/07/23 + portmgr worldwide @@ -271,7 +287,9 @@ SunFire V120, V210, or V240) for our package building cluster in the US. + 2009/07/23 + rpaulo Portugal @@ -281,6 +299,7 @@ General FreeBSD kernel/userland development/testing. + 2008/08/29 @@ -288,6 +307,7 @@ Portugal Intel Mac, possibly Mac Mini for a small shipment fee EFI support under FreeBSD and other Mac development work. + 2008/08/29 @@ -296,68 +316,15 @@ crypto devices (pci, pcmcia, cardbus cards, CPUs with builtin crypto support) For improving hardware crypto support. + 2003/02/23 - simon / cperciva - Ontario, Canada - Fast 1U rack mountable server. Preferably 4 cores, 2GB - RAM, 2 x 36GB+ disks, decent hardware RAID controller for - RAID1, 100Mbit NIC, and not too electrical power - hungry. - Faster portsnap build system to reduce time between - portsnap builds and to introduce more redundancy in portsnap - to reduce downtime in case one build server fails. - - - - simon - Denmark - 12 port Remote Power Controller 220V 10A with serial or - Ethernet connection. It does not have to be one big power - controller and fewer than 12 ports can certainly also be a - good start. - Being able to remote power cycle servers hosted at home, - including tb3 / tb4.droso.net and all the - assosiated network equipment. - - - - simon - Denmark - 1KW - 1.5KW APC Smart-UPS or similar - Being able to have all local systems (including - tb[345].droso.net) turned on without current UPS complaining - about overload. - - - - simon - Denmark - 8 port serial console server. - Being able to remote manage servers hosted at home better, - including tb3 / tb4.droso.net. - - - - simon - Denmark - Dual Opteron server motherboard which supports Opteron - 875 CPU's, 2GB ECC RAM, 2xSATA disks (RAID1) - Replacement hardware for trillian.nitro.dk / tb3.droso.net - (it is currently running on my workstation) which is a - system I host where all FreeBSD committers can get an - account. It is mainly used by ports developers for testing, - but is also used by multiple SoC - 2006 students. - - - tanimura Japan Any Japanese laptop (Preferably IBM Thinkpad A30 or A31). Replace a recently stolen IBM. + 2003/04/15 ==== //depot/projects/docproj_nl/www/share/sgml/news.xml#91 (text+ko) ==== @@ -25,7 +25,7 @@ - $FreeBSD: www/share/sgml/news.xml,v 1.346 2010/09/24 23:29:32 martymac Exp $ + $FreeBSD: www/share/sgml/news.xml,v 1.348 2010/10/07 17:59:17 jonathan Exp $ @@ -33,6 +33,24 @@ 2010 + 10 + + + 7 + +

New committer: Jonathan Anderson

+
+
+ + + 5 + +

New committer: Sergey Kandaurov (src)

+
+
+
+ + 9