pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/groff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 26 17:49:46 UTC 2026

Modified Files:
        pkgsrc/textproc/groff: options.mk

Log Message:
groff: rename ghostscript option back to groff-docs

It pulls in more than ghostscript, and there was no backwards
compatibility provided for the old option.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/groff/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/textproc/groff/options.mk
diff -u pkgsrc/textproc/groff/options.mk:1.18 pkgsrc/textproc/groff/options.mk:1.19
--- pkgsrc/textproc/groff/options.mk:1.18       Fri Jul 24 11:29:33 2026
+++ pkgsrc/textproc/groff/options.mk    Sun Jul 26 17:49:46 2026
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.18 2026/07/24 11:29:33 wiz Exp $
+# $NetBSD: options.mk,v 1.19 2026/07/26 17:49:46 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.groff
-PKG_SUPPORTED_OPTIONS= ghostscript uchardet x11
+PKG_SUPPORTED_OPTIONS= groff-docs uchardet x11
 PKG_SUGGESTED_OPTIONS= x11
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mghostscript)
+.if !empty(PKG_OPTIONS:Mgroff-docs)
 # Consequently, groff's HTML output driver, 'grohtml', will not work
 # properly.  It will not be possible to prepare or install
 # groff-generated documentation in HTML format.



Home | Main Index | Thread Index | Old Index