Hi.

This diff updates startup-notification to the latest version.
This needs libxcb, so make sure you're running a very recent snapshot.

Don't try to compile it with an earlier version installed.

Not really tested yet, so testings and comments appreciated.


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/startup-notification/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile    16 Sep 2007 02:53:14 -0000      1.11
+++ Makefile    7 Aug 2009 09:41:53 -0000
@@ -2,26 +2,32 @@
 
 COMMENT=               library for tracking application startup
 
-DISTNAME=              startup-notification-0.9
-CATEGORIES=            devel x11 x11/gnome
+DISTNAME=              startup-notification-0.10
+CATEGORIES=            devel x11
 
-SHARED_LIBS +=  startup-notification-1 1.0      # .0.0
+SHARED_LIBS +=  startup-notification-1 2.0      # .0.0
 
-HOMEPAGE=              http://www.freedesktop.org/
+HOMEPAGE=              
http://www.freedesktop.org/wiki/Software/startup-notification
 
 # LGPL
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=               ICE SM X11 Xau Xdmcp
 
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/startup-notification/0.9/}
-EXTRACT_SUFX=          .tar.bz2
+WANTLIB += ICE SM X11 Xau Xdmcp pthread-stubs xcb xcb-atom xcb-aux
+WANTLIB += xcb-event
+
+MASTER_SITES=          
http://www.freedesktop.org/software/startup-notification/releases/
+
+LIB_DEPENDS=           execinfo::devel/libexecinfo
 
 USE_X11=               Yes
 USE_LIBTOOL=           Yes
 CONFIGURE_STYLE=       gnu
+CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include" \
+                       LDFLAGS="-L${LOCALBASE}/lib" \
+                       LIBS="-lexecinfo"
 CONFIGURE_ARGS+=       ${CONFIGURE_SHARED}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/startup-notification/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    24 Apr 2007 12:48:25 -0000      1.6
+++ distinfo    7 Aug 2009 09:41:53 -0000
@@ -1,5 +1,5 @@
-MD5 (startup-notification-0.9.tar.bz2) = YktC8frFoSxUOgeeLNOzZg==
-RMD160 (startup-notification-0.9.tar.bz2) = ucJtQKi5zOjhPHKft3cg1P3MbeE=
-SHA1 (startup-notification-0.9.tar.bz2) = LAn0MkdoPR5KFrL40eI2tX6vrmg=
-SHA256 (startup-notification-0.9.tar.bz2) = 
Yd4a7TeeqdRKg1uvdlZ+CqqBO21umV236D6JhvabWA0=
-SIZE (startup-notification-0.9.tar.bz2) = 226231
+MD5 (startup-notification-0.10.tar.gz) = vKDtHHS8Tkg+ou0SpXFzVA==
+RMD160 (startup-notification-0.10.tar.gz) = 3pBWNNsyY9JLaa5CiHERt/+Vs7o=
+SHA1 (startup-notification-0.10.tar.gz) = ZwxeRPWeOETiygxncwupyl9SKPw=
+SHA256 (startup-notification-0.10.tar.gz) = 
ZLvrXChhlyH8GdaSCtK4v2wNw6DpahsLwm9ID7xSVFk=
+SIZE (startup-notification-0.10.tar.gz) = 328787



-- 
Antoine

Reply via email to