From owner-svn-src-all@FreeBSD.ORG Wed Jun 19 01:37:15 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7B44E866 for ; Wed, 19 Jun 2013 01:37:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 53140102C for ; Wed, 19 Jun 2013 01:37:15 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rr13so4464651pbb.6 for ; Tue, 18 Jun 2013 18:37:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=pcov7rWsJeTnCJf2d3lGj7ziOOfuW8yD6m+bmuwiABo=; b=azAK+VNL5abw0z5Vb8UfaVS8rqshfBo3qS+Aanun61f/Ju5rnt+QDxabR6SGSMbfz1 dvHkwph/yCODPZhP+ZYSfg75ybOrr0KLi8XcsuIKMHFY0MxQ4hx+xbzTymUOAfCmKxHF U8pOZ8w/CjDcxyyD3t/PMpsQ0/75xqh3lQjW5bd1w2+5gGxLXJJMoRzD8z0sdzmIejML 4tQ/H3Cq7K27M1w0QXCGxTcgTZI35JAVEGrdarrqjIYcnoHWTRs3cY/8PB3tCPGBpJ5j GJLbUjYekg36EWFgPCi2/81/mf9ckDQAoeKTf4zqfUAfzXYI1M0oPM3J+85ngYQpH6y1 3Wrw== X-Received: by 10.66.82.162 with SMTP id j2mr4451173pay.168.1371605834937; Tue, 18 Jun 2013 18:37:14 -0700 (PDT) Received: from [10.0.0.53] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id wi6sm20614668pbc.22.2013.06.18.18.37.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Jun 2013 18:37:13 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/libap... Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 18 Jun 2013 19:37:07 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <11DA3D8A-AD20-4DE1-B807-D09814F61947@bsdimp.com> References: <201306180253.r5I2rj45053959@svn.freebsd.org> <51C08D7E.2000605@coosemans.org> <51C08F58.2070308@freebsd.org> To: Peter Wemm X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnzUWcX0efsW2kvuG6jwXhoZzMaawz4WYqIl7GWrp2c7nNaObx3oCybrF5b9lYpr+35OZxV Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Tijl Coosemans , Andre Oppermann , src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 01:37:15 -0000 On Jun 18, 2013, at 11:36 AM, Peter Wemm wrote: >> Installing SVN from ports is very painful because of the huge = dependency >> chain it carries, with the largest being Python and Perl IIRC. >=20 > That was one of my main motivations. A 2 year old machine builds this > in ~35 seconds with *no* footprint. The dependency abomination in > ports tests my non-violent nature. This is a major source of pain on > the freebsd.org cluster and after the stealth perl ABI changes without > a version bump.. well.. Thanks for doing something! Although it came as a surprise (and seems to = have broken mips), I have found the developer load for svn isn't = building it once (that's easy, even if it does bring in the kitchen = sink). The problem comes when I update some OTHER port that updates = pyhton or something and boom, svn is busted until I rebuild it.... Warner