From owner-freebsd-ports@FreeBSD.ORG Wed Aug 29 22:34:18 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80BE31065760; Wed, 29 Aug 2012 22:34:18 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 77C4D8FC12; Wed, 29 Aug 2012 22:34:17 +0000 (UTC) Received: by wicr5 with SMTP id r5so5289713wic.13 for ; Wed, 29 Aug 2012 15:34:16 -0700 (PDT) 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=8qqWzt4oq1py4finbbTDDK5I1tf1jof4vBKIoYZ1k7k=; b=eDM9gP+Hx9IFg7s54NvjkCqgj9ZVhmUJaDs9etGNhOIdHa0yvYiV72ToIVeXqXd/CQ LDG6TDFjXncfxr2Sx7Tz8E2XIMIiWplB7lBzTmYzmuC4ucTLuhFQNTF9OijwZ7oQ7H1S ibQ2KypZQxWF3krF2cXE+pLz9yzkg+C3gyZPmrTnfuXY1My16SFRJm0hnWeULu/uDrQs a0J14cBa2R3YZWYuddIV1Rs1C8n0iy/Fxde4iA47RUt55jeiCj4rjRcHp6Z3LsLtcmYo 3QPr98tx7+B4O6tej1+PyzSNYcxs81gcrffz9Kyhh19L733zCdRdH+S2TCxBMcLHl4qv L+Hg== MIME-Version: 1.0 Received: by 10.216.138.73 with SMTP id z51mr1701474wei.39.1346279656314; Wed, 29 Aug 2012 15:34:16 -0700 (PDT) Received: by 10.223.63.76 with HTTP; Wed, 29 Aug 2012 15:34:16 -0700 (PDT) In-Reply-To: References: <503BEB67.3040106@paz.bz> <503BFA2D.1080606@paz.bz> <503C0BDC.6020106@paz.bz> <503D8ACA.1040907@paz.bz> <503E2E9D.2010005@paz.bz> Date: Wed, 29 Aug 2012 15:34:16 -0700 Message-ID: From: Kevin Oberman To: Alberto Villa Content-Type: text/plain; charset=UTF-8 Cc: Jim Pazarena , freebsd-ports@freebsd.org Subject: Re: fresh install of kde4 fails -> japanese/kiten X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 22:34:18 -0000 On Wed, Aug 29, 2012 at 8:17 AM, Alberto Villa wrote: > On Wed, Aug 29, 2012 at 5:00 PM, Jim Pazarena wrote: >> I use: csup -g -L 2 ports-supfile >> >> and ports-supfile >> has all the recommended defaults, including "ports-all" >> >> what am I missing? > > I don't know, maybe something went wrong in the past, but for sure > that file (at least) is out of date. I suggest checking out a new > ports tree with portsnap or Subversion. I strongly recommend using svn so you will have revision numbers. Install devel/subversion rehash rm -rf /usr/ports/* svn co svn://svn0.us-west.freebsd.org/ports/head /usr/ports Once you do this, don't run csup again. If something outside of svn modifies the files, you will need to fix conflicts and that can be a pain. Of course, you can make your own mods, but you will need to resolve conflicts. This is not much of a problem for a small number of files. There are several easy way to maintain you own patched ports and merge them into the main tree. Once you have checked out the ports tree, use 'svn up /usr/ports' to update them to the latest revision or specify a revision to roll back to an older revision. Use the svn web interface to look up revisions at http://svnweb.freebsd.org. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com