pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl tcl: Disable false positive detection of geth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/230912f4c0b4
branches:  trunk
changeset: 415120:230912f4c0b4
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Oct 02 14:50:25 2019 +0000

description:
tcl: Disable false positive detection of gethostbyaddr_r/NetBSD

gethostbyaddr_r is an internal libc symbol, not to be used in 3rd party
software.

Proper fix merged upstream:
https://core.tcl-lang.org/tcl/info/16768d65f0

diffstat:

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

diffs (22 lines):

diff -r c4c51c9a2e44 -r 230912f4c0b4 lang/tcl/Makefile
--- a/lang/tcl/Makefile Wed Oct 02 14:31:19 2019 +0000
+++ b/lang/tcl/Makefile Wed Oct 02 14:50:25 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.105 2019/10/01 19:17:08 rillig Exp $
+# $NetBSD: Makefile,v 1.106 2019/10/02 14:50:25 kamil Exp $
 
 DISTNAME=      tcl${TCL_VERSION}-src
 PKGNAME=       tcl-${TCL_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tcl/}
 
@@ -38,6 +38,7 @@
 .endif
 
 CONFIGURE_ARGS.NetBSD+=        ac_cv_func_gethostbyname_r=no
+CONFIGURE_ARGS.NetBSD+=        ac_cv_func_gethostbyaddr_r=no
 
 SUBST_CLASSES+=                tcl-config
 SUBST_STAGE.tcl-config=        post-build



Home | Main Index | Thread Index | Old Index