pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 16 13:09:19 UTC 2017

Modified Files:
        pkgsrc/print/cups: options.mk
Added Files:
        pkgsrc/print/cups: MESSAGE.nokerberos

Log Message:
Add MESSAGE that you have to remove the kerberos section from the
cupsd config file when you build cups without kerberos support.

Found by pgoyette.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/cups/MESSAGE.nokerberos
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/cups/options.mk

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/options.mk
diff -u pkgsrc/print/cups/options.mk:1.19 pkgsrc/print/cups/options.mk:1.20
--- pkgsrc/print/cups/options.mk:1.19   Fri Dec 30 07:08:34 2016
+++ pkgsrc/print/cups/options.mk        Thu Feb 16 13:09:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2016/12/30 07:08:34 adam Exp $
+# $NetBSD: options.mk,v 1.20 2017/02/16 13:09:19 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cups
 PKG_SUPPORTED_OPTIONS= acl dnssd kerberos pam tcpwrappers
@@ -59,6 +59,7 @@ CONFIGURE_ARGS+=      --disable-dnssd
 CONFIGURE_ARGS+=       --enable-gssapi
 .else
 CONFIGURE_ARGS+=       --disable-gssapi
+MESSAGE_SRC+=          ${PKGDIR}/MESSAGE.nokerberos
 .endif
 
 .if !empty(PKG_OPTIONS:Mlibusb)
@@ -77,7 +78,7 @@ MESSAGE_SRC+=         ${PKGDIR}/MESSAGE.pam
 PLIST.pam=             yes
 .else
 CONFIGURE_ARGS+=       --disable-pam
-MESSAGE_SRC=           ${.CURDIR}/MESSAGE
+MESSAGE_SRC+=          ${.CURDIR}/MESSAGE
 .endif
 
 .if !empty(PKG_OPTIONS:Mtcpwrappers)

Added files:

Index: pkgsrc/print/cups/MESSAGE.nokerberos
diff -u /dev/null pkgsrc/print/cups/MESSAGE.nokerberos:1.1
--- /dev/null   Thu Feb 16 13:09:19 2017
+++ pkgsrc/print/cups/MESSAGE.nokerberos        Thu Feb 16 13:09:19 2017
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE.nokerberos,v 1.1 2017/02/16 13:09:19 wiz Exp $
+
+When running a non-kerberized cupsd, you need to remove the kerberos
+section from the config file. Otherwise cupsd will not start.
+
+===========================================================================



Home | Main Index | Thread Index | Old Index