mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to cups-browsed-2.1.0.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
COMMENT= browse network for remote CUPS queues and IPP printers
|
||||
|
||||
V= 2.0.1
|
||||
V= 2.1.0
|
||||
DISTNAME= cups-browsed-${V}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= print
|
||||
|
||||
@@ -32,8 +31,6 @@ FAKE_FLAGS= pkgcupsserverrootdir=${PREFIX}/share/examples/cups-filters/cups
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ARGS= --disable-ldap
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (cups-browsed-2.0.1.tar.gz) = cbQ7PjrtfGNdf+2cfGpVrxoZjL4Am1pIVcoscQ+8K6M=
|
||||
SIZE (cups-browsed-2.0.1.tar.gz) = 609683
|
||||
SHA256 (cups-browsed-2.1.0.tar.gz) = 4O7kLi5hYIooU4FfoucmfaW8bh9ZJzMwRhySmOE7UyM=
|
||||
SIZE (cups-browsed-2.1.0.tar.gz) = 599547
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
From 1debe6b140c37e0aa928559add4abcc95ce54aa2 Mon Sep 17 00:00:00 2001
|
||||
From: Zdenek Dohnal <zdohnal@redhat.com>
|
||||
Date: Thu, 26 Sep 2024 23:03:32 +0200
|
||||
Subject: [PATCH] Default BrowseRemoteProtocols should not include "cups" protocol
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -1583,7 +1583,7 @@ Optional Packages:
|
||||
|
||||
--with-browseremoteprotocols=value
|
||||
Set which protocols to listen for in cups-browsed
|
||||
- (default: dnssd cups)
|
||||
+ (default: dnssd)
|
||||
--with-remote-cups-local-queue-naming=DNS-SD|MakeModel|RemoteName
|
||||
Choose the origin of local queue naming for remote
|
||||
CUPS queues, default based on DNS-SD ID
|
||||
@@ -16272,7 +16272,7 @@ if test ${with_browseremoteprotocols+y}
|
||||
then :
|
||||
withval=$with_browseremoteprotocols; with_browseremoteprotocols="$withval"
|
||||
else $as_nop
|
||||
- with_browseremoteprotocols="dnssd cups"
|
||||
+ with_browseremoteprotocols="dnssd"
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user