svn commit: r465601 - head/net-mgmt/etherape

Ben Woods woodsb02 at FreeBSD.org
Mon Mar 26 14:45:03 UTC 2018


Author: woodsb02
Date: Mon Mar 26 14:45:02 2018
New Revision: 465601
URL: https://svnweb.freebsd.org/changeset/ports/465601

Log:
  net-mgmt/etherape: Re-add libgnomeui dependency
  
  EtherApe crashes at runtime if libgnomeui is not installed, despite
  the 0.9.16 release notes stating it is no longer required.
  
  PR:		226947
  Reported by:	Martin Birgmeier <d8zNeCFG at aon.at>

Modified:
  head/net-mgmt/etherape/Makefile

Modified: head/net-mgmt/etherape/Makefile
==============================================================================
--- head/net-mgmt/etherape/Makefile	Mon Mar 26 14:38:16 2018	(r465600)
+++ head/net-mgmt/etherape/Makefile	Mon Mar 26 14:45:02 2018	(r465601)
@@ -3,6 +3,7 @@
 
 PORTNAME=	etherape
 PORTVERSION=	0.9.16
+PORTREVISION=	1
 CATEGORIES=	net-mgmt gnome
 MASTER_SITES=	SF
 
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libpopt.so:devel/popt
 
 USES=		gettext gmake iconv localbase pathfix pkgconfig
-USE_GNOME=	cairo gdkpixbuf2 libglade2 libgnomecanvas
+USE_GNOME=	cairo gdkpixbuf2 libglade2 libgnomecanvas libgnomeui
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	AUTHORS ChangeLog FAQ NEWS README README.bugs TODO


More information about the svn-ports-all mailing list