Sun Apr 26 13:29:12 2015 UTC ()
Disable sane option due to the dependency conflict.


(joerg)
diff -r1.5 -r1.6 pkgsrc/print/hplip/options.mk

cvs diff -r1.5 -r1.6 pkgsrc/print/hplip/options.mk (expand / switch to unified diff)

--- pkgsrc/print/hplip/options.mk 2015/03/26 22:13:14 1.5
+++ pkgsrc/print/hplip/options.mk 2015/04/26 13:29:12 1.6
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: options.mk,v 1.5 2015/03/26 22:13:14 jperkin Exp $ 1# $NetBSD: options.mk,v 1.6 2015/04/26 13:29:12 joerg Exp $
2# 2#
3# HPLIP dependencies are detailed in the following page: 3# HPLIP dependencies are detailed in the following page:
4# http://hplipopensource.com/hplip-web/install/manual/distros/other.html 4# http://hplipopensource.com/hplip-web/install/manual/distros/other.html
5 5
6PKG_OPTIONS_VAR= PKG_OPTIONS.hplip 6PKG_OPTIONS_VAR= PKG_OPTIONS.hplip
7PKG_SUPPORTED_OPTIONS= fax sane qt 7PKG_SUPPORTED_OPTIONS= fax sane qt
8PKG_SUGGESTED_OPTIONS= fax sane 8PKG_SUGGESTED_OPTIONS= fax
9PKG_OPTIONS_LEGACY_OPTS+= scan:sane 9PKG_OPTIONS_LEGACY_OPTS+= scan:sane
10PKG_OPTIONS_LEGACY_OPTS+= gui:qt 10PKG_OPTIONS_LEGACY_OPTS+= gui:qt
11 11
12.include "../../mk/bsd.options.mk" 12.include "../../mk/bsd.options.mk"
13 13
14.if !empty(PKG_OPTIONS:Mfax) 14.if !empty(PKG_OPTIONS:Mfax)
15PLIST_SRC+= PLIST.fax 15PLIST_SRC+= PLIST.fax
16CONFIGURE_ARGS+= --enable-fax-build 16CONFIGURE_ARGS+= --enable-fax-build
17CONFIGURE_ARGS+= --enable-dbus-build 17CONFIGURE_ARGS+= --enable-dbus-build
18EGFILES+= cups/pstotiff.convs cups/pstotiff.types 18EGFILES+= cups/pstotiff.convs cups/pstotiff.types
19MAKE_DIRS+= ${PKG_SYSCONFDIR}/cups 19MAKE_DIRS+= ${PKG_SYSCONFDIR}/cups
20DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab 20DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
21PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab 21PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab