From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 3 19:20:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A478A21 for ; Tue, 3 Dec 2013 19:20: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2742A1ADF for ; Tue, 3 Dec 2013 19:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3JK17W084498 for ; Tue, 3 Dec 2013 19:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB3JK1OF084497; Tue, 3 Dec 2013 19:20:01 GMT (envelope-from gnats) Date: Tue, 3 Dec 2013 19:20:01 GMT Message-Id: <201312031920.rB3JK1OF084497@freefall.freebsd.org> To: gnome@FreeBSD.org From: Tijl Coosemans Subject: Re: ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 19:20: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: Tue, 3 Dec 2013 20:17:45 +0100 --MP_/9IDncYy8Mt_ysj4P_b1cBtZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Here's an updated patch. Only "intlhack" and "gettext" can still be removed. Tested on redports: https://redports.org/buildarchive/20131203170601-27475/ --MP_/9IDncYy8Mt_ysj4P_b1cBtZ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=libnotify.patch Index: devel/libnotify/Makefile =================================================================== --- devel/libnotify/Makefile (revision 335568) +++ devel/libnotify/Makefile (working copy) @@ -4,6 +4,7 @@ PORTNAME= libnotify PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -14,12 +15,10 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes -USE_GNOME= intlhack glib20 gdkpixbuf2 ltverhack introspection:build -USES= gettext gmake pathfix pkgconfig +USE_GNOME= glib20 gdkpixbuf2 ltverhack introspection:build +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib NO_STAGE= yes .include --MP_/9IDncYy8Mt_ysj4P_b1cBtZ--