From owner-freebsd-questions@FreeBSD.ORG Mon Feb 17 18:31:08 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A1194C6 for ; Mon, 17 Feb 2014 18:31:08 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6693C128D for ; Mon, 17 Feb 2014 18:31:08 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id wo20so17548184obc.0 for ; Mon, 17 Feb 2014 10:31:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0V3db0jDuK26vAnGCqTSbfk04i92sx9NxLjCnwLqd0Y=; b=lx+k/Nlpnv2zh5hfdYqFMzZG5RgxwZSGv/UstRHgk7SnlvZ826rj4bWRloEaPTGVpQ 4scdocBrpro5h6qy1VSjz8Y9aLm0NsGAqaUgqXCfKjjUcD2KreRzSdPqlmoHxH1ANgJC Qpb3xBEQkeT39zFukPNzeBVqf/a5i67tE+fHLLJGwTFKR0HOAvBqvyT6uZlLUGT0cwWP Scr4ie8gzzBXyFqGrOWD4uPRU+/osHZja1Dimtg1mMvMFnW0MEXfQ6Kp25CCRxEG3sBV wsza7T/clkphIHm/1RZ0Gyo9vXat+xGUqZzJbiBPdnA6vUkAInNKH/ONnvBmdCzdeWIR xjFQ== MIME-Version: 1.0 X-Received: by 10.182.47.195 with SMTP id f3mr3352244obn.49.1392661867698; Mon, 17 Feb 2014 10:31:07 -0800 (PST) Received: by 10.76.100.197 with HTTP; Mon, 17 Feb 2014 10:31:07 -0800 (PST) Date: Mon, 17 Feb 2014 12:31:07 -0600 Message-ID: Subject: portmaster not updating ports with new pkg From: Antonio Olivares To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 18:31:08 -0000 Dear folks, I have migrated(trying to migrate) to pkg and remove the pkg_delete pkg_install, pkg_* stuff that is going to be EOL'd 8-31-2014 I keep getting install problems: ===> Installing for aalib-1.4.r5_9 ===> Checking if graphics/aalib already installed ===> An older version of graphics/aalib is already installed (aalib-1.4.r5_8) You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of graphics/aalib without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** [check-already-installed] Error code 1 Stop in /usr/ports/graphics/aalib. *** [install] Error code 1 Stop in /usr/ports/graphics/aalib. I have tried to follow the advice to fix stuff with pkg * but want to continue using portmaster, but I keep getting these problems. Is there an idiot* proof way of still using portmaster to update ports but use the new pkg * system? using 9.2-RELEASE-p3 if it matters. Thanks, Antonio