From owner-freebsd-pkgbase@freebsd.org Sun Jul 10 22:03:06 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2DB8B84B44 for ; Sun, 10 Jul 2016 22:03:06 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (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 5C6011220 for ; Sun, 10 Jul 2016 22:03:06 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id f126so71086613wma.1 for ; Sun, 10 Jul 2016 15:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=armWCrSXThE3GAEo07wUX90MfTN2vkgulHHSHmytWas=; b=xts1vlASxPpU/1qpQu49pjorGseLdTBv7lSW3PdGEAV0bSv6qCYyB/yg+1cLF+0xXf glbfTj3ohV5lk1jCoDbPsqR8gaONbqDM7FX4/ml+xyEB4vDygdxdXiXIx+/ailHhHSXf ZwNnKJL1qXEtbEtXQKmholvyKZrgn1mexoRCB57CiraGsqDtF2yumT29zTp9C4QZkTBZ cjYZE0i67sqkehuMWkiFx97TT84jwsOvkx/jt+KTUsCxDQJFOdnyOAZiHYuhrYkSF9i4 EG4JGhT7a5xFpiPJbLrccJXN3h7pT3H082KWQX8F725/cSzfW+Iud79i9nwXZyyf1UAs glmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=armWCrSXThE3GAEo07wUX90MfTN2vkgulHHSHmytWas=; b=cS6BA/sjFmq0rblLuXcAjwQg296Z//I76Ph63WYdnu8+MXGqG+HaHxvSnZlwN/Qxx1 og8T+NpHppRbfoET2X9DBGWdSEIeVaGoCoKArCsYbWKLpHOWvE2ZUq1Bk5Bon1cWND0e uizEHQtEQITGenzq7SHHklDh+nK9J9W8FeQiv4pl1+yjH3TVxJ9UNyi+W6XK7RUhc0zj GdwsqVmE64I4HZdixZrTvsBKVsp3kFlpw0kcEDnM+9nwpblu1bEQiBxscNUTltpxd09k wCxaL08sVMMLxG51IqlQQGzuD1PQ2S5+PmsO3Y9nPga6p3s41nLr9KnK1Ilm1uZx4J/v Rhlg== X-Gm-Message-State: ALyK8tL2o9hXpg/TaA4Zw2GHJwJbO9EiqMRiezSVBnGxsZS9UYbezYQAIxu9bA1SoBS+Jo2v4jnw34vZlSQYKg== X-Received: by 10.28.191.90 with SMTP id p87mr13655835wmf.69.1468188184558; Sun, 10 Jul 2016 15:03:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.222.169 with HTTP; Sun, 10 Jul 2016 15:03:04 -0700 (PDT) From: Ben Woods Date: Sun, 10 Jul 2016 22:03:04 +0000 Message-ID: Subject: Upgrading from 11-current to 12-current with PkgBase To: freebsd-pkgbase@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 22:03:06 -0000 Hi everyone, Just a quick note to say that when trying to upgrade from 11-current to 12-current I got the following error: # pkg upgrade -r FreeBSD-base Updating FreeBSD-base repository catalogue... Fetching meta.txz: 100% 268 B 0.3kB/s 00:01 Fetching packagesite.txz: 100% 52 KiB 52.9kB/s 00:01 Processing entries: 0% pkg: wrong architecture: freebsd:12:x86:64 instead of FreeBSD:11:amd64 pkg: repository FreeBSD-base contains packages with wrong ABI: freebsd:12:x86:64 Processing entries: 100% Unable to update repository FreeBSD-base All repositories are up-to-date. pkg: Repository FreeBSD-base cannot be opened. 'pkg update' required Checking for upgrades (0 candidates): 100% Processing candidates (0 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. The solution was to use the following command: # env ABI=freebsd:12:x86:64 pkg upgrade -r FreeBSD-base This was found from bapt's post here: https://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093092.html Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-pkgbase@freebsd.org Mon Jul 11 10:40:51 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AAE9B38BD0 for ; Mon, 11 Jul 2016 10:40:51 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 22EF61D75 for ; Mon, 11 Jul 2016 10:40:51 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id f126so84561905wma.1 for ; Mon, 11 Jul 2016 03:40:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=bs27+Xbf/2EDM6IE439kxj2hzhCbVUEuplprtKi+OHo=; b=WIf1wrES0yxmXO1Z/9yK33pT1h0bIMrCBWKvPyeL83n3QD08h9hWxGoknnYESgMZR7 IjYtnVeOwBG1hfTCvfgWXOhZxlwdQTeThTBBpqwkwRx7ZokFhPeUem691hLLvCrJvXQt v2ZbluVV9AHuwunS7zKN2yM9Y+Ak7meSdMzuZLFBeoxmZ4ULfQZLa2KYZ8ylrUOZc62k WSvGHIzcocNXcETKpfM5+jXXptHqQjqWmxpBSXoF3EvXIE8emWc3+i1LgorVQosdu/vq mWtULphE4HDMxc7iCdbrRlmjWk8jepQyxjNCkNd9AroyiukYZnyweQCoQPh0UTZVh75b /nJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bs27+Xbf/2EDM6IE439kxj2hzhCbVUEuplprtKi+OHo=; b=L/STAjOK9fnLLGxzctA8gvMc7iEzPNmXz2GDgUektRe3/Qsb4+XtXd/K4MwMZlA6nu SVgntTOG0IHo9kSaMUDX91Lp05WzbKpq+Q/Qkk3FN75+zmaK1aTP5H0qfuVdB4zrNzUA gDQeiy6CDCUDpefKWrycbZgYkQzp2G5eHygl06TMsg5awQav99d5mr1Ne7GWg0LAZwzY 9VBP/9L3etjBzYa4ZbC4MejRaF5meUw4VS+r19KfIGQsxY1+P5dF3GumwFArrEiJSBhL ndQJhG/FmbaMMX9r9tr6mjt78GroS7H9B2PaTOjvgdCIukUYtJP+Cp6OwEk6sN+Q54oo 4nNA== X-Gm-Message-State: ALyK8tJv54sQvM8E3xVom4Ap95I6HoyK7vinH28CEAkdNOcCfYlf+mxFZKv/oWjwo184aO3L6DsHIxGENVeEKA== X-Received: by 10.28.145.68 with SMTP id t65mr12682969wmd.31.1468233648887; Mon, 11 Jul 2016 03:40:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.222.169 with HTTP; Mon, 11 Jul 2016 03:40:48 -0700 (PDT) From: Ben Woods Date: Mon, 11 Jul 2016 10:40:48 +0000 Message-ID: Subject: Calendars (and other files) missing from base packages To: freebsd-pkgbase@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 10:40:51 -0000 Hi everyone, I have noticed a number of files which do not seem to be part of the base packages, and as such are not being updated on my system which is using PkgBase. I realise the /etc config files are not included in base packages yet, so I have excluded /etc from my investigation. The files on my system which are in /usr/obj/usr/src/amd64.amd64/worldstage/ but have not been updated on my system with PkgBase are: /usr/lib/libgcc_eh_p.a /usr/lib/libgcc_eh.a /usr/share/examples/etc/sysctl.conf /usr/share/examples/etc/csh.logout /usr/share/examples/etc/rc.resume /usr/share/examples/etc/ntp.conf /usr/share/examples/etc/libalias.conf /usr/share/examples/etc/services /usr/share/examples/etc/shells /usr/share/examples/etc/portsnap.conf /usr/share/examples/etc/mac.conf /usr/share/examples/etc/rc.shutdown /usr/share/examples/etc/disktab /usr/share/examples/etc/inetd.conf /usr/share/examples/etc/auto_master /usr/share/examples/etc/network.subr /usr/share/examples/etc/rc.initdiskless /usr/share/examples/etc/hosts.allow /usr/share/examples/etc/group /usr/share/examples/etc/pf.os /usr/share/examples/etc/regdomain.xml /usr/share/examples/etc/hosts.equiv /usr/share/examples/etc/newsyslog.conf /usr/share/examples/etc/devfs.conf /usr/share/examples/etc/nscd.conf /usr/share/examples/etc/protocols /usr/share/examples/etc/netconfig /usr/share/examples/etc/apmd.conf /usr/share/examples/etc/motd /usr/share/examples/etc/opieaccess /usr/share/examples/etc/rc /usr/share/examples/etc/mail.rc /usr/share/examples/etc/phones /usr/share/examples/etc/crontab /usr/share/examples/etc/devd.conf /usr/share/examples/etc/libmap.conf /usr/share/examples/etc/netstart /usr/share/examples/etc/csh.login /usr/share/examples/etc/ftpusers /usr/share/examples/etc/gettytab /usr/share/examples/etc/pccard_ether /usr/share/examples/etc/login.access /usr/share/examples/etc/ddb.conf /usr/share/examples/etc/dhclient.conf /usr/share/examples/etc/rc.suspend /usr/share/examples/etc/hosts.lpd /usr/share/examples/etc/profile /usr/share/examples/etc/login.conf /usr/share/examples/etc/fbtab /usr/share/examples/etc/printcap /usr/share/examples/etc/rc.sendmail /usr/share/examples/etc/remote /usr/share/examples/etc/rc.subr /usr/share/examples/etc/rc.firewall /usr/share/examples/etc/rpc /usr/share/examples/etc/networks /usr/share/examples/etc/nsmb.conf /usr/share/examples/etc/rc.bsdextended /usr/share/examples/etc/ttys /usr/share/examples/etc/syslog.conf /usr/share/examples/etc/csh.cshrc /usr/share/examples/etc/termcap.small /usr/share/examples/etc/freebsd-update.conf /usr/share/examples/etc/hosts /usr/share/examples/etc/locate.rc /usr/share/examples/etc/nsswitch.conf /usr/share/examples/etc/amd.map /usr/share/openssl/man/mandoc.db /usr/share/man/mandoc.db /usr/share/calendar/calendar.russian /usr/share/calendar/calendar.croatian /usr/share/calendar/calendar.ukrainian /usr/share/calendar/uk_UA.KOI8-U/calendar.misc /usr/share/calendar/uk_UA.KOI8-U/calendar.holiday /usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox /usr/share/calendar/uk_UA.KOI8-U/calendar.all /usr/share/calendar/calendar.dutch /usr/share/calendar/calendar.german /usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes /usr/share/calendar/fr_FR.ISO8859-1/calendar.french /usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies /usr/share/calendar/fr_FR.ISO8859-1/calendar.all /usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes /usr/share/calendar/calendar.newzealand /usr/share/calendar/calendar.brazilian /usr/share/calendar/calendar.southafrica /usr/share/calendar/de_DE.ISO8859-1/calendar.musik /usr/share/calendar/de_DE.ISO8859-1/calendar.literatur /usr/share/calendar/de_DE.ISO8859-1/calendar.all /usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft /usr/share/calendar/de_DE.ISO8859-1/calendar.kirche /usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte /usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag /usr/share/calendar/calendar.holiday /usr/share/calendar/calendar.lotr /usr/share/calendar/calendar.history /usr/share/calendar/calendar.judaic /usr/share/calendar/calendar.usholiday /usr/share/calendar/calendar.french /usr/share/calendar/calendar.birthday /usr/share/calendar/calendar.music /usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative /usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative /usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays /usr/share/calendar/pt_BR.ISO8859-1/calendar.all /usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag /usr/share/calendar/ru_RU.KOI8-R/calendar.pagan /usr/share/calendar/ru_RU.KOI8-R/calendar.all /usr/share/calendar/ru_RU.KOI8-R/calendar.military /usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox /usr/share/calendar/ru_RU.KOI8-R/calendar.holiday /usr/share/calendar/ru_RU.KOI8-R/calendar.common /usr/share/calendar/hu_HU.ISO8859-2/calendar.all /usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok /usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek /usr/share/calendar/hr_HR.ISO8859-2/calendar.all /usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici /usr/share/calendar/calendar.all /usr/share/calendar/calendar.computer /usr/share/calendar/calendar.christian /usr/share/calendar/pt_BR.UTF-8/calendar.holidays /usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative /usr/share/calendar/pt_BR.UTF-8/calendar.commemorative /usr/share/calendar/pt_BR.UTF-8/calendar.all /usr/share/calendar/ru_RU.UTF-8/calendar.all /usr/share/calendar/ru_RU.UTF-8/calendar.common /usr/share/calendar/ru_RU.UTF-8/calendar.holiday /usr/share/calendar/ru_RU.UTF-8/calendar.military /usr/share/calendar/ru_RU.UTF-8/calendar.pagan /usr/share/calendar/ru_RU.UTF-8/calendar.orthodox /usr/share/calendar/calendar.hungarian /usr/share/calendar/calendar.world /usr/share/calendar/calendar.freebsd /usr/share/calendar/calendar.australia /usr/share/tmac/mm/locale /usr/share/tmac/mm/se_locale /usr/share/tmac/man.local /usr/include/atf-c.h /usr/include/gnu/regex.h /usr/include/atf-c++.hpp /.cshrc /.profile /root/.login /root/.profile /root/.cshrc /root/.k5login /COPYRIGHT /boot/device.hints The steps I took to create this list are: 1. Since I updated my system with PkgBase yesterday, I ran the following command to find all files which have not been modified in the last 2 days: # find / -type f -mtime +2d -not -path '/etc/*' -not -path '/usr/local/*' -not -path '/dev/*' -not -path '/tmp/*' -not -path '/var/*' -not -path '/usr/src/*' -not -path '/usr/obj/*' -not -path '/poudriere/*' -not -path '/usr/doc/*' -not -path '/usr/home/*' > ~/outdated.txt 2. I edited this file to add the prefix of /usr/obj/usr/src/amd64.amd64/worldstage/ to each line, and then searched for which of the files also exist in worldstage (this command emits errors for those that do not exist in worldstage, and only outputs those that do exist to the new file): $ cat outdated.txt | xargs find > outdated2.txt 3. Then I edited the file to strip the prefix of /usr/obj/usr/src/amd64.amd64/worldstage/ from each line. Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-pkgbase@freebsd.org Mon Jul 11 10:52:08 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F1F0B83438 for ; Mon, 11 Jul 2016 10:52:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC5D15BB; Mon, 11 Jul 2016 10:52:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 2DE2418E7; Mon, 11 Jul 2016 10:52:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Mon, 11 Jul 2016 10:52:07 +0000 From: Glen Barber To: Ben Woods Cc: freebsd-pkgbase@freebsd.org Subject: Re: Calendars (and other files) missing from base packages Message-ID: <20160711105207.GJ67646@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fU0UwhtRbpo05rnG" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 10:52:08 -0000 --fU0UwhtRbpo05rnG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable pkgbase is "beta" for 11.0-RELEASE. Work on fixing the nits will ensue after 11.0-RELEASE is done. It's unfortunate, but it needs to be delayed. Glen On Mon, Jul 11, 2016 at 10:40:48AM +0000, Ben Woods wrote: > Hi everyone, >=20 > I have noticed a number of files which do not seem to be part of the base > packages, and as such are not being updated on my system which is using > PkgBase. I realise the /etc config files are not included in base packages > yet, so I have excluded /etc from my investigation. >=20 > The files on my system which are in > /usr/obj/usr/src/amd64.amd64/worldstage/ but have not been updated on my > system with PkgBase are: > /usr/lib/libgcc_eh_p.a > /usr/lib/libgcc_eh.a > /usr/share/examples/etc/sysctl.conf > /usr/share/examples/etc/csh.logout > /usr/share/examples/etc/rc.resume > /usr/share/examples/etc/ntp.conf > /usr/share/examples/etc/libalias.conf > /usr/share/examples/etc/services > /usr/share/examples/etc/shells > /usr/share/examples/etc/portsnap.conf > /usr/share/examples/etc/mac.conf > /usr/share/examples/etc/rc.shutdown > /usr/share/examples/etc/disktab > /usr/share/examples/etc/inetd.conf > /usr/share/examples/etc/auto_master > /usr/share/examples/etc/network.subr > /usr/share/examples/etc/rc.initdiskless > /usr/share/examples/etc/hosts.allow > /usr/share/examples/etc/group > /usr/share/examples/etc/pf.os > /usr/share/examples/etc/regdomain.xml > /usr/share/examples/etc/hosts.equiv > /usr/share/examples/etc/newsyslog.conf > /usr/share/examples/etc/devfs.conf > /usr/share/examples/etc/nscd.conf > /usr/share/examples/etc/protocols > /usr/share/examples/etc/netconfig > /usr/share/examples/etc/apmd.conf > /usr/share/examples/etc/motd > /usr/share/examples/etc/opieaccess > /usr/share/examples/etc/rc > /usr/share/examples/etc/mail.rc > /usr/share/examples/etc/phones > /usr/share/examples/etc/crontab > /usr/share/examples/etc/devd.conf > /usr/share/examples/etc/libmap.conf > /usr/share/examples/etc/netstart > /usr/share/examples/etc/csh.login > /usr/share/examples/etc/ftpusers > /usr/share/examples/etc/gettytab > /usr/share/examples/etc/pccard_ether > /usr/share/examples/etc/login.access > /usr/share/examples/etc/ddb.conf > /usr/share/examples/etc/dhclient.conf > /usr/share/examples/etc/rc.suspend > /usr/share/examples/etc/hosts.lpd > /usr/share/examples/etc/profile > /usr/share/examples/etc/login.conf > /usr/share/examples/etc/fbtab > /usr/share/examples/etc/printcap > /usr/share/examples/etc/rc.sendmail > /usr/share/examples/etc/remote > /usr/share/examples/etc/rc.subr > /usr/share/examples/etc/rc.firewall > /usr/share/examples/etc/rpc > /usr/share/examples/etc/networks > /usr/share/examples/etc/nsmb.conf > /usr/share/examples/etc/rc.bsdextended > /usr/share/examples/etc/ttys > /usr/share/examples/etc/syslog.conf > /usr/share/examples/etc/csh.cshrc > /usr/share/examples/etc/termcap.small > /usr/share/examples/etc/freebsd-update.conf > /usr/share/examples/etc/hosts > /usr/share/examples/etc/locate.rc > /usr/share/examples/etc/nsswitch.conf > /usr/share/examples/etc/amd.map > /usr/share/openssl/man/mandoc.db > /usr/share/man/mandoc.db > /usr/share/calendar/calendar.russian > /usr/share/calendar/calendar.croatian > /usr/share/calendar/calendar.ukrainian > /usr/share/calendar/uk_UA.KOI8-U/calendar.misc > /usr/share/calendar/uk_UA.KOI8-U/calendar.holiday > /usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox > /usr/share/calendar/uk_UA.KOI8-U/calendar.all > /usr/share/calendar/calendar.dutch > /usr/share/calendar/calendar.german > /usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes > /usr/share/calendar/fr_FR.ISO8859-1/calendar.french > /usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies > /usr/share/calendar/fr_FR.ISO8859-1/calendar.all > /usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes > /usr/share/calendar/calendar.newzealand > /usr/share/calendar/calendar.brazilian > /usr/share/calendar/calendar.southafrica > /usr/share/calendar/de_DE.ISO8859-1/calendar.musik > /usr/share/calendar/de_DE.ISO8859-1/calendar.literatur > /usr/share/calendar/de_DE.ISO8859-1/calendar.all > /usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft > /usr/share/calendar/de_DE.ISO8859-1/calendar.kirche > /usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte > /usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag > /usr/share/calendar/calendar.holiday > /usr/share/calendar/calendar.lotr > /usr/share/calendar/calendar.history > /usr/share/calendar/calendar.judaic > /usr/share/calendar/calendar.usholiday > /usr/share/calendar/calendar.french > /usr/share/calendar/calendar.birthday > /usr/share/calendar/calendar.music > /usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative > /usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative > /usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays > /usr/share/calendar/pt_BR.ISO8859-1/calendar.all > /usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag > /usr/share/calendar/ru_RU.KOI8-R/calendar.pagan > /usr/share/calendar/ru_RU.KOI8-R/calendar.all > /usr/share/calendar/ru_RU.KOI8-R/calendar.military > /usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox > /usr/share/calendar/ru_RU.KOI8-R/calendar.holiday > /usr/share/calendar/ru_RU.KOI8-R/calendar.common > /usr/share/calendar/hu_HU.ISO8859-2/calendar.all > /usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok > /usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek > /usr/share/calendar/hr_HR.ISO8859-2/calendar.all > /usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici > /usr/share/calendar/calendar.all > /usr/share/calendar/calendar.computer > /usr/share/calendar/calendar.christian > /usr/share/calendar/pt_BR.UTF-8/calendar.holidays > /usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative > /usr/share/calendar/pt_BR.UTF-8/calendar.commemorative > /usr/share/calendar/pt_BR.UTF-8/calendar.all > /usr/share/calendar/ru_RU.UTF-8/calendar.all > /usr/share/calendar/ru_RU.UTF-8/calendar.common > /usr/share/calendar/ru_RU.UTF-8/calendar.holiday > /usr/share/calendar/ru_RU.UTF-8/calendar.military > /usr/share/calendar/ru_RU.UTF-8/calendar.pagan > /usr/share/calendar/ru_RU.UTF-8/calendar.orthodox > /usr/share/calendar/calendar.hungarian > /usr/share/calendar/calendar.world > /usr/share/calendar/calendar.freebsd > /usr/share/calendar/calendar.australia > /usr/share/tmac/mm/locale > /usr/share/tmac/mm/se_locale > /usr/share/tmac/man.local > /usr/include/atf-c.h > /usr/include/gnu/regex.h > /usr/include/atf-c++.hpp > /.cshrc > /.profile > /root/.login > /root/.profile > /root/.cshrc > /root/.k5login > /COPYRIGHT > /boot/device.hints >=20 > The steps I took to create this list are: >=20 > 1. Since I updated my system with PkgBase yesterday, I ran the following > command to find all files which have not been modified in the last 2 days: > # find / -type f -mtime +2d -not -path '/etc/*' -not -path '/usr/local/*' > -not -path '/dev/*' -not -path '/tmp/*' -not -path '/var/*' -not -path > '/usr/src/*' -not -path '/usr/obj/*' -not -path '/poudriere/*' -not -path > '/usr/doc/*' -not -path '/usr/home/*' > ~/outdated.txt >=20 > 2. I edited this file to add the prefix of > /usr/obj/usr/src/amd64.amd64/worldstage/ to each line, and then searched > for which of the files also exist in worldstage (this command emits errors > for those that do not exist in worldstage, and only outputs those that do > exist to the new file): > $ cat outdated.txt | xargs find > outdated2.txt >=20 > 3. Then I edited the file to strip the prefix of > /usr/obj/usr/src/amd64.amd64/worldstage/ from each line. >=20 > Regards, > Ben >=20 > -- > From: Benjamin Woods > woodsb02@gmail.com > _______________________________________________ > freebsd-pkgbase@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase > To unsubscribe, send any mail to "freebsd-pkgbase-unsubscribe@freebsd.org" --fU0UwhtRbpo05rnG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXg3pXAAoJEAMUWKVHj+KTfsEP/RK2btNKyFmnXND681YtnlWg fEIyqTRqEsVB0nn0+frwLFwdGfBtGJTJgO9PqQPqKf7xsUhA40zvOID8WXYyjCaN rYmqJVVhBezb7zSzlO/2QokNI3dfKeEobLJQhP3yuVeuqs3cGij7nzKZNEoTj//u G4/to3H4xGdQwH2o57+EHOUXwcwdnBUuz508c1NKuJkXdTSlfaSgKtUwJ/OIwpXO 15uGjmMxi/VO99SZzNahGnLQx8OMErd76Wt6ATiRonsaHW6tAhjuL8cNM6BastbW kr3Fn3jAVXc1z2eOoedShdGt6TLHQ1o7nzOkYRDPGggkLq3BZddJWBNRkJ6Qg/W7 XFTbLe1667RZDbn0q+yUHL09FUjkoxSl6yjfFXgWh4ajhE6MOD3QZ2jWYgYLg8Cg +1eOmDe6jeoSgc1poo8/y8pDwX7uXYXtYW3NIPvfN440ahmvAOMWHqmXhIBbeiE3 T02hiuqZKeXUeMQ8eARsjWuFQhiQ4Z/ozEwJ3mVJrTgsTePs+3LUGYXfDYkFFNub T6Yt4PajoMwCH8e/NgW6fol4SDdtAbZHNU501YcSjle3RTY2FHOUXtGZTLglAxJY FskqlvtpldeT7H8IQpw+MNFUEVbdHspxUNIhLMtJ3ATsQsx1C43LbwP6mpvVyrOn Sk/wr4wiSZh/o0X8sz56 =nzLB -----END PGP SIGNATURE----- --fU0UwhtRbpo05rnG--