From owner-freebsd-current@FreeBSD.ORG Tue Jan 15 00:00:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9B7DA87 for ; Tue, 15 Jan 2013 00:00:49 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) by mx1.freebsd.org (Postfix) with ESMTP id 6B65267D for ; Tue, 15 Jan 2013 00:00:48 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id gg13so3382541lbb.34 for ; Mon, 14 Jan 2013 16:00:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bb5Lc91Z2QQwJ3sZ/2CbBUT4HdeYOwSZHhyVXVfwWQY=; b=lhRYJwcq3qGLimfP4WcrbL5fR0PQG2wmAXcISozkQb1Mi2oM9x55XVs848zIFJqPgQ CZGHrrTVRTKoPBilpCBM+kQx7FYXZ4lcrg/O8uqYLH027cjsfGDmC/c6GLj1JkoV8U5X S5HIcGSP9GhhTaRoJ73GWeCJFPAxLIs5qUy8ZCuCxEuoZxH16lKW2Z6q6VQMg1BuvDke yY+f8n674mrE+S8PG8c8izHATX0BGicH6qUq61QyQYg6PXLzpaeGPLmpU/r/9BPaJiit ORRfLPiEa7Osx6ypu3nh3GarO02sbM97WW0HYV5Iv5jpLGilfzykVsCxYHvT0I4I/Ysh 1CRg== MIME-Version: 1.0 Received: by 10.152.45.229 with SMTP id q5mr83420715lam.34.1358208047729; Mon, 14 Jan 2013 16:00:47 -0800 (PST) Received: by 10.114.81.40 with HTTP; Mon, 14 Jan 2013 16:00:47 -0800 (PST) In-Reply-To: <50F49B50.3080507@m5p.com> References: <50F49B50.3080507@m5p.com> Date: Mon, 14 Jan 2013 16:00:47 -0800 Message-ID: Subject: Re: ctfconvert again From: Freddie Cash To: George Mitchell Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 00:00:49 -0000 The following built without any issues, including GENERIC and a custom kernel. I was pleasantly surprised that it was so easy to update from 9.0-RELEASE to 10.0-CURRENT. I was expecting a lot more manual fiddling and twiddling. [fcash@nexus2 /usr/src]$ uname -a FreeBSD nexus2.sd73.bc.ca 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r245195: Thu Jan 10 10:29:16 PST 2013 root@nexus2.sd73.bc.ca:/usr/obj/usr/src/sys/NEXUS i386 [fcash@nexus2 ~]$ cd /usr/src [fcash@nexus2 /usr/src]$ svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 245195 Node Kind: directory Schedule: normal Last Changed Author: cognet Last Changed Rev: 245192 Last Changed Date: 2013-01-08 14:55:39 -0800 (Tue, 08 Jan 2013) [fcash@nexus2 /usr/src]$ cat /etc/src.conf # Things to build that may not be built automatically WITH_IDEA=true # Build the 128-bit IDEA cipher support WITH_OPENSSH_NONE_CIPHER=true # Enable the "none" cipher in base OpenSSH # Things to not build WITHOUT_ATM=true # Don't build Asynchronous Transfer Mode support WITHOUT_BLUETOOTH=true # Don't build Bluetooth support WITHOUT_CALENDAR=true # Don't build calendar(1) WITHOUT_CTM=true # Don't build CVS-to-mail programs WITHOUT_CVS=true # Don't build cvs(1) and related tools WITHOUT_GAMES=true # Don't build the BSD games WITHOUT_HTML=true # Don't build the HTML docs WITHOUT_I4B=true # Don't build ISDB support WITHOUT_INET6=true # Don't build IPv6 support WITHOUT_INET6_SUPPORT=true # Don't build any of the other IPv6-related bits WITHOUT_IPFILTER=true # Don't build the old IPFilter packet filter WITHOUT_IPX=true # Don't build IPX protocol support WITHOUT_IPX_SUPPORT=true # Don't build any of the other IPX-related bits WITHOUT_LIBKSE=true # Don't build the old M:N threading support WITHOUT_NCP=true # Don't build Netware Control Protocol support WITHOUT_PPP=true # Don't build PPP support WITHOUT_PROFILE=true # Don't build profiled libraries WITHOUT_RCS=true # Don't build rcs(1) and related tools WITHOUT_SYSINSTALL=true # Don't build sysinstall(8) and related tools WITHOUT_WIRELESS=true # Don't build 802.11-related wireless tools WITHOUT_WIRELESS_SUPPORT=true # Don't build support tools for wireless [fcash@nexus2 /usr/src]$ cat /etc/make.conf # $FreeBSD: src/share/examples/etc/make.conf,v 1.265.2.8 2006/09/13 08:39:16 des Exp $ CPUTYPE?= opteron KERNCONF?= NEXUS GENERIC # Things to disable NO_DOCUPDATE=true NO_PORTSUPDATE=true NO_WWWUPDATE=true # Things to enable SVN_UPDATE=true # Use svn(1) to update /usr/src #BOOT_COMCONSOLE_PORT # (str) The port address to use for the console if the boot # blocks have been configured to use a serial console instead # of the keyboard/video card. # # BOOT_COMCONSOLE_SPEED # (int) The baud rate to use for the console if the boot # blocks have been configured to use a serial console instead # of the keyboard/video card. MALLOC_PRODUCTION=true # Documentation # The list of languages and encodings to build and install DOC_LANG= en_US.ISO8859-1 # Global Port Options WITHOUT_GUI= yes WITHOUT_X11= yes WITHOUT_GNOME= yes WITHOUT_IPV6= yes WITHOUT_INET6= yes # added by use.perl 2013-01-11 09:09:08 PERL_VERSION=5.16.2 -- Freddie Cash fjwcash@gmail.com