e07e
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I understand it is adviced to check /usr/ports/UPDATING to see if any package needs special attention when updating it. The thing is, /usr/ports/UPDATING is basicly a huge textfile, with a lot of information. And humans (myself in particular
) are not your best choice to process huge piles of information. It's easy to miss something important.I was wondering if there is an easier way to check this information. Maybe some tool that crawls through this file, compares it to the ports that need updating and only shows the relevant information? Last edited by DutchDaemon; May 8th, 2012 at 23:13. Reason: Posted in the wrong forum: http://forums.freebsd.org/showthread.php?t=2756 |
|
#2
|
||||
|
||||
|
Quote:
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
Ah, thanks!
Is there any way to determine when the last updates were installed? Does this command also show information about packages that are not installed? And thus is irrelevant information? . Or can I filter this somehow?
Last edited by DutchDaemon; May 8th, 2012 at 23:14. |
|
#4
|
||||
|
||||
|
Quote:
Quote:
Quote:
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. Last edited by DutchDaemon; May 8th, 2012 at 23:14. |
|
#5
|
|||
|
|||
|
Oops, I missed that description. See why I wanted the least possible amount of information from pkg_updating?
![]() This seems straightforward enough though. Thanks for your feedback!
Last edited by DutchDaemon; May 8th, 2012 at 23:15. |
|
#6
|
||||
|
||||
% ls -ltr /var/db/pkg | tail -n1shows the latest changed package. It's not foolproof, but gives an idea. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] What updates /usr/ports/UPDATING? | drhowarddrfine | Installing & Upgrading | 7 | March 6th, 2012 06:44 |
| [Solved] /usr/ports/UPDATING | Cb | Installation and Maintenance of FreeBSD Ports or Packages | 4 | April 12th, 2011 16:28 |
| Reading /usr/ports/UPDATING | AngusBuchanan | Installation and Maintenance of FreeBSD Ports or Packages | 3 | January 21st, 2011 01:53 |
| [Solved] Updating: ports and packages | nikolajg | Installation and Maintenance of FreeBSD Ports or Packages | 5 | April 9th, 2010 13:38 |
| updating ports and everything | hirohitosan | Installation and Maintenance of FreeBSD Ports or Packages | 27 | December 16th, 2008 19:33 |