aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2010-01-24 01:18:32 +0000
committerMikhail Teterin <mi@FreeBSD.org>2010-01-24 01:18:32 +0000
commit3cb619f06969917138fd0a0f908f7da4d7ec0368 (patch)
tree8191ba4df8d47260c2176e8c24faa3ba12ac540f /x11-toolkits
parent4ec0ed3d4dcafc09c4de425c3c2914670d891957 (diff)
downloadports-3cb619f06969917138fd0a0f908f7da4d7ec0368.tar.gz
ports-3cb619f06969917138fd0a0f908f7da4d7ec0368.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/blt/Makefile2
-rw-r--r--x11-toolkits/blt/files/patch-warnings7
2 files changed, 8 insertions, 1 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 6d6db0a9f46e..3ddb93151f5c 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= blt
PORTVERSION= 2.4z
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits tk
MASTER_SITES= SF/${PORTNAME}/BLT/BLT%20${PORTVERSION} \
ftp://ftp.csl.sony.co.jp/pub/kjc/ttt-libs/
diff --git a/x11-toolkits/blt/files/patch-warnings b/x11-toolkits/blt/files/patch-warnings
index 6e4ae4a1a53c..cb09ca53320d 100644
--- a/x11-toolkits/blt/files/patch-warnings
+++ b/x11-toolkits/blt/files/patch-warnings
@@ -242,6 +242,13 @@
+ if (Tcl_PkgRequire(interp, "Tcl", TCL_PATCH_LEVEL, EXACT) == NULL) {
return TCL_ERROR;
}
+@@ -463,5 +463,5 @@
+
+ #if (TCL_VERSION_NUMBER >= _VERSION(8,1,0))
+- if (Tcl_PkgPresent(interp, "Tk", TK_VERSION, EXACT) == NULL) {
++ if (Tcl_PkgPresent(interp, "Tk", TK_PATCH_LEVEL, EXACT) == NULL) {
+ return TCL_OK;
+ }
@@ -515,5 +515,5 @@
* the same ones that BLT was compiled against.
*/