pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-base/patches



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 16 15:11:13 UTC 2020

Added Files:
        pkgsrc/print/cups-base/patches: patch-config-scripts_cups-dnssd.m4

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/print/cups-base/patches/patch-config-scripts_cups-dnssd.m4

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

Added files:

Index: pkgsrc/print/cups-base/patches/patch-config-scripts_cups-dnssd.m4
diff -u /dev/null pkgsrc/print/cups-base/patches/patch-config-scripts_cups-dnssd.m4:1.1
--- /dev/null   Fri Oct 16 15:11:13 2020
+++ pkgsrc/print/cups-base/patches/patch-config-scripts_cups-dnssd.m4   Fri Oct 16 15:11:13 2020
@@ -0,0 +1,19 @@
+$NetBSD: patch-config-scripts_cups-dnssd.m4,v 1.1 2020/10/16 15:11:13 prlw1 Exp $
+
+Build ippfind if dnssd is found (not just avahi).
+This seems to be the intention of cups commit 766a822, but a comma got in the way.
+
+--- config-scripts/cups-dnssd.m4.orig  2020-04-27 18:04:29.000000000 +0000
++++ config-scripts/cups-dnssd.m4
+@@ -60,9 +60,9 @@ if test "x$DNSSD_BACKEND" = x -a x$enabl
+                                       AC_MSG_RESULT(yes)
+                                       AC_DEFINE(HAVE_DNSSD)
+                                       DNSSDLIBS="-ldns_sd"
+-                                      DNSSD_BACKEND="dnssd",
++                                      DNSSD_BACKEND="dnssd"
+                                       IPPFIND_BIN="ippfind"
+-                                      IPPFIND_MAN="ippfind.1"
++                                      IPPFIND_MAN="ippfind.1",
+                                       AC_MSG_RESULT(no))
+                               LIBS="$SAVELIBS"
+                               ;;



Home | Main Index | Thread Index | Old Index