Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 12:29:27 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   latest freebsd:11:x86:64 repo and ruby 1.9 -> 2.0
Message-ID:  <544232F7.3060909@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
> $ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?544232F7.3060909>