pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal Explicitly disable extended glob(3C) ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cbd3766faa4
branches:  trunk
changeset: 347917:9cbd3766faa4
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 02 16:01:12 2016 +0000

description:
Explicitly disable extended glob(3C) support on SunOS, despite it
being available on newer illumos, as it simplifies PLIST.glob.

diffstat:

 security/heimdal/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 650d231ce568 -r 9cbd3766faa4 security/heimdal/Makefile
--- a/security/heimdal/Makefile Thu Jun 02 16:00:02 2016 +0000
+++ b/security/heimdal/Makefile Thu Jun 02 16:01:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2016/04/11 19:01:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2016/06/02 16:01:12 jperkin Exp $
 
 DISTNAME=      heimdal-1.5.3
 PKGREVISION=   12
@@ -51,6 +51,10 @@
 
 CFLAGS.Darwin+=                -DBIND_8_COMPAT
 
+# Newer illumos has extended functions in glob(3C) but it's easier to
+# say it doesn't for simpler PLIST.glob handling.
+CONFIGURE_ENV.SunOS+=  ac_cv_func_glob_working=no
+
 # Though Solaris has a <vis.h> header, it does something very unrelated
 # to the BSD <vis.h> header.
 CONFIGURE_ENV.SunOS+=  ac_cv_header_vis_h=no



Home | Main Index | Thread Index | Old Index