head 1.2; access; symbols pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2017.11.12.14.10.15; author khorben; state dead; branches; next 1.1; commitid itF6QcdEeR8hJKeA; 1.1 date 2017.07.27.08.54.26; author wiz; state Exp; branches; next ; commitid 09WOxivUCRZwuQ0A; desc @@ 1.2 log @Rename print/cups to print/cups-base to depend on cups-filters This change: - renames print/cups to print/cups-base, - lets print/cups-filters depend on print/cups-base instead of cups, - adds a package print/cups depending on print/cups-base and print/cups-filters. This makes sure installing print/cups always installs print/cups-filters, as it is necessary for being able to print outside of Mac OS X since CUPS 1.6.0. You're welcome. I do not think superseding is necessary, since print/cups will also install print/cups-base, which really is the same as before. In practice it is like a new dependency. I do not want to risk a bad "cvs import" either, sorry. Bumps PKGREVISION for print/cups and print/cups-filters, since they have new dependencies now. This is also necessary for everything else currently depending on print/cups; I will try to commit this right after this one. Tested on NetBSD/amd64, as reviewed on tech-pkg@@. No breakage observed, apologies if anything goes wrong. @ text @$NetBSD: patch-conf-cups-files.conf.in,v 1.1 2017/07/27 08:54:26 wiz Exp $ Add a PidFile configuration directive to write a PID file. --- conf/cups-files.conf.in.orig 2017-03-28 20:26:53.000000000 +0200 +++ conf/cups-files.conf.in 2017-07-17 17:25:02.000000000 +0200 @@@@ -40,6 +40,10 @@@@ # Location of data files used by the scheduler... #DataDir @@CUPS_DATADIR@@ +# Location of PID file written by the scheduler (set empty for no PID file)... +#PidFile @@CUPS_STATEDIR@@/cupsd.pid + +# Location of the static web content served by the scheduler... # Location of the static web content served by the scheduler... #DocumentRoot @@CUPS_DOCROOT@@ @ 1.1 log @Add proper pidfile support, from Edgar Fuß. This has not been accepted upstream in various previous tries, but is deemed useful functionality anyway. Bump PKGREVISION. While here, revert undiscussed mit-krb5 dependency. Should be optional, and should have bumped PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-conf-cups-files.conf.in $ @