Date: Fri, 28 Oct 2016 17:55:30 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424875 - in head: audio/audacity databases/postgresql92-server databases/tarantool databases/tokyocabinet lang/spidermonkey170 lang/spidermonkey185 lang/spidermonkey24 multimedia/webca... Message-ID: <201610281755.u9SHtU50056736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Oct 28 17:55:30 2016 New Revision: 424875 URL: https://svnweb.freebsd.org/changeset/ports/424875 Log: Do not redefine DEBUG_DESC when its meaning more or less matches the default option description. Those ports where it meant something more specific were left untouched. Modified: head/audio/audacity/Makefile head/databases/postgresql92-server/Makefile head/databases/tarantool/Makefile head/databases/tokyocabinet/Makefile head/lang/spidermonkey170/Makefile head/lang/spidermonkey185/Makefile head/lang/spidermonkey24/Makefile head/multimedia/webcamd/Makefile head/net-mgmt/collectd5/Makefile head/net/nakenchat/Makefile head/net/samba42/Makefile head/net/samba43/Makefile head/net/samba44/Makefile head/security/bro/Makefile head/security/broccoli/Makefile head/www/middleman/Makefile head/www/mongoose/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/audio/audacity/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -47,7 +47,6 @@ OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE} -DEBUG_DESC= Enable debug support DYNLOAD_DESC= Enable dynamic loading of lame and FFmpeg LAME_DESC= Use lame for import and export support LV2_DESC= Add LV2 plug-in support Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/databases/postgresql92-server/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -106,7 +106,6 @@ MIT_KRB5_DESC= Build with MIT kerberos s HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos GSSAPI_DESC= Build with GSSAPI support OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3) -DEBUG_DESC= Builds with debugging symbols OPTIONS_DEFINE+= SSL SSL_DESC= Build with OpenSSL support Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/databases/tarantool/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -44,7 +44,6 @@ PLIST_SUB+= TT_USER=${USERS} \ TT_RUNDIR=${TT_RUNDIR} OPTIONS_DEFINE= DEBUG -DEBUG_DESC= Enable debug NOT_FOR_ARCHS= sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture Modified: head/databases/tokyocabinet/Makefile ============================================================================== --- head/databases/tokyocabinet/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/databases/tokyocabinet/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -23,7 +23,6 @@ OPTIONS_DEFINE= DEBUG DEVEL FASTEST LZMA OPTIONS_DEFAULT= PTHREAD SHARED OPTIONS_SUB= yes -DEBUG_DESC= Debugging support DEVEL_DESC= Development build FASTEST_DESC= Fastest run LZMA_DESC= LZMA codec Modified: head/lang/spidermonkey170/Makefile ============================================================================== --- head/lang/spidermonkey170/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/lang/spidermonkey170/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -31,7 +31,6 @@ OPTIONS_DEFINE= DEBUG DTRACE GCZEAL JEM OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT OPTIONS_SUB= yes -DEBUG_DESC= Enable Debug build DEBUG_CONFIGURE_ENABLE= debug debug-symbols DEBUG_CONFIGURE_DISABLE=debug DTRACE_DESC= Build with DTrace probes # move to bsd.options.desc.mk Modified: head/lang/spidermonkey185/Makefile ============================================================================== --- head/lang/spidermonkey185/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/lang/spidermonkey185/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -40,7 +40,6 @@ OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC M OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT -DEBUG_DESC= Enable Debug build GCZEAL_DESC= Enable Zealous garbage collecting JEMALLOC_DESC= Use jemalloc as memory allocator METHODJIT_DESC= Enable method JIT support Modified: head/lang/spidermonkey24/Makefile ============================================================================== --- head/lang/spidermonkey24/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/lang/spidermonkey24/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -33,7 +33,6 @@ OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC M OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT OPTIONS_SUB= yes -DEBUG_DESC= Enable Debug build DEBUG_CONFIGURE_ENABLE= debug debug-symbols DEBUG_CONFIGURE_DISABLE=debug DTRACE_CONFIGURE_ENABLE=dtrace profiling Modified: head/multimedia/webcamd/Makefile ============================================================================== --- head/multimedia/webcamd/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/multimedia/webcamd/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -44,7 +44,6 @@ HAL_MAKE_ARGS= HAVE_HAL="YES" HAL_SUB_LIST= LIBHAL="${LOCALBASE}/lib/libhal.so:${LOCALBASE}/lib/libdbus-1.so:" HAL_SUB_LIST_OFF= LIBHAL="" -DEBUG_DESC= Build with debugging support DEBUG_MAKE_ARGS= HAVE_DEBUG="YES" VT_CLIENT_DESC= Build with vTuner client support Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/net-mgmt/collectd5/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -38,7 +38,6 @@ CURL_DESC= Enable curl-based plugins (a CURL_JSON_DESC= Enable curl_json plugin (implies curl and json) CURL_XML_DESC= Enable ascent, bind, curl_xml plugins (implies curl and xml) DBI_DESC= Enable dbi plugin -DEBUG_DESC= Enable debugging GCRYPT_DESC= Build with libgcrypt IPMI_DESC= Enable OpenIPMI plugin JSON_DESC= Enable JSON plugins Modified: head/net/nakenchat/Makefile ============================================================================== --- head/net/nakenchat/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/net/nakenchat/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -19,7 +19,6 @@ OPTIONS_DEFINE= NOKEEPALIVE NOUSERCHANLI NOKEEPALIVE_DESC= Disable socket keepalive option NOUSERCHANLIST_DESC= Disable userlist based on channel -DEBUG_DESC= Compile in debug code HIDDENCAVES_DESC= Enable hidden caves feature DOTQ_DESC= Compile in .Q option FUSERLIST_DESC= Support saving current userlist to a file Modified: head/net/samba42/Makefile ============================================================================== --- head/net/samba42/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/net/samba42/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -128,7 +128,6 @@ AIO_SUPPORT_DESC= Asyncronous IO support DNSUPDATE_DESC= Dynamic DNS update (require ADS) EXP_MODULES_DESC= Experimental modules FAM_DESC= File Alteration Monitor support -DEBUG_DESC= With debug information in the binaries LDAP_DESC= LDAP client support PAM_SMBPASS_DESC= PAM authentication via passdb backends PTHREADPOOL_DESC= Pthread pool Modified: head/net/samba43/Makefile ============================================================================== --- head/net/samba43/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/net/samba43/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -128,7 +128,6 @@ AIO_SUPPORT_DESC= Asyncronous IO support DNSUPDATE_DESC= Dynamic DNS update (require ADS) EXP_MODULES_DESC= Experimental modules FAM_DESC= File Alteration Monitor support -DEBUG_DESC= With debug information in the binaries LDAP_DESC= LDAP client support PAM_SMBPASS_DESC= PAM authentication via passdb backends PTHREADPOOL_DESC= Pthread pool Modified: head/net/samba44/Makefile ============================================================================== --- head/net/samba44/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/net/samba44/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -128,7 +128,6 @@ ADS_DESC= Active Directory client suppo DNSUPDATE_DESC= Dynamic DNS update (require ADS) EXP_MODULES_DESC= Experimental modules FAM_DESC= File Alteration Monitor support -DEBUG_DESC= With debug information in the binaries LDAP_DESC= LDAP client support PAM_SMBPASS_DESC= PAM authentication via passdb backends PTHREADPOOL_DESC= Pthread pool Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/security/bro/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -60,7 +60,6 @@ OPTIONS_SUB= yes BROCCOLI_DESC= Build support for libbroccoli communications BROCTL_DESC= BroControl support (implies BROCCOLI and IPSUMDUMP) BROKER_DESC= Enable the Broker communication library -DEBUG_DESC= Compile in debugging mode IPSUMDUMP_DESC= Enables traffic summaries LBL_CF_DESC= Unix time to formated time/date filter support LBL_HF_DESC= Address to hostname filter support Modified: head/security/broccoli/Makefile ============================================================================== --- head/security/broccoli/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/security/broccoli/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -39,7 +39,6 @@ OPTIONS_SUB= OPTIONS_DEFAULT= PYTHON -DEBUG_DESC= Compile in debugging mode PYTHON_DESC= Build python bindings for broccoli RUBY_DESC= Build ruby bindings for broccoli Modified: head/www/middleman/Makefile ============================================================================== --- head/www/middleman/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/www/middleman/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -13,7 +13,6 @@ COMMENT= Robust proxy server OPTIONS_DEFINE= SYSLOG DEBUG MTIME DOCS SYSLOG_DESC= Enable syslog support -DEBUG_DESC= Enable debugging support MTIME_DESC= Enable mtime support SYSLOG_CONFIGURE_ON= --enable-syslog Modified: head/www/mongoose/Makefile ============================================================================== --- head/www/mongoose/Makefile Fri Oct 28 17:43:58 2016 (r424874) +++ head/www/mongoose/Makefile Fri Oct 28 17:55:30 2016 (r424875) @@ -41,7 +41,6 @@ SSI_DESC= Enable SSI THREADS_DESC= Enable threads SSL_DESC= Enable SSL IPV6_DESC= Enable IPv6 support -DEBUG_DESC= Build with debug enabled DEBUG_HEXDUMP_DESC= Enable hexdump of sent and received traffic SSL_USES= ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281755.u9SHtU50056736>