[CFT] xorg 7.7

Waitman Gobble uzimac at da3m0n8t3r.com
Wed Mar 20 18:19:02 UTC 2013


Olivier Smedts <olivier at gid0.org> wrote ..
> 2013/3/16 Waitman Gobble <uzimac at da3m0n8t3r.com>:
> > [226] > pkg version | grep \<
> > bigreqsproto-1.1.1                 <
> > fontsproto-2.1.1                   <
> > xtrans-1.2.6                       <
> 
> Hint : you can use
> pkg version -vl '<'
> 
> 
> -- 
> Olivier Smedts                                                 _
>                                         ASCII ribbon campaign ( )
> e-mail: olivier at gid0.org        - against HTML email & vCards  X
> www: http://www.gid0.org    - against proprietary attachments / \
> 
>   "Il y a seulement 10 sortes de gens dans le monde :
>   ceux qui comprennent le binaire,
>   et ceux qui ne le comprennent pas."


Thanks! I believe that is indeed the correct way to do it.
I don't understand why doing pkg version takes so long to generate a report on my system. not complaining!, it's just a wait.. 
I quickly browsed the 'version.c' src in /usr/ports/ports-mgmt/pkg .. maybe it's just my machine.(?)

anyway i usually just want to know what's updated after a svn update, so I query /var/db/pkg/local.sqlite and compare to date in Makefile of port. maybe it's not correct way, but I did add 'beta' to my check b/c of the xorg 7.7 test, that way i can see which ports are 'not' from svn

example: 

# chucky

 {OK}           p:1359956798 i:1363325950       x11/xpr 1.0.4
 {OK}           p:1342304958 i:1363325954       x11/xprop 1.2.1
 {beta}         p:---------- i:1363045617       x11/xproto 7.0.22
 {OK}           p:1362771552 i:1363325959       x11/xrandr 1.4.0
 {updates}      p:1366304958 i:1363325962       x11/xrdb 1.0.9

(xrdb isn't really really an update, just example of what happens when there is a newer version:) timestamps are sanity check for me.


it's a toy at the moment, https://github.com/waitman/chucky



-- 
Waitman Gobble
San Jose California USA


More information about the freebsd-x11 mailing list