svn commit: r437755 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 4 20:38:44 UTC 2017


Author: bapt
Date: Tue Apr  4 20:38:43 2017
New Revision: 437755
URL: https://svnweb.freebsd.org/changeset/ports/437755

Log:
  Activate the multimedia option by default
  
  Many slideshow now have multimedia: videos, sounds, let's make the default
  binary packages able to read them out of box
  
  Approved by:	jkim@

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Tue Apr  4 20:35:28 2017	(r437754)
+++ head/editors/libreoffice/Makefile	Tue Apr  4 20:38:43 2017	(r437755)
@@ -2,7 +2,7 @@
 
 .include "${.CURDIR}/Makefile.common"
 
-PORTREVISION=	1
+PORTREVISION=	2
 MASTER_SITES=	http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \
 		http://dev-www.libreoffice.org/src/:src \
 		http://dev-www.libreoffice.org/extern/:ext
@@ -103,7 +103,7 @@ WANT_GNOME=	yes
 
 OPTIONS_DEFINE=	CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \
 		TEST VERBOSE WEBDAV
-OPTIONS_DEFAULT=	CUPS GTK2
+OPTIONS_DEFAULT=	CUPS GTK2 MMEDIA
 
 GTK3_DESC=	GTK+ 3 GUI toolkit support (experimental)
 JAVA_DESC=	Add Java support (XML filters, macros)


More information about the svn-ports-all mailing list