Date: Fri, 19 Jan 2018 17:04:53 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459451 - in head: benchmarks/netperf devel/viewvc editors/abiword graphics/osg graphics/osg-devel mail/spamassassin net-im/ekiga textproc/docproj Message-ID: <201801191704.w0JH4rOV007319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Jan 19 17:04:52 2018 New Revision: 459451 URL: https://svnweb.freebsd.org/changeset/ports/459451 Log: Options are already optional. Sponsored by: Absolight Modified: head/benchmarks/netperf/Makefile (contents, props changed) head/devel/viewvc/Makefile (contents, props changed) head/editors/abiword/Makefile (contents, props changed) head/graphics/osg-devel/Makefile (contents, props changed) head/graphics/osg/Makefile (contents, props changed) head/mail/spamassassin/Makefile (contents, props changed) head/net-im/ekiga/Makefile (contents, props changed) head/textproc/docproj/Makefile (contents, props changed) Modified: head/benchmarks/netperf/Makefile ============================================================================== --- head/benchmarks/netperf/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/benchmarks/netperf/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -13,7 +13,7 @@ OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM OMNI SCTP SOCK OPTIONS_DEFAULT= ${OPTIONS_DEFINE} EXS_DESC= Enable ICSC async socket support -HISTOGRAM_DESC= Enable optional histogram output +HISTOGRAM_DESC= Enable histogram output OMNI_DESC= Enable OMNI tests SCTP_DESC= Enable SCTP support SOCKETS_DESC= Enable Unix Domain socket support Modified: head/devel/viewvc/Makefile ============================================================================== --- head/devel/viewvc/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/devel/viewvc/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -21,7 +21,7 @@ OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD OPTIONS_SINGLE_APMOD= MODPYTHON33 MODPYTHON35 MODWSGI WEBSRV_DESC= Enable web server support -APMOD_DESC= depend on optional Apache module +APMOD_DESC= depend on Apache module MODWSGI_DESC= Add mod_wsgi to the list of package dependencies MODPYTHON33_DESC= Add mod_python33 to the list of package dependencies Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/editors/abiword/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -54,7 +54,7 @@ COLTCP_DESC= Collaborate with direct TCP peer to peer COLTELEPATHY_DESC= Collaborate with the Telepathy backend (experimental) COLXMPP_DESC= Collaborate with the Jabber/XMPP backend DICT_DESC= Spelling and grammar checking -GRAMMAR_DESC= Grammar checking plugin (requires SPELLCHECK option) +GRAMMAR_DESC= Grammar checking plugin MATHVIEW_DESC= MathML render plugin OTS_DESC= Text Summarizer plugin PSION_DESC= Psion 5(MX) files convertion plugin @@ -102,6 +102,7 @@ COLXMPP_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmou DEBUG_CONFIGURE_ENABLE= debug GRAMMAR_LIB_DEPENDS= liblink-grammar.so:textproc/link-grammar +GRAMMAR_IMPLIES= SPELLCHECK MATHVIEW_USES= bison MATHVIEW_LIB_DEPENDS= libmathview.so:x11-toolkits/gtkmathview Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/graphics/osg-devel/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -47,7 +47,7 @@ GTA_DESC= GTA file format support INVENTOR_DESC= SGI OpenInventor support LIBLAS_DESC= liblas support NVTT_DESC= Use NVidia texture tools -QT_DESC= QT toolkit support (optional) +QT_DESC= QT toolkit support SDL_DESC= Use SDL (joystick support in present3d) VNC_DESC= LibVNCServer support Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/graphics/osg/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -46,7 +46,7 @@ GTA_DESC= GTA file format support INVENTOR_DESC= SGI OpenInventor support LIBLAS_DESC= liblas support NVTT_DESC= Use NVidia texture tools -QT_DESC= QT toolkit support (optional) +QT_DESC= QT toolkit support SDL_DESC= Use SDL (joystick support in present3d) VNC_DESC= LibVNCServer support Modified: head/mail/spamassassin/Makefile ============================================================================== --- head/mail/spamassassin/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/mail/spamassassin/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -61,7 +61,7 @@ AS_ROOT_DESC= Run spamd as root (recommended) DATABASE_DESC= Optional user-config/bayes database backends -GPG_DESC= GnuPG (for sa-update, optional) +GPG_DESC= GnuPG (for sa-update) GNUPG_NONE_DESC= Do not use GnuPG GNUPG_DESC= GnuPG 1 (security/gnupg1) GNUPG2_DESC= GnuPG 2 (security/gnupg) Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net-im/ekiga/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/net-im/ekiga/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -39,10 +39,12 @@ GNOMEHELP_DESC= Build Ekiga help files #OPTIONS_GROUP_EXP= KDE KAB GSTREAMER XCAP LOUDMOUTH EXP_DESC= Experimental features KDE_DESC= KDE 4 support -KAB_DESC= KAddressBook support (implies KDE option) +KAB_DESC= KAddressBook support GSTREAMER_DESC= Gstreamer support XCAP_DESC= Remote contact storage via HTTP in xml format LOUDMOUTH_DESC= XMPP (jabber) support + +KAB_IMPLIES= KDE # Note that h.323 support is enabled when opal is build with it. Modified: head/textproc/docproj/Makefile ============================================================================== --- head/textproc/docproj/Makefile Fri Jan 19 17:03:12 2018 (r459450) +++ head/textproc/docproj/Makefile Fri Jan 19 17:04:52 2018 (r459451) @@ -40,7 +40,7 @@ IGOR_RUN_DEPENDS= igor:textproc/igor FOP_DESC= FOP PDF renderer (requires Java) FOP_RUN_DEPENDS= fop:textproc/fop \ ${FONTS} -JING_DESC= Jing for advanced RELAX NG validation (optional) +JING_DESC= Jing for advanced RELAX NG validation JING_RUN_DEPENDS= jing:textproc/jing DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801191704.w0JH4rOV007319>