[96852] trunk/dports/x11/blt

jmr at macports.org jmr at macports.org
Sun Aug 19 22:01:17 PDT 2012


Revision: 96852
          https://trac.macports.org/changeset/96852
Author:   jmr at macports.org
Date:     2012-08-19 22:01:13 -0700 (Sun, 19 Aug 2012)
Log Message:
-----------
blt: don't require exact same version of Tk at runtime as built against (#34345)

Modified Paths:
--------------
    trunk/dports/x11/blt/Portfile
    trunk/dports/x11/blt/files/blt2.4z-noexactversion.patch

Modified: trunk/dports/x11/blt/Portfile
===================================================================
--- trunk/dports/x11/blt/Portfile	2012-08-20 03:56:52 UTC (rev 96851)
+++ trunk/dports/x11/blt/Portfile	2012-08-20 05:01:13 UTC (rev 96852)
@@ -3,7 +3,7 @@
 
 name                    blt
 version                 2.4z
-revision		3
+revision                4
 categories              x11
 maintainers             markd
 description             BLT is an extension to the Tk toolkit, adding new widgets, \

Modified: trunk/dports/x11/blt/files/blt2.4z-noexactversion.patch
===================================================================
--- trunk/dports/x11/blt/files/blt2.4z-noexactversion.patch	2012-08-20 03:56:52 UTC (rev 96851)
+++ trunk/dports/x11/blt/files/blt2.4z-noexactversion.patch	2012-08-20 05:01:13 UTC (rev 96852)
@@ -1,11 +1,11 @@
---- src/bltInit.c.orig	2008-03-17 18:42:09.000000000 -0700
-+++ src/bltInit.c	2008-03-17 18:43:05.000000000 -0700
-@@ -415,7 +415,7 @@
- 	 * Check that the versions of Tcl that have been loaded are
- 	 * the same ones that BLT was compiled against.
- 	 */
--	if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, EXACT) == NULL) {
-+	if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
- 	    return TCL_ERROR;
- 	}
- 	/* Set the "blt_version", "blt_patchLevel", and "blt_libPath" Tcl
+--- src/bltInit.c.orig	2002-09-10 07:12:33.000000000 +0200
++++ src/bltInit.c	2012-05-05 12:52:03.000000000 +0200
+@@ -28,7 +28,7 @@
+ 
+ #include <bltInt.h>
+ 
+-#define EXACT 1
++#define EXACT 0
+ 
+ #ifndef BLT_LIBRARY
+ #ifdef WIN32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120819/94d41b00/attachment-0001.html>


More information about the macports-changes mailing list