FreeBSD Bugzilla – Attachment 61563 Details for
Bug 92228
[MAINTAINER-UPDATE] devel/libnotify deskutils/notification-daemon update to 0.3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.16 KB, created by
Andreas Kohn
on 2006-01-23 23:20:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andreas Kohn
Created:
2006-01-23 23:20:05 UTC
Size:
4.16 KB
patch
obsolete
>diff -ruN -x .svn -x CVS /usr/ports/deskutils/notification-daemon/Makefile notification-daemon/Makefile >--- /usr/ports/deskutils/notification-daemon/Makefile Mon Jan 2 15:04:27 2006 >+++ notification-daemon/Makefile Mon Jan 23 23:51:17 2006 >@@ -2,12 +2,11 @@ > # Date created: 2005-08-06 > # Whom: Andreas Kohn <andreas@syndrom23.de> > # >-# $FreeBSD: ports/deskutils/notification-daemon/Makefile,v 1.10 2005/12/31 18:49:05 marcus Exp $ >+# $FreeBSD$ > # > > PORTNAME= notification-daemon >-PORTVERSION= 0.2.4 >-PORTREVISION= 1 >+PORTVERSION= 0.3.2 > CATEGORIES= deskutils gnome > MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ > >@@ -15,18 +14,16 @@ > COMMENT= Send small notifications to your desktop > > LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus \ >- notify.0:${PORTSDIR}/devel/libnotify \ >- sexy:${PORTSDIR}/x11-toolkits/libsexy >+ sexy:${PORTSDIR}/x11-toolkits/libsexy \ >+ popt.0:${PORTSDIR}/devel/popt > > USE_GNOME= gnomehack gnometarget intlhack gtk20 > USE_AUTOTOOLS= libtool:15 > USE_GMAKE= yes >+GNU_CONFIGURE= yes >+GCONF_SCHEMAS= notification-daemon.schemas > CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services >+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >+ LDFLAGS="-L${LOCALBASE}/lib" > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} < 500000 >-EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-main.cc >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN -x .svn -x CVS /usr/ports/deskutils/notification-daemon/distinfo notification-daemon/distinfo >--- /usr/ports/deskutils/notification-daemon/distinfo Sun Jan 22 19:45:01 2006 >+++ notification-daemon/distinfo Mon Jan 23 21:36:06 2006 >@@ -1,3 +1,3 @@ >-MD5 (notification-daemon-0.2.4.tar.gz) = d5c9739f60d04fe17dc64cf16f91d043 >-SHA256 (notification-daemon-0.2.4.tar.gz) = 7b7e0d6e00d90f9cfbc4cf9fd09bdbeaa8db1cd4e81e93ca6a1604f35e3dde54 >-SIZE (notification-daemon-0.2.4.tar.gz) = 159190 >+MD5 (notification-daemon-0.3.2.tar.gz) = ff55cfeecebad1e40ab58fa96820d5ff >+SHA256 (notification-daemon-0.3.2.tar.gz) = 82ac3c60beb16534afd92f99bf2b8605113c5e813300486098d8988d811d6d72 >+SIZE (notification-daemon-0.3.2.tar.gz) = 377518 >diff -ruN -x .svn -x CVS /usr/ports/deskutils/notification-daemon/files/extra-patch-src-main.cc notification-daemon/files/extra-patch-src-main.cc >--- /usr/ports/deskutils/notification-daemon/files/extra-patch-src-main.cc Wed Aug 31 23:30:50 2005 >+++ notification-daemon/files/extra-patch-src-main.cc Thu Jan 1 01:00:00 1970 >@@ -1,10 +0,0 @@ >---- src/main.cc.orig Wed Aug 10 10:43:56 2005 >-+++ src/main.cc Wed Aug 31 23:25:36 2005 >-@@ -622,7 +622,6 @@ >- int >- main(int argc, char **argv) >- { >-- std::set_terminate(__gnu_cxx::__verbose_terminate_handler); >- DBusError error; >- >- dbus_error_init(&error); >diff -ruN -x .svn -x CVS /usr/ports/deskutils/notification-daemon/files/patch-src-Notification.hh notification-daemon/files/patch-src-Notification.hh >--- /usr/ports/deskutils/notification-daemon/files/patch-src-Notification.hh Wed Aug 31 23:30:50 2005 >+++ notification-daemon/files/patch-src-Notification.hh Thu Jan 1 01:00:00 1970 >@@ -1,10 +0,0 @@ >---- src/Notification.hh.orig Thu Jul 28 10:50:44 2005 >-+++ src/Notification.hh Wed Aug 31 23:14:48 2005 >-@@ -31,6 +31,7 @@ >- #include "Hint.hh" >- #include "Image.hh" >- >-+#include <sys/types.h> >- >- /* >- * This class represents a notification. It's a class rather than a struct >diff -ruN -x .svn -x CVS /usr/ports/deskutils/notification-daemon/pkg-plist notification-daemon/pkg-plist >--- /usr/ports/deskutils/notification-daemon/pkg-plist Wed Aug 31 23:30:50 2005 >+++ notification-daemon/pkg-plist Mon Jan 23 23:52:32 2006 >@@ -1,3 +1,10 @@ >-etc/dbus-1/system.d/notification-daemon.conf >+lib/notification-daemon/engines/libbubble.a >+lib/notification-daemon/engines/libbubble.so >+lib/notification-daemon/engines/libbubble.so.0 >+lib/notification-daemon/engines/libstandard.a >+lib/notification-daemon/engines/libstandard.so >+lib/notification-daemon/engines/libstandard.so.0 > libexec/notification-daemon >-share/dbus-1/services/org.freedesktop.Notifications.service >+share/dbus-1/services/notification-daemon.service >+@dirrm lib/notification-daemon/engines >+@dirrm lib/notification-daemon >--- notification-daemon-0.2.4-0.3.2.diff ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92228
:
61562
| 61563