Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2013 19:20:01 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        gnome@FreeBSD.org
Subject:   Re: ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies
Message-ID:  <201312031920.rB3JK1OF084497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180596; it has been noted by GNATS.

From: Tijl Coosemans <tijl@FreeBSD.org>
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 <bsd.port.mk>
 
 --MP_/9IDncYy8Mt_ysj4P_b1cBtZ--



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