mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
mail: Add missing USES={gnome,php}
This commit is contained in:
parent
9284bc5ac0
commit
6ad62105d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517069
@ -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
|
||||
|
@ -6,6 +6,7 @@ PORTREVISION= 0
|
||||
|
||||
COMMENT= Python scripting plugin for Claws Mail
|
||||
|
||||
USES+= gnome
|
||||
USE_GNOME= pygtk2
|
||||
|
||||
CLAWS_PLUGINS_BUILD= python
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Mail server for hosts, not permanently connected to the internet
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GNOME= glib20
|
||||
USES= pkgconfig
|
||||
USES= gnome pkgconfig
|
||||
USE_RC_SUBR= masqmail
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -Wno-trigraphs
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -17,7 +17,7 @@ NOT_FOR_ARCHS_REASON= fails to compile: error: Unsupported word size
|
||||
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
|
||||
|
@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support
|
||||
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
|
||||
|
||||
|
@ -25,8 +25,8 @@ CMAKE_ARGS+= -DWITH_CLEARTEXT_PLUGIN:STRING=ON -DWITH_DBUS:STRING=ON \
|
||||
-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user