Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Make sure we build with gnutls on Darwin, too, i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/88f9ee158a30
branches: trunk
changeset: 436887:88f9ee158a30
user: hauke <hauke%pkgsrc.org@localhost>
date: Tue Aug 11 12:40:54 2020 +0000
description:
Make sure we build with gnutls on Darwin, too, instead of the native
ssl libraries. The latter does not work well with older
(Apple-desupported) Darwin versions.
diffstat:
print/cups-base/Makefile | 6 ++++--
print/libcups/Makefile | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 113de5e04c2b -r 88f9ee158a30 print/cups-base/Makefile
--- a/print/cups-base/Makefile Tue Aug 11 12:26:52 2020 +0000
+++ b/print/cups-base/Makefile Tue Aug 11 12:40:54 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2020/05/26 08:36:55 triaxx Exp $
+# $NetBSD: Makefile,v 1.37 2020/08/11 12:40:54 hauke Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= cups-base-${CUPS_VERS}
-PKGREVISION= 4
+PKGREVISION= 5
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
MAINTAINER= sbd%NetBSD.org@localhost
@@ -33,6 +33,8 @@
CONFIGURE_ARGS+= --with-exe-file-perm=0755
CONFIGURE_ARGS+= --enable-libpaper
CONFIGURE_ARGS+= --enable-ssl
+CONFIGURE_ARGS+= --enable-gnutls
+CONFIGURE_ARGS+= --disable-cdsassl
CONFIGURE_ARGS+= --without-bundledir
CONFIGURE_ARGS+= --without-icondir
CONFIGURE_ARGS+= --without-menudir
diff -r 113de5e04c2b -r 88f9ee158a30 print/libcups/Makefile
--- a/print/libcups/Makefile Tue Aug 11 12:26:52 2020 +0000
+++ b/print/libcups/Makefile Tue Aug 11 12:40:54 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2020/05/26 08:36:56 triaxx Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/11 12:40:54 hauke Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= libcups-${CUPS_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
MAINTAINER= sbd%NetBSD.org@localhost
@@ -33,6 +33,8 @@
CONFIGURE_ARGS+= --with-components=libcups
CONFIGURE_ARGS+= --enable-libpaper
CONFIGURE_ARGS+= --enable-ssl
+CONFIGURE_ARGS+= --enable-gnutls
+CONFIGURE_ARGS+= --disable-cdsassl
CONFIGURE_ARGS+= --with-exe-file-perm=0755
CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}
Home |
Main Index |
Thread Index |
Old Index