From owner-svn-ports-all@freebsd.org Sun Apr 2 10:37:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 595D6D2AD33; Sun, 2 Apr 2017 10:37:42 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B20931F; Sun, 2 Apr 2017 10:37:42 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v32AbfwC033067; Sun, 2 Apr 2017 10:37:41 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v32AbfnF033066; Sun, 2 Apr 2017 10:37:41 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201704021037.v32AbfnF033066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 2 Apr 2017 10:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437549 - head/print/hplip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2017 10:37:42 -0000 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 .if ${PORT_OPTIONS:MQT4} && ${PORT_OPTIONS:MX11}