Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2019 14:18:06 +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: r517069 - in head/mail: balsa claws-mail-python cone gmime2 gmime24 gmime24-sharp gmime30 gnubiff horde-ingo horde-turba masqmail pear-Horde_Imap_Client pear-Horde_Kolab_Storage pear-Ho...
Message-ID:  <201911081418.xA8EI6PQ021474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Nov  8 14:18:06 2019
New Revision: 517069
URL: https://svnweb.freebsd.org/changeset/ports/517069

Log:
  mail: Add missing USES={gnome,php}

Modified:
  head/mail/balsa/Makefile
  head/mail/claws-mail-python/Makefile
  head/mail/cone/Makefile
  head/mail/gmime2/Makefile
  head/mail/gmime24-sharp/Makefile
  head/mail/gmime24/Makefile
  head/mail/gmime30/Makefile
  head/mail/gnubiff/Makefile
  head/mail/horde-ingo/Makefile
  head/mail/horde-turba/Makefile
  head/mail/masqmail/Makefile
  head/mail/pear-Horde_Imap_Client/Makefile
  head/mail/pear-Horde_Kolab_Storage/Makefile
  head/mail/pear-Horde_Mapi/Makefile
  head/mail/pear-Horde_Mime_Viewer/Makefile
  head/mail/policyd2/Makefile
  head/mail/rmilter/Makefile
  head/mail/sylpheed/Makefile
  head/mail/trojita/Makefile

Modified: head/mail/balsa/Makefile
==============================================================================
--- head/mail/balsa/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/balsa/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -22,8 +22,8 @@ RUN_DEPENDS=	gnome-keyring:security/gnome-keyring
 
 # Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3
 # in ports gets updated to > 1.10.x, balsa should depend on it.
-USES=		desktop-file-utils gettext gmake iconv pathfix \
-		perl5 pkgconfig tar:bzip2 ssl
+USES=		desktop-file-utils gettext gmake gnome iconv pathfix perl5 \
+		pkgconfig ssl tar:bzip2
 USE_GNOME=	gnomeprefix gtkhtml4 intlhack libxslt
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/mail/claws-mail-python/Makefile
==============================================================================
--- head/mail/claws-mail-python/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/claws-mail-python/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -6,6 +6,7 @@ PORTREVISION=	0
 
 COMMENT=	Python scripting plugin for Claws Mail
 
+USES+=		gnome
 USE_GNOME=	pygtk2
 
 CLAWS_PLUGINS_BUILD=	python

Modified: head/mail/cone/Makefile
==============================================================================
--- head/mail/cone/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/cone/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -23,8 +23,9 @@ LIB_DEPENDS=	libaspell.so:textproc/aspell \
 BUILD_DEPENDS=	gpgv:security/gnupg1
 RUN_DEPENDS=	gpgv:security/gnupg1
 
-USES=		compiler:c++11-lang fam gettext gmake iconv localbase:ldflags \
-		ncurses perl5 pkgconfig shebangfix ssl tar:bzip2
+USES=		compiler:c++11-lang fam gettext gmake gnome iconv \
+		localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \
+		tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} \
 		--with-notice=unicode

Modified: head/mail/gmime2/Makefile
==============================================================================
--- head/mail/gmime2/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/gmime2/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -19,8 +19,9 @@ CONFLICTS=	gmime-1.0.* gmime-2.4.*
 SLAVEDIRS=	mail/gmime2-sharp
 
 USE_GNOME?=	glib20
-USES+=		gmake iconv libtool pathfix pkgconfig
+USES+=		gmake gnome iconv libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 # www.freebsd.org/cgi/query-pr.cgi?pr=118092
 # Rename uudecode and uuencode to gmime-* to not conflict with userland

Modified: head/mail/gmime24-sharp/Makefile
==============================================================================
--- head/mail/gmime24-sharp/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/gmime24-sharp/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -16,7 +16,7 @@ INSTALL_WRKSRC=	${BUILD_WRKSRC}
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 
-USES=		mono
+USES=		gnome mono
 USE_GNOME=	glib20 gtksharp20
 CONFIGURE_ARGS=	--enable-mono=yes
 

Modified: head/mail/gmime24/Makefile
==============================================================================
--- head/mail/gmime24/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/gmime24/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -18,9 +18,10 @@ CONFLICTS=	gmime-1.0.*
 SLAVEDIRS=	mail/gmime2-sharp
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}24
-USES+=		gmake iconv libtool pathfix pkgconfig tar:xz
+USES+=		gmake gnome iconv libtool pathfix pkgconfig tar:xz
 USE_GNOME?=	glib20
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 # www.freebsd.org/cgi/query-pr.cgi?pr=118092
 # Rename uudecode and uuencode to gmime-* to not conflict with userland

Modified: head/mail/gmime30/Makefile
==============================================================================
--- head/mail/gmime30/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/gmime30/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libgpgme.so:security/gpgme \
 		libgpg-error.so:security/libgpg-error
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}30
-USES=		gettext-runtime gmake iconv libtool localbase pathfix pkgconfig tar:xz
+USES=		gettext-runtime gmake gnome iconv libtool localbase pathfix \
+		pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/mail/gnubiff/Makefile
==============================================================================
--- head/mail/gnubiff/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/gnubiff/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libpopt.so:devel/popt
 
 OPTIONS_DEFINE=	NLS
 
-USES=		compiler:c++11-lang cpe fam gmake pathfix pkgconfig
+USES=		compiler:c++11-lang cpe fam gmake gnome pathfix pkgconfig
 USE_GNOME=	intlhack libglade2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/mail/horde-ingo/Makefile
==============================================================================
--- head/mail/horde-ingo/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/horde-ingo/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -11,7 +11,7 @@ COMMENT=	Horde email filter rules manager
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		horde cpe
+USES=		cpe horde php
 USE_PHP=	gettext
 USE_HORDE_BUILD=	Horde_Role
 USE_HORDE_RUN=	Horde_Role \

Modified: head/mail/horde-turba/Makefile
==============================================================================
--- head/mail/horde-turba/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/horde-turba/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -16,7 +16,7 @@ FACEBOOK_DESC=	Support connections with Facebook
 IMSP_DSC=	Support IMSP addressbooks
 LDAP_DESC=	Support LDAP Addressbooks
 
-USES=		horde cpe
+USES=		cpe horde php
 USE_PHP=	gettext hash json
 USE_HORDE_BUILD=	Horde_Role
 USE_HORDE_RUN=	Horde_Role \

Modified: head/mail/masqmail/Makefile
==============================================================================
--- head/mail/masqmail/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/masqmail/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -12,7 +12,7 @@ COMMENT=	Mail server for hosts, not permanently connec
 LICENSE=	GPLv2
 
 USE_GNOME=	glib20
-USES=		pkgconfig
+USES=		gnome pkgconfig
 USE_RC_SUBR=	masqmail
 GNU_CONFIGURE=	yes
 CFLAGS+=	-Wno-trigraphs

Modified: head/mail/pear-Horde_Imap_Client/Makefile
==============================================================================
--- head/mail/pear-Horde_Imap_Client/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/pear-Horde_Imap_Client/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
 MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde IMAP abstraction interface
 
-USES=	horde
+USES=		horde php
 USE_PHP=	hash
 USE_HORDE_RUN=	Horde_Exception \
 		Horde_Mail \

Modified: head/mail/pear-Horde_Kolab_Storage/Makefile
==============================================================================
--- head/mail/pear-Horde_Kolab_Storage/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/pear-Horde_Kolab_Storage/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -8,7 +8,7 @@ CATEGORIES=	mail www pear
 MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde library for handling Kolab data stored on an IMAP server
 
-USES=	horde
+USES=		horde php
 USE_HORDE_RUN=	Horde_Cache \
 		Horde_Exception \
 		Horde_Kolab_Format \

Modified: head/mail/pear-Horde_Mapi/Makefile
==============================================================================
--- head/mail/pear-Horde_Mapi/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/pear-Horde_Mapi/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
 MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde MAPI utility library
 
-USES=	horde
+USES=		horde php
 USE_HORDE_RUN=	Horde_Date \
 		Horde_Exception
 

Modified: head/mail/pear-Horde_Mime_Viewer/Makefile
==============================================================================
--- head/mail/pear-Horde_Mime_Viewer/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/pear-Horde_Mime_Viewer/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -12,7 +12,7 @@ CONFLICTS=	horde-3*
 
 USE_HORDE_BUILD=	Horde_Role
 
-USES=	horde
+USES=		horde php
 USE_HORDE_RUN=	Horde_Role \
 		Horde_Browser \
 		Horde_Compress \

Modified: head/mail/policyd2/Makefile
==============================================================================
--- head/mail/policyd2/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/policyd2/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -47,12 +47,15 @@ PGSQL_RUN_DEPENDS=	p5-DBD-Pg>=0:databases/p5-DBD-Pg
 
 .if ${PORT_OPTIONS:MWEBUI}
 . if ${PORT_OPTIONS:MMYSQL}
+USES+=		php
 USE_PHP=	pdo_mysql
 . endif
 . if ${PORT_OPTIONS:MSQLITE}
+USES+=		php
 USE_PHP=	pdo_sqlite
 . endif
 . if ${PORT_OPTIONS:MPGSQL}
+USES+=		php
 USE_PHP=	pdo_pgsql
 . endif
 .endif

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/rmilter/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -17,7 +17,7 @@ NOT_FOR_ARCHS_REASON=	fails to compile: error: Unsuppo
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov
 
-USES=		cmake compiler:c11 bison pkgconfig ssl
+USES=		bison cmake compiler:c11 gnome pkgconfig ssl
 USE_GNOME=	glib20
 
 USERS=		_rmilter

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/sylpheed/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -18,8 +18,8 @@ RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-sup
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \
-		libtool
+USES=		desktop-file-utils gettext gmake gnome iconv libtool pkgconfig \
+		tar:bzip2
 USE_GNOME=	gtk20 cairo gdkpixbuf2
 USE_LDCONFIG=	yes
 

Modified: head/mail/trojita/Makefile
==============================================================================
--- head/mail/trojita/Makefile	Fri Nov  8 14:11:45 2019	(r517068)
+++ head/mail/trojita/Makefile	Fri Nov  8 14:18:06 2019	(r517069)
@@ -25,8 +25,8 @@ CMAKE_ARGS+=	-DWITH_CLEARTEXT_PLUGIN:STRING=ON -DWITH_
 		-DWITH_SHARED_PLUGINS:STRING=ON -DWITH_TESTS:STRING=OFF \
 		-DWITH_ZLIB:STRING=ON \
 		-DWITH_QT5:STRING=ON
-USES=		cmake compiler:c++11-lib cpe desktop-file-utils localbase:ldflags \
-		qt:5 tar:xz
+USES=		cmake compiler:c++11-lib cpe desktop-file-utils gnome \
+		localbase:ldflags qt:5 tar:xz
 USE_QT=		buildtools_build linguisttools_build qmake_build \
 		core dbus gui network sql sql-sqlite3 svg webkit widgets
 



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