From owner-freebsd-current@freebsd.org Thu Jan 25 20:38:32 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B3BECC0E6 for ; Thu, 25 Jan 2018 20:38:32 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0E33705FD for ; Thu, 25 Jan 2018 20:38:31 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id q194so11470248lfe.13 for ; Thu, 25 Jan 2018 12:38:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=lIc85aOpCia7eePKQDNF9wqf59ycQUYba8LacqSC4lY=; b=rQyRaGCkfmE6fVt55NLjjUG+hQzm5Wbk1TtMdqhT67rhZqqSOB+W7uDbIzMUu9RiHq n4cb8v1QySFrc8BvmlyJ5PIMcqK6sZCJkhOvY1OPz+Id4KwFVUDAILSZO9HEU5RD30Pw neXeGuONVuM5PCydJtzIz6cDmQT/CN6tKo4r8th2RLFAoyg0reaCyl7vhBKIvC/tu0HL 8cV262LOQPGKom0AQYQM6yyiotPuga5uLyJggGAwdZTgbZS9/yAfa2sj4kmNG+m9YKMU a6DPaWn4IT3bd6sWW1Am4E50zqMZUohT+vUpzljThT8xTX1bM1kBtmSAb8IprZ0zelQ4 Au8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=lIc85aOpCia7eePKQDNF9wqf59ycQUYba8LacqSC4lY=; b=djRgNOdTtswEe8hV5EW3E4iiszbQuCn4ubeKsbZT3lFizl/pZJcQLK+uqDY7/55nvN 0ep8Rlkkgd/yD0TxfhbbagT9RIY/JnwDw0UJsc8oVeuGIqgLPPPZFHTkkyCBxZcN9Zo9 xaPDLi5q4DUY8Kc+PmCw07JeNIoAL3YY3CrUYzhq5b6AQdWtP2AhEsu0wyMdbFWc0H3X TNFoy89WVYTfG/I2YDkxDins6AzH+/8Gk/fyIgT7mBAA4D0dIdjHdgCh8ckGAlthKvJb 5NkyZ5Eooep0viXH0e9aMEa5H+N0k/LzPa0exsAEk8E5rJh7beOQXnCMs7OI3ZSaGvtm hKgA== X-Gm-Message-State: AKwxytd9xZHAfOQOPMQ67H+o+57npZYN0q3IRM6GoBKgDb6NEe+3ggz/ A/bX2pE86UFOCd/s0Dc8EZSmSg== X-Google-Smtp-Source: AH8x2251GuRoHMWaswLRDV57uB1ExK+ji2+wlGYQ5eAwFRvdTzDl+BeR0TliqMcuPGBGOzhNptmxVA== X-Received: by 10.46.115.22 with SMTP id o22mr7041364ljc.89.1516912710138; Thu, 25 Jan 2018 12:38:30 -0800 (PST) Received: from [192.168.1.168] (p5B3D2F59.dip0.t-ipconnect.de. [91.61.47.89]) by smtp.googlemail.com with ESMTPSA id 28sm1136076lfw.57.2018.01.25.12.38.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jan 2018 12:38:29 -0800 (PST) Subject: Re: pkg OSVERSION problem To: Ronald Klop , FreeBSD Current References: From: =?UTF-8?Q?Jan_Kokem=c3=bcller?= Message-ID: Date: Thu, 25 Jan 2018 21:38:27 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 20:38:32 -0000 On 25.01.2018 21:19, Ronald Klop wrote: > I know there should be multiple updates of packages. > Even with -o OSVERSION it does not give any new pkgs anymore. > What will help this? I've just had the same issue and solved it by forcefully updating the package database: # pkg -o OSVERSION=1200056 update -f # pkg -o OSVERSION=1200056 upgrade -Jan