pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups-base cups-base: build ippfind in the (on by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00fb7c99d26e
branches:  trunk
changeset: 440721:00fb7c99d26e
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Oct 16 15:29:25 2020 +0000

description:
cups-base: build ippfind in the (on by default) dnssd case, not just avahi.
missing pieces - thanks wiz!

diffstat:

 print/cups-base/Makefile   |  4 ++--
 print/cups-base/PLIST      |  3 ++-
 print/cups-base/distinfo   |  3 ++-
 print/cups-base/options.mk |  3 ++-
 4 files changed, 8 insertions(+), 5 deletions(-)

diffs (66 lines):

diff -r 609699157dd2 -r 00fb7c99d26e print/cups-base/Makefile
--- a/print/cups-base/Makefile  Fri Oct 16 15:17:38 2020 +0000
+++ b/print/cups-base/Makefile  Fri Oct 16 15:29:25 2020 +0000
@@ -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@localhost
diff -r 609699157dd2 -r 00fb7c99d26e print/cups-base/PLIST
--- a/print/cups-base/PLIST     Fri Oct 16 15:17:38 2020 +0000
+++ b/print/cups-base/PLIST     Fri Oct 16 15:29:25 2020 +0000
@@ -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-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 -r 609699157dd2 -r 00fb7c99d26e print/cups-base/distinfo
--- a/print/cups-base/distinfo  Fri Oct 16 15:17:38 2020 +0000
+++ b/print/cups-base/distinfo  Fri Oct 16 15:29:25 2020 +0000
@@ -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_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 -r 609699157dd2 -r 00fb7c99d26e print/cups-base/options.mk
--- a/print/cups-base/options.mk        Fri Oct 16 15:17:38 2020 +0000
+++ b/print/cups-base/options.mk        Fri Oct 16 15:29:25 2020 +0000
@@ -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+=       --enable-dnssd
 PLIST.dnssd=           yes
 PLIST.dnssd-backend=   yes
+PLIST.ippfind=         yes
 .else
 CONFIGURE_ARGS+=       --disable-dnssd
 .endif



Home | Main Index | Thread Index | Old Index