View Single Post
  #3   (View Single Post)  
Old 12th July 2011
albator albator is offline
Shell Scout
 
Join Date: Jul 2011
Posts: 98
Default

@jggimi
Thanks for answering !

Quote:
I'm going to guess: evolution-data-server was NOT rebuilt. That port had no update, and your make found a matching package at your $PKG_PATH, and skipped the build. It's just a guess, of course.
There was an update for eggdbus, isn't it enough for evolution to be rebuild ?
Code:
# grep eggdbus /usr/ports/databases/evolution-data-server/Makefile
devel/eggdbus
I finally went this way :
Code:
# pkg_list=$(mktemp)
# /usr/ports/infrastructure/build/out-of-date > $pkg_list
# cd /usr/ports
# SUBDIRLIST=$pkg_list make clean package
but again, I don't understand why packages got installed and not only created in in/usr/ports/packages/amd64/all
I then updated this way
Code:
# export PKG_PATH=/usr/ports/packages/`uname -m`/all
# pkg_add -ui -F update -F updatedepends
At the end here is the result :

Code:
# /usr/ports/infrastructure/build/out-of-date
databases/evolution-data-server #  -> eggdbus-0.6p1
devel/libgdata                 #  -> eggdbus-0.6p1
multimedia/gstreamer-0.10/plugins-good,-main #  -> eggdbus-0.6p1
x11/gnome/libgnome             #  -> popt-1.7p1
x11/gnome/libgweather          #  -> dbus-glib-0.92v0
And I got CUPS, Samba and a lot of packages I didn't want to install :'(
Reply With Quote