Date: Fri, 30 May 2014 16:50:01 GMT From: Tijl Coosemans <tijl@FreeBSD.org> To: gnome@FreeBSD.org Subject: Re: ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies Message-ID: <201405301650.s4UGo13K026554@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180596; it has been noted by GNATS. From: Tijl Coosemans <tijl@FreeBSD.org> To: bug-followup@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301650.s4UGo13K026554>