From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 18:38:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABF2EF7C for ; Thu, 24 Jul 2014 18:38:30 +0000 (UTC) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38BF32940 for ; Thu, 24 Jul 2014 18:38:29 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id s7so2630364lbd.0 for ; Thu, 24 Jul 2014 11:38:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=eBSaGuGjDiFATZDqS9KEKI0ZmqmYTF1TUYmEjnaJWLw=; b=dFbFhryCRbs+/S6S1AIs5pUJVnpJ/p1C8MJZzGbXHaXh+66rfUzt04nYo2PmLVVz/v faRHTU3bzSDNac1R/beuQT/7wT5BfDu5Y3Me1NhyzCLmHnCWDsaGOiAaMOWhTsFuDNBN tvIRC+NwKrDshrCTZA2Vr5QfKbo8+Pnp3CLDuI13gObifXv1OjNS/86oScK4NK+shPN2 BUqF/m4Ol20PENHx4B2kXqqxkqOxb5fewGLnnxUzSW9B6ci5lhG2KWZITY8OGh5KljTH uAuuXTmxKTEKoZB2t4c2ZGmcFwNcjFbC95DMeOo/fpaEBnabzBSw7TRudaf/yiNOse9L s8PQ== X-Gm-Message-State: ALoCoQlJ2CaPA3rjF7+w2k3Q6c3ELzeu6WaEBEAj28HoK4hun3U/mMjZAj4KgEdlhQpOvNwsw0xG MIME-Version: 1.0 X-Received: by 10.153.7.101 with SMTP id db5mr8748110lad.46.1406226616946; Thu, 24 Jul 2014 11:30:16 -0700 (PDT) Received: by 10.112.168.134 with HTTP; Thu, 24 Jul 2014 11:30:16 -0700 (PDT) X-Originating-IP: [121.98.161.40] Date: Fri, 25 Jul 2014 06:30:16 +1200 Message-ID: Subject: pkg 1.3 regression? From: Jonathan Chen To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 18:38:30 -0000 Hi, The latest pkg appears to be ignoring the contents of pkg.conf. osiris:~,6:26am# cat /usr/local/etc/pkg.conf assume_always_yes: true osiris:~,6:29am# pkg remove gsoap Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 1 packages in the universe): Installed packages to be REMOVED: gsoap-2.8.17_1 The operation will free 6 MB Proceed with deinstalling packages [y/N]: The previous version used to remove packages without any prompts. Cheers. -- Jonathan Chen