From owner-freebsd-gnome@FreeBSD.ORG Fri May 30 16:50:02 2014 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C2E615A for ; Fri, 30 May 2014 16:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEB85296F for ; Fri, 30 May 2014 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UGo1bi026555 for ; Fri, 30 May 2014 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4UGo13K026554; Fri, 30 May 2014 16:50:01 GMT (envelope-from gnats) Date: Fri, 30 May 2014 16:50:01 GMT Message-Id: <201405301650.s4UGo13K026554@freefall.freebsd.org> To: gnome@FreeBSD.org From: Tijl Coosemans Subject: Re: ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies Reply-To: Tijl Coosemans X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 16:50:02 -0000 The following reply was made to PR ports/180596; it has been noted by GNATS. From: Tijl Coosemans 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 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--