Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 10:37:41 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437549 - head/print/hplip
Message-ID:  <201704021037.v32AbfnF033066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Apr  2 10:37:41 2017
New Revision: 437549
URL: https://svnweb.freebsd.org/changeset/ports/437549

Log:
  print/hplip: Tidy up options ordering to be alphabetical

Modified:
  head/print/hplip/Makefile

Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile	Sun Apr  2 10:34:06 2017	(r437548)
+++ head/print/hplip/Makefile	Sun Apr  2 10:37:41 2017	(r437549)
@@ -39,26 +39,28 @@ CONFIGURE_ARGS=	--with-cupsbackenddir=${
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=		DOCS FAX SNMP SCAN X11 XSANE
-OPTIONS_DEFAULT=	SNMP SCAN X11 QT5
+OPTIONS_DEFINE=		DOCS FAX SCAN SNMP X11 XSANE
 OPTIONS_RADIO=		GUI
 OPTIONS_RADIO_GUI=	QT4 QT5
-OPTIONS_SUB=		yes # FAX SNMP SCAN X11 QT4 QT5
+OPTIONS_DEFAULT=	QT5 SCAN SNMP X11
+OPTIONS_SUB=		yes
+
+DOCS_CONFIGURE_ENABLE=	doc-build
 
 FAX_DESC=		PC Send Fax support
 FAX_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab
 FAX_CONFIGURE_ENABLE=	fax-build
 
-SNMP_DESC=		Network/JetDirect support
-SNMP_USES=		ssl
-SNMP_LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
-SNMP_CONFIGURE_ENABLE=	network-build
-
 SCAN_DESC=		Scanning support
 SCAN_LIB_DEPENDS=	libsane.so:graphics/sane-backends
 SCAN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
 SCAN_CONFIGURE_ENABLE=	scan-build
 
+SNMP_DESC=		Network/JetDirect support
+SNMP_USES=		ssl
+SNMP_LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
+SNMP_CONFIGURE_ENABLE=	network-build
+
 X11_DESC=		Graphical User Interface (Qt)
 X11_CONFIGURE_ENABLE=	gui-build
 
@@ -66,8 +68,6 @@ XSANE_DESC=		Install XSane for scanning 
 XSANE_IMPLIES=		SCAN
 XSANE_RUN_DEPENDS=	xsane:graphics/xsane
 
-DOCS_CONFIGURE_ENABLE=	doc-build
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MQT4} && ${PORT_OPTIONS:MX11}



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