View | Details | Raw Unified | Return to bug 92228 | Differences between
and this patch

Collapse All | Expand All

(-)notification-daemon/Makefile (-12 / +9 lines)
Lines 2-13 Link Here
2
# Date created:				2005-08-06
2
# Date created:				2005-08-06
3
# Whom:					Andreas Kohn <andreas@syndrom23.de>
3
# Whom:					Andreas Kohn <andreas@syndrom23.de>
4
#
4
#
5
# $FreeBSD: ports/deskutils/notification-daemon/Makefile,v 1.10 2005/12/31 18:49:05 marcus Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	notification-daemon
8
PORTNAME=	notification-daemon
9
PORTVERSION=	0.2.4
9
PORTVERSION=	0.3.2
10
PORTREVISION=	1
11
CATEGORIES=	deskutils gnome
10
CATEGORIES=	deskutils gnome
12
MASTER_SITES=	http://www.galago-project.org/files/releases/source/notification-daemon/
11
MASTER_SITES=	http://www.galago-project.org/files/releases/source/notification-daemon/
13
12
Lines 15-32 Link Here
15
COMMENT=	Send small notifications to your desktop
14
COMMENT=	Send small notifications to your desktop
16
15
17
LIB_DEPENDS=	dbus-1.2:${PORTSDIR}/devel/dbus \
16
LIB_DEPENDS=	dbus-1.2:${PORTSDIR}/devel/dbus \
18
		notify.0:${PORTSDIR}/devel/libnotify \
17
		sexy:${PORTSDIR}/x11-toolkits/libsexy \
19
		sexy:${PORTSDIR}/x11-toolkits/libsexy
18
		popt.0:${PORTSDIR}/devel/popt
20
19
21
USE_GNOME=	gnomehack gnometarget intlhack gtk20
20
USE_GNOME=	gnomehack gnometarget intlhack gtk20
22
USE_AUTOTOOLS=	libtool:15
21
USE_AUTOTOOLS=	libtool:15
23
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
24
GCONF_SCHEMAS=	notification-daemon.schemas
24
CONFIGURE_ARGS=	--with-dbus-services=${PREFIX}/share/dbus-1/services
25
CONFIGURE_ARGS=	--with-dbus-services=${PREFIX}/share/dbus-1/services
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
		LDFLAGS="-L${LOCALBASE}/lib"
25
28
26
.include <bsd.port.pre.mk>
29
.include <bsd.port.mk>
27
28
.if ${OSVERSION} < 500000
29
EXTRA_PATCHES=	${FILESDIR}/extra-patch-src-main.cc
30
.endif
31
32
.include <bsd.port.post.mk>
(-)notification-daemon/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (notification-daemon-0.2.4.tar.gz) = d5c9739f60d04fe17dc64cf16f91d043
1
MD5 (notification-daemon-0.3.2.tar.gz) = ff55cfeecebad1e40ab58fa96820d5ff
2
SHA256 (notification-daemon-0.2.4.tar.gz) = 7b7e0d6e00d90f9cfbc4cf9fd09bdbeaa8db1cd4e81e93ca6a1604f35e3dde54
2
SHA256 (notification-daemon-0.3.2.tar.gz) = 82ac3c60beb16534afd92f99bf2b8605113c5e813300486098d8988d811d6d72
3
SIZE (notification-daemon-0.2.4.tar.gz) = 159190
3
SIZE (notification-daemon-0.3.2.tar.gz) = 377518
(-)notification-daemon/files/extra-patch-src-main.cc (-10 lines)
Lines 1-10 Link Here
1
--- src/main.cc.orig	Wed Aug 10 10:43:56 2005
2
+++ src/main.cc	Wed Aug 31 23:25:36 2005
3
@@ -622,7 +622,6 @@
4
 int
5
 main(int argc, char **argv)
6
 {
7
-    std::set_terminate(__gnu_cxx::__verbose_terminate_handler);
8
     DBusError error;
9
 
10
     dbus_error_init(&error);
(-)notification-daemon/files/patch-src-Notification.hh (-10 lines)
Lines 1-10 Link Here
1
--- src/Notification.hh.orig	Thu Jul 28 10:50:44 2005
2
+++ src/Notification.hh	Wed Aug 31 23:14:48 2005
3
@@ -31,6 +31,7 @@
4
 #include "Hint.hh"
5
 #include "Image.hh"
6
 
7
+#include <sys/types.h>
8
 
9
 /*
10
  * This class represents a notification. It's a class rather than a struct
(-)notification-daemon/pkg-plist (-2 / +9 lines)
Lines 1-3 Link Here
1
etc/dbus-1/system.d/notification-daemon.conf
1
lib/notification-daemon/engines/libbubble.a
2
lib/notification-daemon/engines/libbubble.so
3
lib/notification-daemon/engines/libbubble.so.0
4
lib/notification-daemon/engines/libstandard.a
5
lib/notification-daemon/engines/libstandard.so
6
lib/notification-daemon/engines/libstandard.so.0
2
libexec/notification-daemon
7
libexec/notification-daemon
3
share/dbus-1/services/org.freedesktop.Notifications.service
8
share/dbus-1/services/notification-daemon.service
9
@dirrm lib/notification-daemon/engines
10
@dirrm lib/notification-daemon

Return to bug 92228