From owner-svn-ports-all@freebsd.org Thu Aug 30 04:05:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 542F11093675; Thu, 30 Aug 2018 04:05:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05E1470695; Thu, 30 Aug 2018 04:05:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB15A27018; Thu, 30 Aug 2018 04:05:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7U45Bia048408; Thu, 30 Aug 2018 04:05:11 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7U458lO048390; Thu, 30 Aug 2018 04:05:08 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201808300405.w7U458lO048390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 30 Aug 2018 04:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478429 - in head: audio/ario audio/murmur audio/xmms2-scrobbler comms/tlf comms/unixcw devel/cgit devel/vasm ftp/wget lang/crystal lang/lua53 lang/mono net-mgmt/icinga2 net/chrony secu... X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: audio/ario audio/murmur audio/xmms2-scrobbler comms/tlf comms/unixcw devel/cgit devel/vasm ftp/wget lang/crystal lang/lua53 lang/mono net-mgmt/icinga2 net/chrony security/openvas8-manager sec... X-SVN-Commit-Revision: 478429 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2018 04:05:12 -0000 Author: danfe Date: Thu Aug 30 04:05:07 2018 New Revision: 478429 URL: https://svnweb.freebsd.org/changeset/ports/478429 Log: Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they are put there by the framework (see line 200 of Mk/bsd.options.mk), except for `finance/quantlib' which makes very unorthodoxal usage of port options. Modified: head/audio/ario/Makefile head/audio/murmur/Makefile head/audio/xmms2-scrobbler/Makefile head/comms/tlf/Makefile head/comms/unixcw/Makefile head/devel/cgit/Makefile head/devel/vasm/Makefile head/ftp/wget/Makefile head/lang/crystal/Makefile head/lang/lua53/Makefile head/lang/mono/Makefile head/net-mgmt/icinga2/Makefile head/net/chrony/Makefile head/security/openvas8-manager/Makefile head/security/snort3/Makefile head/www/tomcat85/Makefile head/www/tomcat9/Makefile head/www/unit/Makefile head/x11-fm/rox-filer/Makefile Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/audio/ario/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -32,7 +32,7 @@ PLAYLISTS_DESC= Playlists support SEARCH_DESC= Search view support TAGLIB_DESC= Manage ID3 tags and Ogg comments -OPTIONS_DEFAULT= DBUS LIBMPDCLIENT2 MPDIDLE NLS PLAYLISTS SEARCH TAGLIB +OPTIONS_DEFAULT= DBUS LIBMPDCLIENT2 MPDIDLE PLAYLISTS SEARCH TAGLIB AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/audio/murmur/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -31,7 +31,7 @@ USE_RC_SUBR= murmur SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" OPTIONS_DEFINE= BONJOUR DBUS DOCS ICE -OPTIONS_DEFAULT= BONJOUR DOCS MYSQL SQLITE +OPTIONS_DEFAULT= BONJOUR MYSQL SQLITE OPTIONS_MULTI= SQL OPTIONS_MULTI_SQL= MYSQL SQLITE ICE_DESC= Ice Support Modified: head/audio/xmms2-scrobbler/Makefile ============================================================================== --- head/audio/xmms2-scrobbler/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/audio/xmms2-scrobbler/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -25,7 +25,7 @@ PORTDOCS= README SUB_FILES= pkg-message OPTIONS_DEFINE= APIFIX DOCS -OPTIONS_DEFAULT= APIFIX DOCS +OPTIONS_DEFAULT= APIFIX APIFIX_DESC= Apply fix for Last.fm API 1.x APIFIX_EXTRA_PATCHES_ON= ${FILESDIR}/extra-patch-xmms2-scrobbler.c Modified: head/comms/tlf/Makefile ============================================================================== --- head/comms/tlf/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/comms/tlf/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -26,7 +26,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= HAMLIB FLDIGI DOCS HAMLIB_DESC= Support rig control via hamlib FLDIGI_DESC= Support fldigi XML-RPC integration -OPTIONS_DEFAULT=HAMLIB FLDIGI DOCS +OPTIONS_DEFAULT=HAMLIB FLDIGI HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib HAMLIB_CONFIGURE_ENABLE=hamlib Modified: head/comms/unixcw/Makefile ============================================================================== --- head/comms/unixcw/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/comms/unixcw/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -35,9 +35,10 @@ PLIST_SUB= MAJOR_LIB_VER=${MAJOR_LIB_VER} PLIST_SUB+= MINOR_LIB_VER=${MINOR_LIB_VER} OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls + .ifndef XCWCP OPTIONS_DEFINE+= ALSA PULSEAUDIO OPTIONS_DEFAULT+= ALSA PULSEAUDIO Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/devel/cgit/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -35,7 +35,7 @@ SUB_FILES= pkg-message PORTDOCS= ${PORTNAME}rc.5.txt OPTIONS_DEFINE= DOCS ASCIIDOC -OPTIONS_DEFAULT= DOCS ASCIIDOC +OPTIONS_DEFAULT= ASCIIDOC OPTIONS_SUB= yes ASCIIDOC_DESC= Use asciidoc to preprocess man page Modified: head/devel/vasm/Makefile ============================================================================== --- head/devel/vasm/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/devel/vasm/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -21,7 +21,6 @@ USES= gmake pathfix WRKSRC= ${WRKDIR}/vasm OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS DOCS_USES= makeinfo CPU_LIST= 6502 6800 arm c16x jagrisc m68k ppc qnice tr3200 vidcore x86 z80 Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/ftp/wget/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -24,7 +24,7 @@ OPTIONS_SUB= yes OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL=GNUTLS OPENSSL OPTIONS_DEFINE= DOCS IDN IPV6 MANPAGES METALINK NLS PCRE PSL -OPTIONS_DEFAULT=DOCS IDN IPV6 MANPAGES NLS OPENSSL +OPTIONS_DEFAULT=IDN MANPAGES OPENSSL DOCS_DESC= Install info page DOCS_CONFIGURE_ENV= MAKEINFO="${MAKEINFO}" Modified: head/lang/crystal/Makefile ============================================================================== --- head/lang/crystal/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/lang/crystal/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -38,7 +38,7 @@ PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES BASH ZSH -OPTIONS_DEFAULT= DOCS EXAMPLES BASH ZSH +OPTIONS_DEFAULT= BASH ZSH OPTIONS_SUB= yes .include Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/lang/lua53/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -55,7 +55,7 @@ ALL_TARGET=bsd # Options -OPTIONS_DEFAULT=LIBEDIT_DL DOCS +OPTIONS_DEFAULT=LIBEDIT_DL OPTIONS_GROUP= DOCSGRP DEBUGGRP OPTIONS_SINGLE= EDITGRP Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/lang/mono/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics CONFLICTS_INSTALL= czmq-3* OPTIONS_DEFINE= MONOLITE NLS X11 -OPTIONS_DEFAULT= MONOLITE NLS X11 +OPTIONS_DEFAULT= MONOLITE X11 OPTIONS_SUB= yes MONOLITE_DESC= Use monolite to bootstrap mcs (otherwise use installed mcs) Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/net-mgmt/icinga2/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -30,7 +30,7 @@ OPTIONS_GROUP_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS -OPTIONS_DEFAULT= DOCS MYSQL PGSQL MONPLUGINS +OPTIONS_DEFAULT= MYSQL PGSQL MONPLUGINS MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins Modified: head/net/chrony/Makefile ============================================================================== --- head/net/chrony/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/net/chrony/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -35,7 +35,7 @@ PORTEXAMPLES= chrony.conf.example1 chrony.conf.example # XXX: there are also other potentially useful options worth looking into: # --disable-pps Disable PPS API support OPTIONS_DEFINE= DOCS EXAMPLES IPV6 NETTLE NSS -OPTIONS_DEFAULT= IPV6 NETTLE +OPTIONS_DEFAULT= NETTLE NETTLE_DESC= Nettle crypto library support NSS_DESC= Add support for more hashing algorithms Modified: head/security/openvas8-manager/Makefile ============================================================================== --- head/security/openvas8-manager/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/security/openvas8-manager/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -38,7 +38,7 @@ REINPLACE_ARGS= -i '' OPENVAS_VER?= 8 OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS SQLITE3 +OPTIONS_DEFAULT=SQLITE3 OPTIONS_SUB= yes OPTIONS_SINGLE_DATABASE=SQLITE3 PGSQL OPTIONS_SINGLE= DATABASE Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/security/snort3/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -34,7 +34,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= ADDRESSSANITIZER DEBUG DOCS LARGEPCAP PIE THREADSANITIZER STATICDAQ OPTIONS_DEFINE_amd64= HYPERSCAN TSC -OPTIONS_DEFAULT= DOCS STATICDAQ +OPTIONS_DEFAULT= STATICDAQ ADDRESSSANITIZER_DESC= Enable address sanitizer DEBUG_DESC= Enable debug Modified: head/www/tomcat85/Makefile ============================================================================== --- head/www/tomcat85/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/www/tomcat85/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -31,7 +31,7 @@ SUB_LIST= TOMCAT_HOME=${TOMCAT_HOME} \ JAVA_HOME=${JAVA_HOME} OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT -OPTIONS_DEFAULT= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT +OPTIONS_DEFAULT= HOST_MANAGER MANAGER ROOT OPTIONS_SUB= yes DOCS_DESC= Install Documentation web application Modified: head/www/tomcat9/Makefile ============================================================================== --- head/www/tomcat9/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/www/tomcat9/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -31,7 +31,7 @@ SUB_LIST= TOMCAT_HOME=${TOMCAT_HOME} \ JAVA_HOME=${JAVA_HOME} OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT -OPTIONS_DEFAULT= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT +OPTIONS_DEFAULT= HOST_MANAGER MANAGER ROOT OPTIONS_SUB= yes DOCS_DESC= Install Documentation web application Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/www/unit/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -22,10 +22,9 @@ OPTIONS_DEFINE?= \ DEBUG \ IPV6 \ UNIXSOCK -OPTIONS_DEFAULT?=IPV6 UNIXSOCK +OPTIONS_DEFAULT?=UNIXSOCK DEBUG_DESC= Enable debug logging -IPV6_DESC= Enable IPv6 UNIXSOCK_DESC= Enable unix sockets .include Modified: head/x11-fm/rox-filer/Makefile ============================================================================== --- head/x11-fm/rox-filer/Makefile Thu Aug 30 02:26:19 2018 (r478428) +++ head/x11-fm/rox-filer/Makefile Thu Aug 30 04:05:07 2018 (r478429) @@ -30,7 +30,6 @@ ALL_TARGET= LIBS+= -lm OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS NLS_USES= gettext-runtime:run