Hi,
patch for py-gnome-dekstop, version bumped. lib-depends-check fixed,
LIB_DEPENDS fixed so pkg_info -S matches make print-package-signatures,
to stop unnecessary rebuilds, libgsf removed and libsoup,-main
libsoup,-gnome added so builds if these are not already installed.
Please check and update the port.
Regards
Nigel Taylor
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/gnome/py-gnome-desktop/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile 8 Jun 2011 17:41:57 -0000 1.32
+++ Makefile 13 Jun 2011 14:00:07 -0000
@@ -5,7 +5,7 @@ COMMENT= Python bindings for the GNOME
GNOME_PROJECT= gnome-python-desktop
GNOME_VERSION= 2.32.0
PKGNAME= py-gnome-desktop-${VERSION}
-REVISION= 5
+REVISION= 6
HOMEPAGE= http://www.pygtk.org/
@@ -15,24 +15,24 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-WANTLIB += GL ICE ORBit-2 ORBitCosNaming-2 SM X11 XRes Xau Xcomposite
+WANTLIB += GL ICE ORBit-2 ORBitCosNaming-2 SM X11 X11-xcb XRes Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
-WANTLIB += Xrender Xxf86vm art_lgpl_2 asn1 atk-1.0 bonobo-2 bonobo-activation
-WANTLIB += bonoboui-2 cairo camel-1.2 canberra canberra-gtk com_err
-WANTLIB += croco-0.6 crypto dbus-1 dbus-glib-1 drm ebook-1.2 ecal-1.2
-WANTLIB += edataserver-1.2 evdocument evview execinfo expat ffi
-WANTLIB += fontconfig freetype gailutil gconf-2 gcrypt gdata gdk-x11-2.0
-WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmime-2.4 gmodule-2.0
+WANTLIB += Xrender Xxf86vm archive art_lgpl_2 asn1 atk-1.0 bonobo-2
+WANTLIB += bonobo-activation bonoboui-2 bz2 cairo camel-1.2 canberra
+WANTLIB += canberra-gtk com_err croco-0.6 crypto dbus-1 dbus-glib-1 drm
+WANTLIB += ebook-1.2 ecal-1.2 edataserver-1.2 evdocument evview execinfo
+WANTLIB += expat ffi fontconfig freetype gailutil gconf-2 gcrypt gdata
+WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmime-2.4 gmodule-2.0
WANTLIB += gnome-2 gnome-desktop-2 gnome-keyring gnome-media-profiles
WANTLIB += gnomecanvas-2 gnomeprint-2-2 gnomeprintui-2-2 gnomeui-2
-WANTLIB += gnomevfs-2 gnutls gobject-2.0 gpg-error gssapi gstreamer-0.10
+WANTLIB += gnomevfs-2 gobject-2.0 gpg-error gssapi gstreamer-0.10
WANTLIB += gthread-2.0 gtk-x11-2.0 gtop-2.0 ical icalss icalvcal
-WANTLIB += krb5 kvm ltdl m metacity-private nspr4 nss3 nssutil3
+WANTLIB += krb5 kvm ltdl lzma m metacity-private nspr4 nss3 nssutil3
WANTLIB += ogg panel-applet-2 pango-1.0 pangocairo-1.0 pangoft2-1.0
-WANTLIB += pcre pixman-1 plc4 plds4 png popt proxy pthread pthread-stubs
+WANTLIB += pcre pixman-1 plc4 plds4 png popt pthread pthread-stubs
WANTLIB += rsvg-2 smime3 soup-2.4 soup-gnome-2.4 sqlite3 ssl ssl3
-WANTLIB += startup-notification-1 tasn1 totem-plparser util vorbis
-WANTLIB += vorbisfile wnck-1 xcb xcb-atom xcb-aux xcb-event xcb-render
+WANTLIB += startup-notification-1 totem-plparser util vorbis
+WANTLIB += vorbisfile wnck-1 xcb xcb-aux xcb-render
WANTLIB += xcb-shm xml2 z
MODULES= devel/gettext \
@@ -41,8 +41,9 @@ MODULES= devel/gettext \
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= x11/gnome/py-gnome>=2.28.0
-LIB_DEPENDS= devel/libgsf \
- devel/libgtop2 \
+LIB_DEPENDS= devel/libgtop2 \
+ devel/libsoup,-main \
+ devel/libsoup,-gnome \
x11/gnome/libgnomeprintui \
x11/gnome/librsvg \
x11/gnome/media \