svn commit: r514751 - head/sysutils/plasma5-libksysguard

Antoine Brodin antoine at FreeBSD.org
Sat Oct 19 06:03:05 UTC 2019


Author: antoine
Date: Sat Oct 19 06:03:04 2019
New Revision: 514751
URL: https://svnweb.freebsd.org/changeset/ports/514751

Log:
  Revert BROKEN r514750
  
  - Setting OPTIONS_DEFAULT after bsd.port.options.mk doesn't work
  - PORTREVISION should have been bumped
  
  With hat:	portmgr

Modified:
  head/sysutils/plasma5-libksysguard/Makefile

Modified: head/sysutils/plasma5-libksysguard/Makefile
==============================================================================
--- head/sysutils/plasma5-libksysguard/Makefile	Sat Oct 19 05:57:46 2019	(r514750)
+++ head/sysutils/plasma5-libksysguard/Makefile	Sat Oct 19 06:03:04 2019	(r514751)
@@ -20,11 +20,4 @@ WEBENGINE_USE=	QT=webengine
 WEBENGINE_DESC=	HTML-based GUI ksysguard library based on Qt5WebEngine
 WEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
 
-.include <bsd.port.options.mk>
-
-# Enable WebEngine on !powerpc* archs by default
-.if !(${ARCH:M*powerpc*})
-OPTIONS_DEFAULT=	WEBENGINE
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list