Hi,

libgweather updated to stop unnecessary rebuilds, as pkg_info -S doesn't
match make print-package-signature, and fix lib-depends-check.
LIB_DEPENDS and WANTLIB updated. libgweather uses dbus, not dbus-glib
(Obsolete since glib 2.26 now includes dbus binding according to this
http://www.freedesktop.org/wiki/Software/DBusBindings ).

Please check and update the port.

Regards

Nigel Taylor
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/gnome/libgweather/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    14 May 2011 21:29:04 -0000      1.22
+++ Makefile    12 Jun 2011 19:24:27 -0000
@@ -23,17 +23,17 @@ MODULES=            devel/gettext \
                        x11/gnome
 
 LIB_DEPENDS=           devel/libsoup,-gnome \
-                       x11/dbus-glib \
+                       x11/dbus \
                        x11/gtk+2
 
-WANTLIB +=             ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
-WANTLIB +=             Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1
-WANTLIB +=             expat fontconfig freetype gcrypt gdk-x11-2.0
-WANTLIB +=             gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
-WANTLIB +=             gnutls gnome-keyring gobject-2.0 gpg-error 
+WANTLIB +=             GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp 
+WANTLIB +=             Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 
+WANTLIB +=             cairo dbus-1 drm expat fontconfig freetype gcrypt 
+WANTLIB +=             gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
+WANTLIB +=             gnome-keyring gobject-2.0 gpg-error 
 WANTLIB +=             gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
-WANTLIB +=             pangoft2-1.0 pcre pixman-1 png proxy pthread-stubs
-WANTLIB +=             soup-2.4 sqlite3 tasn1 xcb xcb-render xcb-render-util
+WANTLIB +=             pangoft2-1.0 pcre pixman-1 png pthread-stubs
+WANTLIB +=             soup-2.4 sqlite3 xcb xcb-render xcb-shm
 WANTLIB +=             xml2 z soup-gnome-2.4
 
 MODGCONF2_SCHEMAS_DIR= libgweather

Reply via email to