pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print {cups-base,libcups}: explicitly use gnutls
details: https://anonhg.NetBSD.org/pkgsrc/rev/69b889c9f883
branches: trunk
changeset: 386320:69b889c9f883
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 06 02:09:42 2022 +0000
description:
{cups-base,libcups}: explicitly use gnutls
version 2.4.2 readded support for openssl and package detects and prefers
base system openssl over gnutls but ssl certificate handling is not working
correctly with it so use gnutls as in previous versions.
diffstat:
print/cups-base/Makefile | 5 +++--
print/libcups/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (46 lines):
diff -r 31987742ccf9 -r 69b889c9f883 print/cups-base/Makefile
--- a/print/cups-base/Makefile Thu Oct 06 01:30:02 2022 +0000
+++ b/print/cups-base/Makefile Thu Oct 06 02:09:42 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2022/07/14 23:46:25 dholland Exp $
+# $NetBSD: Makefile,v 1.50 2022/10/06 02:09:42 markd Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= cups-base-${CUPS_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenPrinting/}
MAINTAINER= sbd%NetBSD.org@localhost
@@ -35,6 +35,7 @@
CONFIGURE_ARGS+= --without-bundledir
CONFIGURE_ARGS+= --without-icondir
CONFIGURE_ARGS+= --without-menudir
+CONFIGURE_ARGS+= --with-tls=gnutls
CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}
diff -r 31987742ccf9 -r 69b889c9f883 print/libcups/Makefile
--- a/print/libcups/Makefile Thu Oct 06 01:30:02 2022 +0000
+++ b/print/libcups/Makefile Thu Oct 06 02:09:42 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/07/14 23:46:26 dholland Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/06 02:09:42 markd Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= libcups-${CUPS_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenPrinting/}
MAINTAINER= sbd%NetBSD.org@localhost
@@ -33,6 +33,7 @@
CONFIGURE_ARGS+= --with-components=libcups
CONFIGURE_ARGS+= --enable-libpaper
CONFIGURE_ARGS+= --with-exe-file-perm=0755
+CONFIGURE_ARGS+= --with-tls=gnutls
CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}
Home |
Main Index |
Thread Index |
Old Index