diff options
author | prlw1 <prlw1@pkgsrc.org> | 2020-10-16 15:29:25 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2020-10-16 15:29:25 +0000 |
commit | 933145c7f6baf039a002378c3a2584e40d1f316f (patch) | |
tree | a168102c28405dd3da8e1d22ad1e7365b94f0eed /print | |
parent | 3314c4916ee07b6b5173b024001152def51e996a (diff) | |
download | pkgsrc-933145c7f6baf039a002378c3a2584e40d1f316f.tar.gz |
cups-base: build ippfind in the (on by default) dnssd case, not just avahi.
missing pieces - thanks wiz!
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 4 | ||||
-rw-r--r-- | print/cups-base/PLIST | 3 | ||||
-rw-r--r-- | print/cups-base/distinfo | 3 | ||||
-rw-r--r-- | print/cups-base/options.mk | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 096ef43646b..33d9eb9d1af 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2020/08/17 20:17:39 leot Exp $ +# $NetBSD: Makefile,v 1.39 2020/10/16 15:29:25 prlw1 Exp $ .include "../../print/cups/Makefile.common" PKGNAME= cups-base-${CUPS_VERS} -PKGREVISION= 6 +PKGREVISION= 7 MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/} MAINTAINER= sbd@NetBSD.org diff --git a/print/cups-base/PLIST b/print/cups-base/PLIST index c51a781e299..aadbbcf612a 100644 --- a/print/cups-base/PLIST +++ b/print/cups-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/05/16 18:07:56 maya Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/10/16 15:29:25 prlw1 Exp $ bin/cancel bin/cupstestppd bin/ippeveprinter @@ -697,6 +697,7 @@ share/doc/cups/help/man-cupstestppd.html share/doc/cups/help/man-filter.html share/doc/cups/help/man-ippevepcl.html share/doc/cups/help/man-ippeveprinter.html +${PLIST.ippfind}share/doc/cups/help/man-ippfind.html share/doc/cups/help/man-ipptool.html share/doc/cups/help/man-ipptoolfile.html share/doc/cups/help/man-lp.html diff --git a/print/cups-base/distinfo b/print/cups-base/distinfo index bb45bc3f561..7e24d8ecbc6 100644 --- a/print/cups-base/distinfo +++ b/print/cups-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2020/05/26 08:36:55 triaxx Exp $ +$NetBSD: distinfo,v 1.22 2020/10/16 15:29:25 prlw1 Exp $ SHA1 (cups-2.3.3-source.tar.gz) = 7a01c9fba5d784eb61eda03fd40e513fd2a1b5b8 RMD160 (cups-2.3.3-source.tar.gz) = e08afd09666e79d0416f46e14fb8c6b0a6beebd7 @@ -16,6 +16,7 @@ SHA1 (patch-conf-cups-files.conf.in) = b2eccf54e108d8c9e70094acfd9618a66779a84a SHA1 (patch-conf_Makefile) = ba1c6f9e5c1bb8074038f65f4d17bf55e556738e SHA1 (patch-config-scripts_cups-compiler.m4) = 71c706121fdf7db699a9b9365ac63779e3c23f67 SHA1 (patch-config-scripts_cups-directories.m4) = 68ff0c9ed333d5b00d11694fca7875c83bf9197d +SHA1 (patch-config-scripts_cups-dnssd.m4) = 7dd3b0d754e92f3b3f53732163a8001e5fb430c5 SHA1 (patch-config-scripts_cups-gssapi.m4) = 965e54194de9f34f0f252f4993dcf8a8db935003 SHA1 (patch-config-scripts_cups-libtool.m4) = d255bda2b740a04167e20be1662e3b9c242ed8f2 SHA1 (patch-cups-tls.c) = b02bc528b6d551283373f271529d6f1956e1c7df diff --git a/print/cups-base/options.mk b/print/cups-base/options.mk index adc28c98bcb..ed220cea9fd 100644 --- a/print/cups-base/options.mk +++ b/print/cups-base/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2018/06/25 10:01:51 leot Exp $ +# $NetBSD: options.mk,v 1.4 2020/10/16 15:29:25 prlw1 Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cups-base PKG_SUPPORTED_OPTIONS= acl dnssd kerberos pam tcpwrappers @@ -58,6 +58,7 @@ CONFIGURE_ARGS+= --disable-dbus CONFIGURE_ARGS+= --enable-dnssd PLIST.dnssd= yes PLIST.dnssd-backend= yes +PLIST.ippfind= yes .else CONFIGURE_ARGS+= --disable-dnssd .endif |