Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,7 +1,7 @@
$NetBSD: patch-ae,v 1.11 2012/08/27 00:35:08 dholland Exp $
$NetBSD: patch-ae,v 1.12 2014/02/04 00:18:40 joerg Exp $
- configure for pkgsrc
- use tcl/tk 8.5 instead of 8.4
- use tcl/tk 8.6 instead of 8.4
--- Makefile.bsd.orig 2005-03-29 16:49:22.000000000 +0000
+++ Makefile.bsd
@@ -19,11 +19,11 @@ $NetBSD: patch-ae,v 1.11 2012/08/27 00:35:08 dholland Exp $
# On FreeBSD there is only a modified tclsh with a message to launch
# tclsh8.3 or tclsh8.4 , so this is hardcoded here
-TCL_VER = 8.4
+TCL_VER = 8.5
+TCL_VER = 8.6
LDLIBS = -L$(LOCALBASE)/lib\
-L$(X11BASE)/lib\
- -ltk84 -ltcl84 -lX11 -lXmu -lm
+ -ltk85 -ltcl85 -lX11 -lXmu -lm
+ -ltk86 -ltcl86 -lX11 -lXmu -lm
INCS += -I$(LOCALBASE)/include/tcl$(TCL_VER)\
-I$(LOCALBASE)/include/tk$(TCL_VER)