ports/180596: [patch] devel/libnotify: remove gtk20 and gettext dependencies

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 16 17:50:01 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list