From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 16 17:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E335AF7E for ; Tue, 16 Jul 2013 17:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ACFA181B for ; Tue, 16 Jul 2013 17:50:00 +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 r6GHo0ja097301 for ; Tue, 16 Jul 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6GHo06l097300; Tue, 16 Jul 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 16 Jul 2013 17:50:00 GMT Resent-Message-Id: <201307161750.r6GHo06l097300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EFBC0EEE for ; Tue, 16 Jul 2013 17:49:53 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 922BA815 for ; Tue, 16 Jul 2013 17:49:53 +0000 (UTC) Received: from 50.172-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.172.50]) by relay.skynet.be with ESMTP; 16 Jul 2013 19:48:44 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r6GHmgQX073957 for ; Tue, 16 Jul 2013 19:48:43 +0200 (CEST) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id r6GHmgvv073956; Tue, 16 Jul 2013 19:48:42 +0200 (CEST) (envelope-from tijl) Message-Id: <201307161748.r6GHmgvv073956@kalimero.tijl.coosemans.org> Date: Tue, 16 Jul 2013 19:48:42 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 17:50:01 -0000 >Number: 180596 >Category: ports >Synopsis: [patch] devel/libnotify: remove gtk20 and gettext dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 16 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: >Description: - Remove gtk20, gettext and intlhack. - Add gdkpixbuf2 and pkgconfig. - Replace gnomehack with pathfix. >How-To-Repeat: >Fix: --- libnotify.patch begins here --- Index: devel/libnotify/Makefile =================================================================== --- devel/libnotify/Makefile (revision 323099) +++ devel/libnotify/Makefile (working copy) @@ -8,7 +8,7 @@ PORTNAME= libnotify PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -21,12 +21,10 @@ RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/de LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes -USE_GNOME= gnomehack intlhack glib20 gtk20 ltverhack -USES= gettext +USE_GNOME= gdkpixbuf2 glib20 ltverhack +USES= pathfix pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include --- libnotify.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: