Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 16:45:49 +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: r567577 - in head: archivers/file-roller archivers/xarchiver chinese/pcmanx databases/postgresql13-server databases/sqlite3 devel/m17n-lib devel/py-keystoneauth1 devel/quickcheck++ deve...
Message-ID:  <202103071645.127Gjnsa031893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Mar  7 16:45:48 2021
New Revision: 567577
URL: https://svnweb.freebsd.org/changeset/ports/567577

Log:
  Remove redundant option descriptions that match the default ones
  
  (ignoring case)
  
  Reported by:	danfe (for net/mosquitto), portscan

Modified:
  head/archivers/file-roller/Makefile
  head/archivers/xarchiver/Makefile
  head/chinese/pcmanx/Makefile
  head/databases/postgresql13-server/Makefile
  head/databases/sqlite3/Makefile
  head/devel/m17n-lib/Makefile
  head/devel/py-keystoneauth1/Makefile
  head/devel/quickcheck++/Makefile
  head/devel/rubygem-paperclip-rails5/Makefile
  head/lang/gcc6-aux/Makefile
  head/lang/php73-extensions/Makefile
  head/lang/php74-extensions/Makefile
  head/lang/php80-extensions/Makefile
  head/mail/anubis/Makefile
  head/mail/dovecot/Makefile
  head/math/R/Makefile
  head/math/superlu/Makefile
  head/math/vtk6/Makefile
  head/multimedia/gmtk/Makefile
  head/multimedia/gnome-mplayer/Makefile
  head/multimedia/mpv/Makefile
  head/multimedia/transcode/Makefile
  head/net/mosquitto/Makefile
  head/net/turnserver/Makefile
  head/net/yate/Makefile
  head/security/openssl-devel/Makefile
  head/security/openssl-quictls/Makefile
  head/security/openssl/Makefile
  head/security/silktools/Makefile
  head/www/nginx-devel/Makefile.options.desc
  head/www/nginx/Makefile.options.desc
  head/x11-wm/euclid-wm/Makefile
  head/x11/mate-screensaver/Makefile
  head/x11/xfce4-screensaver/Makefile

Modified: head/archivers/file-roller/Makefile
==============================================================================
--- head/archivers/file-roller/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/archivers/file-roller/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -47,7 +47,6 @@ FORMATS_DESC=	Additional compression formats support
 ARJ_DESC=	ARJ archive support
 ARJ_RUN_DEPENDS=	arj:archivers/arj
 
-LZO_DESC=	LZO compression support
 LZO_RUN_DEPENDS=	lzop:archivers/lzop
 
 RAR_DESC=	RAR archive support

Modified: head/archivers/xarchiver/Makefile
==============================================================================
--- head/archivers/xarchiver/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/archivers/xarchiver/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -40,7 +40,6 @@ OPTIONS_SUB=	yes
 
 FORMATS_DESC=	Additional compression formats support
 ARJ_DESC=	ARJ compression support
-LZO_DESC=	LZO compression support
 RAR_DESC=	RAR compression support
 
 ARJ_RUN_DEPENDS=	arj:archivers/arj

Modified: head/chinese/pcmanx/Makefile
==============================================================================
--- head/chinese/pcmanx/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/chinese/pcmanx/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -30,7 +30,6 @@ NANCY_DESC=	Nancy bot support
 MOUSE_DESC=	Mouse click and wheel support
 EXTERNAL_DESC=	External SSH/Telnet support
 IPLOOKUP_DESC=	IP location lookup support
-PROXY_DESC=	Proxy support
 
 NLS_USES=		gettext
 NLS_USES_OFF=	gettext-tools

Modified: head/databases/postgresql13-server/Makefile
==============================================================================
--- head/databases/postgresql13-server/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/databases/postgresql13-server/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -88,7 +88,6 @@ CONFIGURE_ENV+=	PATH=${PREFIX}/bin:${PATH}
 .if defined(SERVER_ONLY)
 OPTIONS_DEFINE=	DTRACE LDAP INTDATE TZDATA XML DOCS
 LDAP_DESC=	Build with LDAP authentication support
-DTRACE_DESC=	Build with DTrace probes
 TZDATA_DESC=	Use internal timezone database
 XML_DESC=	Build with XML data type
 

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/databases/sqlite3/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -119,7 +119,6 @@ DBSTAT_DESC=		Enable DBSTAT Virtual Table
 
 # https://www.sqlite.org/fts3.html#tokenizer
 OPTIONS_GROUP_UNICODE=	ICU UNICODE61
-UNICODE_DESC=		Unicode support
 UNICODE61_DESC=		Unicode Version 6.1 tokenizer
 
 # https://www.sqlite.org/rtree.html

Modified: head/devel/m17n-lib/Makefile
==============================================================================
--- head/devel/m17n-lib/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/devel/m17n-lib/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -36,7 +36,6 @@ CONFIGURE_ARGS=	--disable-nls
 OPTIONS_DEFINE=	ANTHY ISPELL THAI
 
 ANTHY_DESC=	Kana-Kanji conversion support via Anthy
-ISPELL_DESC=	Spell checking support via Ispell
 THAI_DESC=	Thai language support via libThai
 
 ANTHY_LIB_DEPENDS=	libanthy.so:japanese/anthy

Modified: head/devel/py-keystoneauth1/Makefile
==============================================================================
--- head/devel/py-keystoneauth1/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/devel/py-keystoneauth1/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -27,7 +27,6 @@ NO_ARCH=	yes
 
 OPTIONS_DEFINE=	BETAMAX KERBEROS OAUTH1 SAML2
 BETAMAX_DESC=	Betamax support
-KERBEROS_DESC=	Kerberos support
 OAUTH1_DESC=	OAuth 1.0 support
 SAML2_DESC=	SAML 2.0 support
 

Modified: head/devel/quickcheck++/Makefile
==============================================================================
--- head/devel/quickcheck++/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/devel/quickcheck++/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -21,7 +21,6 @@ PORTDOCS=	COPYRIGHT README
 PORTEXAMPLES=	examples.cc
 
 OPTIONS_DEFINE=	DOCS DOXYGEN EXAMPLES
-DOXYGEN_DESC=	Build documentation with doxygen
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/rubygem-paperclip-rails5/Makefile
==============================================================================
--- head/devel/rubygem-paperclip-rails5/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/devel/rubygem-paperclip-rails5/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -29,7 +29,6 @@ OPTIONS_SINGLE=			IMAGEMAGICK
 OPTIONS_SINGLE_IMAGEMAGICK=	IMX11 IMNOX11
 OPTIONS_DEFAULT=		IMNOX11
 
-IMAGEMAGICK_DESC=	ImageMagick image processing support
 IMNOX11_DESC=		Depend on ImageMagick without X11 support
 IMX11_DESC=		Depend on ImageMagick with X11 support
 

Modified: head/lang/gcc6-aux/Makefile
==============================================================================
--- head/lang/gcc6-aux/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/lang/gcc6-aux/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -36,7 +36,6 @@ OPTIONS_GROUP_BOOTSTRAP=BOOTSTRAP
 OPTIONS_DEFAULT=	FORTRAN OBJC
 NO_OPTIONS_SORT=	yes
 
-OBJC_DESC=		Objective-C language support
 TESTSUITE_DESC=		Activate test support
 ALLSTAGES_DESC=		Build compiler with itself (twice, brings in libcc1)
 STATIC_DESC=		Link compilers and drivers statically

Modified: head/lang/php73-extensions/Makefile
==============================================================================
--- head/lang/php73-extensions/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/lang/php73-extensions/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -59,7 +59,6 @@ PDO_MYSQL_DESC=		PDO MySQL driver
 PDO_ODBC_DESC=		PDO ODBC driver
 PDO_PGSQL_DESC=		PDO PostgreSQL driver
 PDO_SQLITE_DESC=	PDO sqlite driver
-PGSQL_DESC=		PostgreSQL database support
 PHAR_DESC=		phar support
 POSIX_DESC=		POSIX-like functions
 PSPELL_DESC=		pspell support

Modified: head/lang/php74-extensions/Makefile
==============================================================================
--- head/lang/php74-extensions/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/lang/php74-extensions/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -57,7 +57,6 @@ PDO_MYSQL_DESC=		PDO MySQL driver
 PDO_ODBC_DESC=		PDO ODBC driver
 PDO_PGSQL_DESC=		PDO PostgreSQL driver
 PDO_SQLITE_DESC=	PDO sqlite driver
-PGSQL_DESC=		PostgreSQL database support
 PHAR_DESC=		phar support
 POSIX_DESC=		POSIX-like functions
 PSPELL_DESC=		pspell support

Modified: head/lang/php80-extensions/Makefile
==============================================================================
--- head/lang/php80-extensions/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/lang/php80-extensions/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -55,7 +55,6 @@ PDO_MYSQL_DESC=		PDO MySQL driver
 PDO_ODBC_DESC=		PDO ODBC driver
 PDO_PGSQL_DESC=		PDO PostgreSQL driver
 PDO_SQLITE_DESC=	PDO sqlite driver
-PGSQL_DESC=		PostgreSQL database support
 PHAR_DESC=		phar support
 POSIX_DESC=		POSIX-like functions
 PSPELL_DESC=		pspell support

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/mail/anubis/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -91,7 +91,6 @@ PGSQL_USES=		pgsql
 PGSQL_CONFIGURE_WITH=	postgres
 PGSQL_VARS=		REQUIRE+=postgresql
 
-SOCKS_DESC=		SOCKS proxy support
 SOCKS_CONFIGURE_WITH=	socks-proxy
 
 .include <bsd.port.options.mk>

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/mail/dovecot/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -47,8 +47,6 @@ OPTIONS_GROUP_FTS=	ICU LUCENE SOLR TEXTCAT
 OPTIONS_SINGLE=		GSSAPI
 OPTIONS_SINGLE_GSSAPI=	GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
 
-LZ4_DESC=	LZ4 compression support
-
 DB_DESC=	Database support
 CDB_DESC=	CDB database support
 

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/math/R/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -51,7 +51,6 @@ OPTIONS_SINGLE_BLAS=	ATLAS NETLIB OPENBLAS RBLAS
 
 OPTIONS_SUB=		YES
 
-ATLAS_DESC=		ATLAS BLAS implementation
 CAIROPANGO_DESC=	Cairo graphics device and Pango multi-language text
 FLANG_DESC=		Use experimental flang Fortran compiler
 GHOSTSCRIPT_DESC=	Graphics device for bitmap files via Ghostscript
@@ -61,7 +60,6 @@ LETTER_DESC=		US letter paper
 MEMPROF_DESC=		Memory profiling via Rprofmem() and tracemem()
 NEEDX11_DESC=		Require X11
 NETLIB_DESC=		Netlib BLAS implementation
-OPENBLAS_DESC=		OpenBLAS BLAS implementation
 PNG_DESC=		PNG graphics device
 RBLAS_DESC=		Use R-bundled BLAS implementation
 RPROF_DESC=		R profiling via Rprof()

Modified: head/math/superlu/Makefile
==============================================================================
--- head/math/superlu/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/math/superlu/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -36,7 +36,6 @@ DOCS_EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 GOTOBLAS_DESC=		GotoBLAS blas implementation
 GOTOBLAS_USES=		blaslapack:gotoblas
 GOTOBLAS_CMAKE_ON=	-DBLA_VENDOR:STRING="Goto"
-OPENBLAS_DESC=		OpenBLAS blas implementation
 OPENBLAS_USES=		blaslapack:openblas
 OPENBLAS_CMAKE_ON=	-DBLA_VENDOR:STRING="OpenBLAS"
 REFERENCE_DESC=		Reference blas implementation

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/math/vtk6/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -57,8 +57,6 @@ $g_DESC=	Build the $g group
 $w_DESC=	$w wrapping
 .endfor
 
-QT5_DESC=	Qt 5 toolkit support
-
 CMAKE_ARGS+=	-DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \
 		-DVTK_INSTALL_ARCHIVE_DIR=lib/vtk-${VTK_SHORT_VER} \
 		-DVTK_INSTALL_NO_DOCUMENTATION=ON \

Modified: head/multimedia/gmtk/Makefile
==============================================================================
--- head/multimedia/gmtk/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/multimedia/gmtk/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -29,7 +29,6 @@ OPTIONS_DEFINE=		ALSA DOCS GIO GTK3 PULSEAUDIO
 
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 ALSA_CONFIGURE_WITH=	alsa
-GIO_DESC=		Use GIO for file I/O
 GIO_CONFIGURE_WITH=	gio
 GTK3_USE=		gnome=gtk30
 GTK3_CONFIGURE_ENABLE=	gtk3

Modified: head/multimedia/gnome-mplayer/Makefile
==============================================================================
--- head/multimedia/gnome-mplayer/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/multimedia/gnome-mplayer/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -40,7 +40,6 @@ WRKSRC=		${WRKDIR}/gnome-mplayer-${PORTVERSION}
 
 OPTIONS_DEFINE=	ALSA DOCS GIO GPOD GTK3 NOTIFY PULSEAUDIO
 
-GIO_DESC=	Use GIO for file I/O
 GPOD_DESC=	Add support for libgpod
 
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/multimedia/mpv/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -64,7 +64,6 @@ MUJS_DESC=		Use MuJS for Javascript language support
 SIXEL_DESC=		Sixel graphics support
 UCHARDET_DESC=		Guess subtitle encoding via uchardet
 VULKAN_DESC=		Vulkan output support
-WAYLAND_DESC=		Wayland (graphics) support
 YTDL_DESC=		Install youtube-dl
 ZIMG_DESC=		High quality software scaling via "z" library
 IN_DESC=		Input

Modified: head/multimedia/transcode/Makefile
==============================================================================
--- head/multimedia/transcode/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/multimedia/transcode/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -34,7 +34,6 @@ OPTIONS_DEFAULT=	LAME DVDREAD JPEG ICONV
 BKTR_DESC=		Bktr capture card support
 POSTPROC_DESC=		Libpostproc support
 DVDREAD_DESC=		Libdvdread support
-LZO_DESC=		LZO compression support
 
 X11_USES=			xorg
 X11_USE=			xorg=xv,xaw,xpm

Modified: head/net/mosquitto/Makefile
==============================================================================
--- head/net/mosquitto/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/net/mosquitto/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -29,7 +29,6 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 OPTIONS_DEFINE=	CARES WS
 OPTIONS_DEFAULT=	CARES
 
-CARES_DESC=	Asynchronous DNS resolution via c-ares
 CARES_LIB_DEPENDS=	libcares.so:dns/c-ares
 CARES_CMAKE_ON=	-DWITH_SRV:BOOL=ON
 

Modified: head/net/turnserver/Makefile
==============================================================================
--- head/net/turnserver/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/net/turnserver/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -80,11 +80,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES MYSQL PGSQL REDIS SQLITE
 OPTIONS_DEFAULT=	MYSQL PGSQL REDIS SQLITE
 OPTIONS_SUB=	yes
 
-MYSQL_DESC=	MySQL database support
 MYSQL_USES=	mysql
 MYSQL_CONFIGURE_ENV_OFF=	TURN_NO_MYSQL=1
 
-PGSQL_DESC=	PostgreSQL database support
 PGSQL_USES=	pgsql
 PGSQL_CONFIGURE_ENV_OFF=	TURN_NO_PQ=1
 
@@ -92,7 +90,6 @@ REDIS_DESC=	Redis support for user database and for st
 REDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
 REDIS_CONFIGURE_ENV_OFF=	TURN_NO_HIREDIS=1
 
-SQLITE_DESC=	SQLite database support
 SQLITE_USES=	sqlite
 SQLITE_CONFIGURE_ENV_OFF=	TURN_NO_SQLITE=1
 

Modified: head/net/yate/Makefile
==============================================================================
--- head/net/yate/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/net/yate/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -51,7 +51,6 @@ DAHDI_DESC=	Dahdi support
 H323_DESC=	H323 software channel/protocol support
 ILBC_DESC=	iLBC narrowband speech codec support
 SCTP_DESC=	Stream Control Transmission Protocol support
-SPANDSP_DESC=	Spandsp faxing support
 
 OPTIONS_SUB=	yes
 

Modified: head/security/openssl-devel/Makefile
==============================================================================
--- head/security/openssl-devel/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/security/openssl-devel/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -98,7 +98,6 @@ TLS1_DESC=	TLSv1.0 (requires TLS1_1, TLS1_2)
 TLS1_1_DESC=	TLSv1.1 (requires TLS1_2)
 TLS1_2_DESC=	TLSv1.2
 WEAK-SSL-CIPHERS_DESC=	Weak cipher support (unsafe)
-ZLIB_DESC=	zlib compression support
 
 # Upstream default disabled options
 .for _option in md2 ktls rc5 sctp ssl3 weak-ssl-ciphers zlib

Modified: head/security/openssl-quictls/Makefile
==============================================================================
--- head/security/openssl-quictls/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/security/openssl-quictls/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -103,7 +103,6 @@ TLS1_DESC=	TLSv1.0 (requires TLS1_1, TLS1_2)
 TLS1_1_DESC=	TLSv1.1 (requires TLS1_2)
 TLS1_2_DESC=	TLSv1.2
 WEAK-SSL-CIPHERS_DESC=	Weak cipher support (unsafe)
-ZLIB_DESC=	zlib compression support
 
 # Upstream default disabled options
 .for _option in md2 ktls rc5 sctp ssl3 weak-ssl-ciphers zlib

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/security/openssl/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -93,7 +93,6 @@ TLS1_DESC=	TLSv1.0 (requires TLS1_1, TLS1_2)
 TLS1_1_DESC=	TLSv1.1 (requires TLS1_2)
 TLS1_2_DESC=	TLSv1.2
 WEAK-SSL-CIPHERS_DESC=	Weak cipher support (unsafe)
-ZLIB_DESC=	zlib compression support
 
 # Upstream default disabled options
 .for _option in ktls md2 rc5 sctp ssl3 zlib weak-ssl-ciphers

Modified: head/security/silktools/Makefile
==============================================================================
--- head/security/silktools/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/security/silktools/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -48,7 +48,6 @@ LOCALTIME_DESC=	Use localtime instead of UTC
 LOCALTIME_CONFIGURE_ENABLE=	localtime
 
 LZO_CONFIGURE_WITH=	lzo=${LOCALBASE}
-LZO_DESC=	LZO compression support
 LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
 PYTHON_CONFIGURE_WITH=	python

Modified: head/www/nginx-devel/Makefile.options.desc
==============================================================================
--- head/www/nginx-devel/Makefile.options.desc	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/www/nginx-devel/Makefile.options.desc	Sun Mar  7 16:45:48 2021	(r567577)
@@ -9,7 +9,6 @@ CLOJURE_DESC=			3rd party clojure module
 COOKIE_FLAG_DESC=		3rd party cookie_flag module
 CT_DESC=			3rd party cert_transparency module (SSL req.)
 DEBUGLOG_DESC=			Enable debug log (--with-debug)
-DEBUG_DESC=			Build with debugging support
 DEVEL_KIT_DESC=			3rd party Nginx Development Kit module
 DRIZZLE_DESC=			3rd party drizzle module
 DSO_DESC=			Enable dynamic modules support

Modified: head/www/nginx/Makefile.options.desc
==============================================================================
--- head/www/nginx/Makefile.options.desc	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/www/nginx/Makefile.options.desc	Sun Mar  7 16:45:48 2021	(r567577)
@@ -8,7 +8,6 @@ CACHE_PURGE_DESC=		3rd party cache_purge module
 CLOJURE_DESC=			3rd party clojure module
 CT_DESC=			3rd party cert_transparency module (SSL req.)
 DEBUGLOG_DESC=			Enable debug log (--with-debug)
-DEBUG_DESC=			Build with debugging support
 DEVEL_KIT_DESC=			3rd party Nginx Development Kit module
 DRIZZLE_DESC=			3rd party drizzle module
 DSO_DESC=			Enable dynamic modules support

Modified: head/x11-wm/euclid-wm/Makefile
==============================================================================
--- head/x11-wm/euclid-wm/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/x11-wm/euclid-wm/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -18,7 +18,6 @@ GH_TAGNAME=	b6b0319
 OPTIONS_DEFINE=		XINERAMA EUCLID_MENU
 OPTIONS_SUB=		yes
 OPTIONS_DEFAULT=	XINERAMA
-XINERAMA_DESC=		X11 Xinerama extension support
 EUCLID_MENU_DESC=	Custom built menuing program (work in progress)
 
 ALL_TARGET=		noxinerama

Modified: head/x11/mate-screensaver/Makefile
==============================================================================
--- head/x11/mate-screensaver/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/x11/mate-screensaver/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -40,8 +40,6 @@ SCREENSAVER_DIR=	share/applications/screensavers
 
 OPTIONS_DEFINE=	PAM
 OPTIONS_DEFAULT=PAM
-PAM_DESC=	Pluggable Authentication Module support
-
 OPTIONS_SUB=	yes
 
 PAM_RUN_DEPENDS=	pam_helper:security/pam_helper

Modified: head/x11/xfce4-screensaver/Makefile
==============================================================================
--- head/x11/xfce4-screensaver/Makefile	Sun Mar  7 16:19:48 2021	(r567576)
+++ head/x11/xfce4-screensaver/Makefile	Sun Mar  7 16:45:48 2021	(r567577)
@@ -37,8 +37,6 @@ SCREENSAVER_DIR=	share/applications/screensavers
 
 OPTIONS_DEFINE=	NLS PAM
 OPTIONS_DEFAULT=PAM
-PAM_DESC=	Pluggable Authentication Module support
-
 OPTIONS_SUB=	yes
 
 NLS_CONFIGURE_ENABLE=	nls



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