pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-base



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 16 15:29:25 UTC 2020

Modified Files:
        pkgsrc/print/cups-base: Makefile PLIST distinfo options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/cups-base/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/cups-base/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/cups-base/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/cups-base/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.38 pkgsrc/print/cups-base/Makefile:1.39
--- pkgsrc/print/cups-base/Makefile:1.38        Mon Aug 17 20:17:39 2020
+++ pkgsrc/print/cups-base/Makefile     Fri Oct 16 15:29:25 2020
@@ -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

Index: pkgsrc/print/cups-base/PLIST
diff -u pkgsrc/print/cups-base/PLIST:1.5 pkgsrc/print/cups-base/PLIST:1.6
--- pkgsrc/print/cups-base/PLIST:1.5    Sat May 16 18:07:56 2020
+++ pkgsrc/print/cups-base/PLIST        Fri Oct 16 15:29:25 2020
@@ -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

Index: pkgsrc/print/cups-base/distinfo
diff -u pkgsrc/print/cups-base/distinfo:1.21 pkgsrc/print/cups-base/distinfo:1.22
--- pkgsrc/print/cups-base/distinfo:1.21        Tue May 26 08:36:55 2020
+++ pkgsrc/print/cups-base/distinfo     Fri Oct 16 15:29:25 2020
@@ -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) = b
 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

Index: pkgsrc/print/cups-base/options.mk
diff -u pkgsrc/print/cups-base/options.mk:1.3 pkgsrc/print/cups-base/options.mk:1.4
--- pkgsrc/print/cups-base/options.mk:1.3       Mon Jun 25 10:01:51 2018
+++ pkgsrc/print/cups-base/options.mk   Fri Oct 16 15:29:25 2020
@@ -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



Home | Main Index | Thread Index | Old Index