pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl print/ghostscript-agpl: Remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40aee961c145
branches:  trunk
changeset: 331391:40aee961c145
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 17 17:34:02 2019 +0000

description:
print/ghostscript-agpl: Remove commented-out cups from bl3

There was a vestigial conditional-on-cups-option commented-out
inclusion of the cups bl3.  But, programs that link against libgs do
not need the cups includes/libs, and cups is not a dependency of those
programs.

diffstat:

 print/ghostscript-agpl/buildlink3.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 9697d1170a91 -r 40aee961c145 print/ghostscript-agpl/buildlink3.mk
--- a/print/ghostscript-agpl/buildlink3.mk      Sun Mar 17 16:39:02 2019 +0000
+++ b/print/ghostscript-agpl/buildlink3.mk      Sun Mar 17 17:34:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2019/03/17 16:38:49 leot Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2019/03/17 17:34:02 gdt Exp $
 
 BUILDLINK_TREE+=       ghostscript-agpl
 
@@ -16,10 +16,6 @@
 pkgbase := ghostscript-agpl
 .include "../../mk/pkg-build-options.mk"
 
-#.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mcups)
-#.include "../../print/cups-base/buildlink3.mk"
-#.endif
-
 .if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mfontconfig)
 .include "../../fonts/fontconfig/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index