pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-filters print/cups-filters: remove USE_BUIL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b18c507504b6
branches:  trunk
changeset: 385618:b18c507504b6
user:      he <he%pkgsrc.org@localhost>
date:      Wed Sep 21 08:55:21 2022 +0000

description:
print/cups-filters: remove USE_BUILTIN.heimdal=no setting.

Apparently this causes mysterious buildlink problems in bulk builds,
but was required to make cups-filters build succeed in my setup
which is/was a "live" pkgsrc installation.  This therefore needs more
debugging and testing, so for now just remove this.

diffstat:

 print/cups-filters/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 4f65f3fa0517 -r b18c507504b6 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Wed Sep 21 00:06:34 2022 +0000
+++ b/print/cups-filters/Makefile       Wed Sep 21 08:55:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2022/09/18 14:51:23 he Exp $
+# $NetBSD: Makefile,v 1.167 2022/09/21 08:55:21 he Exp $
 
 DISTNAME=      cups-filters-1.28.15
 PKGREVISION=   2
@@ -79,8 +79,6 @@
 
 .include "options.mk"
 
-USE_BUILTIN.heimdal=no # needs -lhcrypto etc.
-
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index