Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2013 19:48:42 +0200 (CEST)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies
Message-ID:  <201307161748.r6GHmgvv073956@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201307161750.r6GHo06l097300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- libnotify.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307161748.r6GHmgvv073956>