ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies
Tijl Coosemans
tijl at FreeBSD.org
Tue Dec 3 19:20:02 UTC 2013
The following reply was made to PR ports/180596; it has been noted by GNATS.
From: Tijl Coosemans <tijl at FreeBSD.org>
To: bug-followup at 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 <bsd.port.mk>
--MP_/9IDncYy8Mt_ysj4P_b1cBtZ--
More information about the freebsd-gnome
mailing list