pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: hauke
Date: Tue Aug 11 12:40:54 UTC 2020
Modified Files:
pkgsrc/print/cups-base: Makefile
pkgsrc/print/libcups: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/print/cups-base/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/libcups/Makefile
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.36 pkgsrc/print/cups-base/Makefile:1.37
--- pkgsrc/print/cups-base/Makefile:1.36 Tue May 26 08:36:55 2020
+++ pkgsrc/print/cups-base/Makefile Tue Aug 11 12:40:54 2020
@@ -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-system-groups=${
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
Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.4 pkgsrc/print/libcups/Makefile:1.5
--- pkgsrc/print/libcups/Makefile:1.4 Tue May 26 08:36:56 2020
+++ pkgsrc/print/libcups/Makefile Tue Aug 11 12:40:54 2020
@@ -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-serverbindir=${P
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