From owner-freebsd-ports@FreeBSD.ORG Thu Oct 18 12:01:03 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 C8F93AD for ; Thu, 18 Oct 2012 12:01:03 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 314488FC1F for ; Thu, 18 Oct 2012 12:01:02 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q9IC0o5i088433 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 18 Oct 2012 13:00:58 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.5.2 smtp.infracaninophile.co.uk q9IC0o5i088433 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1350561658; bh=HDLdG1GOu/n1OhoFviGbPzYqIpQ/n62S9wVnMChFsws=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Thu,=2018=20Oct=202012=2013:00:49=20+0100|From:=20Matthew =20Seaman=20|To:=20freebsd-ports@ freebsd.org|Subject:=20Re:=20Portmaster=20broken?|References:=20<2 0121018104110.GA24215@jd.benders.se>|In-Reply-To:=20<2012101810411 0.GA24215@jd.benders.se>; b=LFDswS1x7YvDSDR8l8yZwMyT0A/lvbBhEF4nxk6YLlUIpppA9jz1xfXA6Ebn+fgyO gq6K3/pngd85Zc9z0J8zz4icxR/OqoiQt1JNKOHHudHjPwAMAPT80SmrEN7UNhSsLJ Dijoj9ZnKagy0k6KoBuBMbOyQtHEfSmOBOotT2dE= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <507FEF71.7000903@infracaninophile.co.uk> Date: Thu, 18 Oct 2012 13:00:49 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121015 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Portmaster broken? References: <20121018104110.GA24215@jd.benders.se> In-Reply-To: <20121018104110.GA24215@jd.benders.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 12:01:03 -0000 On 18/10/2012 11:41, Joel Dahl wrote: > Running current from yesterday. Trying to upgrade one of my ports: > > root@devbox# portmaster tmux > ===>>> No valid installed port, or port directory given > ===>>> Try portmaster --help > Terminated > > Ehm? But it's there: > > root@devbox# pkg info tmux > tmux-1.6 A Terminal Multiplexer > > Also tried to upgrade vim, git etc on this machine. Same problem. > Did you install a patched version of portmaster? The patch is available as an option in the ports-mgmt/portmaster port now. Cheers, Matthew