Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl cups-base: Comment out noop SUBST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0f9b34df041
branches:  trunk
changeset: 432599:b0f9b34df041
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat May 23 12:16:49 2020 +0000

description:
cups-base: Comment out noop SUBST

(The previous comment said it was being left for future use.
Deferring to maintainer on actual removal.)

diffstat:

 print/ghostscript-agpl/options.mk |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 9270d58519b2 -r b0f9b34df041 print/ghostscript-agpl/options.mk
--- a/print/ghostscript-agpl/options.mk Sat May 23 12:11:33 2020 +0000
+++ b/print/ghostscript-agpl/options.mk Sat May 23 12:16:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2019/03/17 18:02:26 gdt Exp $
+# $NetBSD: options.mk,v 1.7 2020/05/23 12:16:49 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ghostscript
 PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig disable-compile-inits utf8
@@ -22,13 +22,13 @@
 .if !empty(PKG_OPTIONS:Mcups)
 CONFIGURE_ARGS+=       --enable-cups
 
-# Because nothing is installed, this is not necessary.  It remains in
-# case a later version does install something.
-SUBST_CLASSES+=                cupsetc
-SUBST_STAGE.cupsetc=   post-extract
-SUBST_MESSAGE.cupsetc= Fixing CUPS etc directory path to install as example
-SUBST_FILES.cupsetc=   cups/cups.mak
-SUBST_SED.cupsetc=     -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g'
+# # Because nothing is installed, this is not necessary.  It remains in
+# # case a later version does install something.
+# SUBST_CLASSES+=              cupsetc
+# SUBST_STAGE.cupsetc= post-extract
+# SUBST_MESSAGE.cupsetc=       Fixing CUPS etc directory path to install as example
+# SUBST_FILES.cupsetc= cups/cups.mak
+# SUBST_SED.cupsetc=   -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g'
 
 .include "../../print/cups-base/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index