ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies
Tijl Coosemans
tijl at FreeBSD.org
Fri May 30 16:50:02 UTC 2014
The following reply was made to PR ports/180596; it has been noted by GNATS.
From: Tijl Coosemans <tijl at FreeBSD.org>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/180596: [patch] devel/libnotify: remove gtk20 and gettext
dependencies
Date: Fri, 30 May 2014 18:38:56 +0200
--MP_/V6wr_SJA4g_IunW0O2U4dBm
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Updated patch.
--MP_/V6wr_SJA4g_IunW0O2U4dBm
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=libnotify.patch
Index: devel/libnotify/Makefile
===================================================================
--- devel/libnotify/Makefile (revision 355602)
+++ devel/libnotify/Makefile (working copy)
@@ -4,6 +4,7 @@
PORTNAME= libnotify
PORTVERSION= 0.7.5
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -12,12 +13,8 @@ COMMENT= Library for desktop notificatio
LICENSE= LGPL21
-USE_XZ= yes
-USE_GNOME= intlhack glib20 gdkpixbuf2 ltverhack introspection:build
-USES= gettext gmake pathfix pkgconfig
+USES= gmake libtool:keepla pathfix pkgconfig tar:xz
+USE_GNOME= glib20 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
Index: devel/libnotify/pkg-plist
===================================================================
--- devel/libnotify/pkg-plist (revision 355602)
+++ devel/libnotify/pkg-plist (working copy)
@@ -8,6 +8,7 @@ lib/libnotify.a
lib/libnotify.la
lib/libnotify.so
lib/libnotify.so.4
+lib/libnotify.so.4.0.0
libdata/pkgconfig/libnotify.pc
share/gir-1.0/Notify-0.7.gir
share/gtk-doc/html/libnotify/NotifyNotification.html
--MP_/V6wr_SJA4g_IunW0O2U4dBm--
More information about the freebsd-gnome
mailing list