From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 01:38:18 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA9FD1065670 for ; Mon, 1 Mar 2010 01:38:18 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f197.google.com (mail-pz0-f197.google.com [209.85.222.197]) by mx1.freebsd.org (Postfix) with ESMTP id BD38F8FC13 for ; Mon, 1 Mar 2010 01:38:18 +0000 (UTC) Received: by pzk36 with SMTP id 36so423261pzk.8 for ; Sun, 28 Feb 2010 17:38:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=rXJc0YgBk33D63oqzx0wfu8PlxGatBC3QwecdWInZBs=; b=b+EAjL4lY39GOMnjLSUWGq7otDYUl6a32L5tFXeI95tfYYwYGjAdSQXf5DpMlUjMuI zjuY69kB1aW19PBpvWqE80DpakvyWdfdYWhmF65P2rB5yl6b4FjHnJNE6SH4Gi9A+TbP OPoerCpEoRqfCnll2HpqqwyNhZmEmaB+UUTlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nsQTqC5lKSWsBIi2aRYtMqw+AUia4o9fMYtsZ1oY5VKeRbOYk3bxYXZ7T3mfYLY0MR fUTGs1WsdN6MvUKPOwrINKiBfT9ByqM1s6rITwCE8xbRLkhJ+1X7SBlp792AM7AmkIjX BQrwIN7yqBWy1Bg0GcUPoUanFxUdNWe4eIYQo= MIME-Version: 1.0 Received: by 10.142.120.3 with SMTP id s3mr2195301wfc.35.1267407493341; Sun, 28 Feb 2010 17:38:13 -0800 (PST) In-Reply-To: <86iq9hkoxf.fsf@blue.stonehenge.com> References: <86zl2tkrrv.fsf@blue.stonehenge.com> <6201873e1002281349n2bcfd16dte6fdce53cd14c1db@mail.gmail.com> <86iq9hkoxf.fsf@blue.stonehenge.com> Date: Sun, 28 Feb 2010 19:38:13 -0600 Message-ID: <6201873e1002281738o35444a7ahcc184951f712f0a7@mail.gmail.com> From: Adam Vande More To: "Randal L. Schwartz" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: how do I tell ports that perl5.8 should never be installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2010 01:38:19 -0000 On Sun, Feb 28, 2010 at 3:53 PM, Randal L. Schwartz wrote: > >>>>> "Adam" == Adam Vande More writes: > > Adam> See /usr/ports/UPDATING and /etc/make.conf > > Doesn't help. Packages that are compiled against 5.8 still want > to install 5.8. > > I want this to fatal out, so I know to build from port, not use package. > > "portinstall -Pc MUMBLE" is just too damn easy to give up the "-P". > > If it completed successly it has to help. What are the result of each step so we can isolate the problem. -- Adam Vande More