pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-gpl
Module Name: pkgsrc
Committed By: gdt
Date: Thu Jul 20 14:01:58 UTC 2023
Modified Files:
pkgsrc/print/ghostscript-gpl: options.mk
Log Message:
ghostscript-gpl: gc unused PLIST variable
PLIST.cidfmap was set, but not declared, and does not appear in PLIST.
Probably not coincidentally, reduces diff to ghostscript-agpl.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/ghostscript-gpl/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/ghostscript-gpl/options.mk
diff -u pkgsrc/print/ghostscript-gpl/options.mk:1.10 pkgsrc/print/ghostscript-gpl/options.mk:1.11
--- pkgsrc/print/ghostscript-gpl/options.mk:1.10 Mon Nov 4 19:57:59 2019
+++ pkgsrc/print/ghostscript-gpl/options.mk Thu Jul 20 14:01:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2019/11/04 19:57:59 rillig Exp $
+# $NetBSD: options.mk,v 1.11 2023/07/20 14:01:57 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript
PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig disable-compile-inits utf8
@@ -63,8 +63,6 @@ CONFIGURE_ARGS+= --disable-freetype
.if !empty(PKG_OPTIONS:Mdisable-compile-inits)
CONFIGURE_ARGS+= --disable-compile-inits
PLIST.no_cidfmap= YES
-.else
-PLIST.cidfmap= YES
.endif
.if !empty(PKG_OPTIONS:Mutf8)
Home |
Main Index |
Thread Index |
Old Index