pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/tcl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  5 11:23:44 UTC 2019

Modified Files:
        pkgsrc/lang/tcl: Makefile

Log Message:
tcl: Explicitly disable tzdata for now.

Fixes PLIST install failures on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/lang/tcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/tcl/Makefile
diff -u pkgsrc/lang/tcl/Makefile:1.106 pkgsrc/lang/tcl/Makefile:1.107
--- pkgsrc/lang/tcl/Makefile:1.106      Wed Oct  2 14:50:25 2019
+++ pkgsrc/lang/tcl/Makefile    Thu Dec  5 11:23:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2019/10/02 14:50:25 kamil Exp $
+# $NetBSD: Makefile,v 1.107 2019/12/05 11:23:44 jperkin Exp $
 
 DISTNAME=      tcl${TCL_VERSION}-src
 PKGNAME=       tcl-${TCL_VERSION}
@@ -23,6 +23,8 @@ CONFIGURE_DIRS=               unix
 BUILD_DIRS=            ${CONFIGURE_DIRS}
 INSTALL_TARGET=                install
 
+CONFIGURE_ARGS+=       --without-tzdata
+
 PKGCONFIG_OVERRIDE+=   unix/tcl.pc.in
 
 CHECK_PORTABILITY_SKIP=        win/configure



Home | Main Index | Thread Index | Old Index