From owner-freebsd-ports@FreeBSD.ORG Sat Oct 18 09:30:14 2014 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33BC0337 for ; Sat, 18 Oct 2014 09:30:14 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6B4618A3 for ; Sat, 18 Oct 2014 09:30:12 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA18818 for ; Sat, 18 Oct 2014 12:30:04 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1XfQKq-000Kiy-8f for freebsd-ports@FreeBSD.org; Sat, 18 Oct 2014 12:30:04 +0300 Message-ID: <544232F7.3060909@FreeBSD.org> Date: Sat, 18 Oct 2014 12:29:27 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: latest freebsd:11:x86:64 repo and ruby 1.9 -> 2.0 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 09:30:14 -0000 > $ pkg upgrade > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > Updating poudriere repository catalogue... > poudriere repository is up-to-date. > All repositories are up-to-date. > Checking for upgrades (24 candidates): 100% > Checking integrity... done (1 conflicting) > Checking integrity... done (0 conflicting) > The following 24 packages will be affected (of 0 checked): First, a minor nit: of 0 checked? > Installed packages to be REMOVED: > ruby-1.9.3.547_3,1 > porttools-1.02 > newfile-1.0.14_4 > hub-1.12.2 > libchk-1.10.3 > zfs-snapshot-mgmt-20090201_2 Then the real problem, I do not want these packages to be removed except for ruby-1.9.3.547_3,1. In other words, I want to keep using zfs-snapshot-mgmt, libchk, hub and porttools. What should I do? BTW, the updating entry for ruby says "If you use pkgng, simply upgrade". > New packages to be INSTALLED: > ruby: 2.0.0.576_1,1 [FreeBSD] > > Installed packages to be UPGRADED: > zsh: 5.0.6_2 -> 5.0.7 [FreeBSD] > libgpg-error: 1.15 -> 1.16 [FreeBSD] > p11-kit: 0.20.3_1 -> 0.22.1 [FreeBSD] > ImageMagick: 6.8.9.8_1,1 -> 6.8.9.8_2,1 [FreeBSD] > hplip: 3.14.4_3 -> 3.14.4_4 [FreeBSD] > mediastreamer: 2.10.0_5 -> 2.10.0_6 [FreeBSD] > curl: 7.38.0_1 -> 7.38.0_2 [FreeBSD] > GeoIP: 1.6.2_1 -> 1.6.2_2 [FreeBSD] > portlint: 2.15.4 -> 2.15.6 [FreeBSD] > apache22: 2.2.29_1 -> 2.2.29_2 [FreeBSD] > chromium: 37.0.2062.124_1 -> 38.0.2125.101_1 [FreeBSD] > libmodplug: 0.8.8.5_1 -> 0.8.8.5_2 [FreeBSD] > syslinux: 6.02 -> 6.02_1 [FreeBSD] > gmake: 3.82_2 -> 4.1 [FreeBSD] > tbb: 4.3.0 -> 4.3.0_1 [FreeBSD] > mk-configure: 0.27.0 -> 0.28.0 [FreeBSD] > > Installed packages to be REINSTALLED: > vim-7.4.430_2 [FreeBSD] (needed shared library changed) > > The process will require 20 MB more space. > > Proceed with this action? [y/N]: And my pkg configuration: Version : 1.3.8 PKG_DBDIR = "/usr/local/var/db/pkg"; PKG_CACHEDIR = "/var/cache/pkg"; PORTSDIR = "/usr/ports"; INDEXDIR = ""; INDEXFILE = "INDEX-11"; HANDLE_RC_SCRIPTS = false; ASSUME_ALWAYS_YES = false; REPOS_DIR [ "/etc/pkg/", "/usr/local/etc/pkg/repos/", ] PLIST_KEYWORDS_DIR = ""; SYSLOG = false; ABI = "freebsd:11:x86:64"; DEVELOPER_MODE = false; VULNXML_SITE = "http://www.vuxml.org/freebsd/vuln.xml.bz2"; FETCH_RETRY = 3; PKG_PLUGINS_DIR = "/usr/local/lib/pkg/"; PKG_ENABLE_PLUGINS = true; PLUGINS [ ] DEBUG_SCRIPTS = false; PLUGINS_CONF_DIR = "/usr/local/etc/pkg/"; PERMISSIVE = false; REPO_AUTOUPDATE = true; NAMESERVER = ""; EVENT_PIPE = ""; FETCH_TIMEOUT = 30; UNSET_TIMESTAMP = false; SSH_RESTRICT_DIR = ""; PKG_ENV { } PKG_SSH_ARGS = ""; DEBUG_LEVEL = 0; ALIAS { } CUDF_SOLVER = ""; SAT_SOLVER = ""; RUN_SCRIPTS = true; CASE_SENSITIVE_MATCH = false; LOCK_WAIT = 1; LOCK_RETRIES = 5; SQLITE_PROFILE = false; WORKERS_COUNT = 0; READ_LOCK = false; PLIST_ACCEPT_DIRECTORIES = false; IP_VERSION = 0; Repositories: FreeBSD: { url : "pkg+http://pkg.FreeBSD.org/freebsd:11:x86:64/latest", enabled : yes, mirror_type : "SRV", signature_type : "FINGERPRINTS", fingerprints : "/usr/share/keys/pkg" } poudriere: { url : "file:///usr/local/poudriere/data/packages/basejail-default", enabled : yes } -- Andriy Gapon