svn commit: r564896 - in head: Mk editors/emacs editors/emacs-devel multimedia/ffmpeg net-mgmt/netdata

Piotr Kubaj pkubaj at FreeBSD.org
Wed Feb 10 19:17:47 UTC 2021


Author: pkubaj
Date: Wed Feb 10 19:17:45 2021
New Revision: 564896
URL: https://svnweb.freebsd.org/changeset/ports/564896

Log:
  Add LTO_DESC to Mk/bsd.options.desc.mk.
  
  There are more and more ports using LTO.

Modified:
  head/Mk/bsd.options.desc.mk
  head/editors/emacs-devel/Makefile
  head/editors/emacs/Makefile
  head/multimedia/ffmpeg/Makefile
  head/net-mgmt/netdata/Makefile

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Wed Feb 10 18:35:02 2021	(r564895)
+++ head/Mk/bsd.options.desc.mk	Wed Feb 10 19:17:45 2021	(r564896)
@@ -307,6 +307,7 @@ LITE_DESC?=		Reduced features or memory footprint
 LIVEMEDIA_DESC?=	Multimedia streaming support via liveMedia
 LQR_DESC?=		Liquid Rescale support
 LSOF_DESC?=		LiSt Open Files utility support
+LTO_DESC?=		Use Link-Time Optimization
 LUA_DESC?=		Lua scripting language support
 LZ4_DESC?=		LZ4 compression support
 LZMA_DESC?=		LZMA compression support

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Wed Feb 10 18:35:02 2021	(r564895)
+++ head/editors/emacs-devel/Makefile	Wed Feb 10 19:17:45 2021	(r564896)
@@ -111,7 +111,6 @@ GRAPHICS_DESC=		Graphics support
 GSETTINGS_DESC=		GSettings API for application settings
 HARFBUZZ_DESC=		HarfBuzz for text shaping
 KQUEUE_DESC=		File notification via kqueue
-#LTO_DESC=		Enable link-time optimization
 M17N_DESC=		M17N support for text-shaping [implies XFT]
 MAGICK_DESC=		ImageMagick image processing support (deprecated)
 MAILUTILS_DESC=		Mail framework via GNU Mailutils

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Wed Feb 10 18:35:02 2021	(r564895)
+++ head/editors/emacs/Makefile	Wed Feb 10 19:17:45 2021	(r564896)
@@ -128,7 +128,6 @@ GRAPHICS_DESC=		Graphics support
 GSETTINGS_DESC=		GSettings API for application settings
 HARFBUZZ_DESC=		HarfBuzz for text shaping
 KQUEUE_DESC=		File notification via kqueue
-#LTO_DESC=		Enable link-time optimization
 M17N_DESC=		M17N support for text-shaping [implies XFT]
 MAGICK_DESC=		ImageMagick image processing support (deprecated)
 MAILUTILS_DESC=		Mail framework via GNU Mailutils

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Wed Feb 10 18:35:02 2021	(r564895)
+++ head/multimedia/ffmpeg/Makefile	Wed Feb 10 19:17:45 2021	(r564896)
@@ -106,7 +106,6 @@ ILBC_DESC=	Internet Low Bit Rate codec
 KLVANC_DESC=	Kernel Labs VANC processing
 KVAZAAR_DESC=	H.265 video codec support via Kvazaar
 LICENSE_DESC=	Licensing options
-LTO_DESC=	Use Link-Time Optimization
 LV2_DESC=	LV2 audio filtering
 MFX_DESC=	Intel MediaSDK (aka Quick Sync Video)
 MYSOFA_DESC=	SOFAlizer binaural filter

Modified: head/net-mgmt/netdata/Makefile
==============================================================================
--- head/net-mgmt/netdata/Makefile	Wed Feb 10 18:35:02 2021	(r564895)
+++ head/net-mgmt/netdata/Makefile	Wed Feb 10 19:17:45 2021	(r564896)
@@ -78,7 +78,6 @@ FREEIPMI_LIB_DEPENDS=		libfreeipmi.so:sysutils/freeipm
 GOPLUGIN_DESC=		Enable the go collector plugin
 GOPLUGIN_RUN_DEPENDS=	${LOCALBASE}/libexec/netdata/plugins.d/god.plugin:net-mgmt/netdata-go
 
-LTO_DESC=		Use Link-Time Optimization
 LTO_CONFIGURE_ENABLE=	lto
 LTO_USES=		compiler:c11
 


More information about the svn-ports-all mailing list