pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libgnomeprint print/libgnomeprint: Bark as BROKE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8640fd2ca47f
branches:  trunk
changeset: 423907:8640fd2ca47f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Feb 29 18:06:40 2020 +0000

description:
print/libgnomeprint: Bark as BROKEN if cups is requested

diffstat:

 print/libgnomeprint/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 57031d9c816b -r 8640fd2ca47f print/libgnomeprint/Makefile
--- a/print/libgnomeprint/Makefile      Sat Feb 29 16:20:08 2020 +0000
+++ b/print/libgnomeprint/Makefile      Sat Feb 29 18:06:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/01/26 17:32:00 rillig Exp $
+# $NetBSD: Makefile,v 1.112 2020/02/29 18:06:40 gdt Exp $
 #
 
 DISTNAME=      libgnomeprint-2.18.8
@@ -28,7 +28,8 @@
 
 PLIST_VARS+=           cups
 .if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/libgnomecups/buildlink3.mk"
+BROKEN=                        "libgnomecups with cups depends on libgnomecups which is gone"
+#.include "../../print/libgnomecups/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-cups
 PLIST.cups=            yes
 .else



Home | Main Index | Thread Index | Old Index