Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 07:06:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491458 - head/x11-toolkits/wxgtk30
Message-ID:  <201901280706.x0S76756069527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jan 28 07:06:06 2019
New Revision: 491458
URL: https://svnweb.freebsd.org/changeset/ports/491458

Log:
  x11-toolkits/wxgtk30: Add NOTIFY option
  
  Without this libnotify might be autodetected and automatically
  picked up if present in the build environment.
  
  - Add some missing dependencies
  - Pet portlint
  - Reset maintainer after the long timeout
  
  PR:		231399
  Submitted by:	avos
  Approved by:	portmaster@bsdforge.com (maintainer timeout, ~4 months)

Modified:
  head/x11-toolkits/wxgtk30/Makefile

Modified: head/x11-toolkits/wxgtk30/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk30/Makefile	Mon Jan 28 06:56:31 2019	(r491457)
+++ head/x11-toolkits/wxgtk30/Makefile	Mon Jan 28 07:06:06 2019	(r491458)
@@ -2,29 +2,31 @@
 
 PORTNAME=	wx
 PORTVERSION=	3.0.4
-PORTREVISION=	4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	5
 CATEGORIES=	x11-toolkits
 PKGNAMESUFFIX=	30-gtk2
 
-MAINTAINER=	portmaster@bsdforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The wxWidgets GUI toolkit with GTK+ bindings
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/docs/gpl.txt
 
-LIB_DEPENDS=	libpng.so:graphics/png \
-		libtiff.so:graphics/tiff \
-		libexpat.so:textproc/expat2
+LIB_DEPENDS=	libexpat.so:textproc/expat2 \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libpng.so:graphics/png \
+		libtiff.so:graphics/tiff
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	wxWidgets
 GH_PROJECT=	wxWidgets
 
-USES=		compiler:c++11-lib gmake iconv jpeg localbase pkgconfig
+USES=		compiler:c++11-lib gl gmake gnome iconv jpeg localbase pkgconfig
 USE_XORG=	x11 sm xxf86vm xinerama
-USE_GL=		glu
-USE_GNOME=	gtk20
+USE_GL=		gl glu
+USE_GNOME=	cairo gdkpixbuf2 gtk20
 USE_LDCONFIG=	yes
 USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
@@ -48,7 +50,7 @@ CONFIGURE_ARGS=	--with-libpng=sys \
 CONFIGURE_ENV=	X11BASE="${LOCALBASE}" \
 		ac_cv_header_sys_inotify_h=no
 
-OPTIONS_DEFINE=	GSTREAMER MSPACK NLS WEBKIT
+OPTIONS_DEFINE=	GSTREAMER NOTIFY MSPACK NLS WEBKIT
 OPTIONS_DEFAULT=GSTREAMER MSPACK WEBKIT
 MSPACK_DESC=	Microsoft archives support
 OPTIONS_SUB=	yes
@@ -57,6 +59,9 @@ NLS_USES=	gettext
 
 GSTREAMER_CONFIGURE_ENABLE=	mediactrl
 GSTREAMER_USE=	GNOME=gconf2 GSTREAMER1=yes
+
+NOTIFY_CONFIGURE_WITH=	libnotify
+NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 
 MSPACK_CONFIGURE_WITH=	libmspack
 MSPACK_LIB_DEPENDS=	libmspack.so:archivers/libmspack



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