From 3034ac9f86dbc1b8c7e1e2871ad9144731f8e876 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Thu, 1 May 2008 10:40:02 +0000 Subject: - Update to 1.0.6.14. --- editors/texmacs/Makefile | 3 +-- editors/texmacs/distinfo | 6 +++--- .../texmacs/files/patch-src__Classes__Abstract__basic.hpp | 15 --------------- .../files/patch-src__Kernel__Abstractions__basic.hpp | 15 +++++++++++++++ editors/texmacs/pkg-plist | 2 -- 5 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 editors/texmacs/files/patch-src__Classes__Abstract__basic.hpp create mode 100644 editors/texmacs/files/patch-src__Kernel__Abstractions__basic.hpp (limited to 'editors') diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 13c7c4b672cc..58a4aa57dc31 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= texmacs -PORTVERSION= 1.0.6.11 -PORTREVISION= 2 +PORTVERSION= 1.0.6.14 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ diff --git a/editors/texmacs/distinfo b/editors/texmacs/distinfo index dff1b6009484..17dbf9498564 100644 --- a/editors/texmacs/distinfo +++ b/editors/texmacs/distinfo @@ -1,3 +1,3 @@ -MD5 (TeXmacs-1.0.6.11-src.tar.gz) = c05875cf7ae502578d50e07709cab9e1 -SHA256 (TeXmacs-1.0.6.11-src.tar.gz) = d3a347944446ee2e916143bd494e14328482379f3dc3db8801a8cb3a07ca47a8 -SIZE (TeXmacs-1.0.6.11-src.tar.gz) = 4218252 +MD5 (TeXmacs-1.0.6.14-src.tar.gz) = cf6e5e5f3858ca91ed44fe6475e37f4b +SHA256 (TeXmacs-1.0.6.14-src.tar.gz) = 6912e66665fc8f0be3510930a280f407ef29959765b5caa89cc93886df3eee1c +SIZE (TeXmacs-1.0.6.14-src.tar.gz) = 4313953 diff --git a/editors/texmacs/files/patch-src__Classes__Abstract__basic.hpp b/editors/texmacs/files/patch-src__Classes__Abstract__basic.hpp deleted file mode 100644 index b013fdd719b6..000000000000 --- a/editors/texmacs/files/patch-src__Classes__Abstract__basic.hpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Classes/Abstract/basic.hpp.orig Sat Dec 3 03:08:07 2005 -+++ src/Classes/Abstract/basic.hpp Mon Dec 5 18:43:02 2005 -@@ -24,9 +24,10 @@ - // instead of include - - #ifdef HAVE_INTPTR_T --#ifdef OS_SUN -+#ifdef HAVE_INTTYPES_H - #include --#else -+#endif -+#ifdef HAVE_STDINT_H - #include - #endif - #else diff --git a/editors/texmacs/files/patch-src__Kernel__Abstractions__basic.hpp b/editors/texmacs/files/patch-src__Kernel__Abstractions__basic.hpp new file mode 100644 index 000000000000..8177d1a28ef2 --- /dev/null +++ b/editors/texmacs/files/patch-src__Kernel__Abstractions__basic.hpp @@ -0,0 +1,15 @@ +--- src/Kernel/Abstractions/basic.hpp.orig 2008-05-01 17:24:56.000000000 +0800 ++++ src/Kernel/Abstractions/basic.hpp 2008-05-01 17:25:51.000000000 +0800 +@@ -24,9 +24,10 @@ + // instead of include + + #ifdef HAVE_INTPTR_T +-#ifdef OS_SUN ++#ifdef HAVE_INTTYPES_H + #include +-#else ++#endif ++#ifdef HAVE_STDINT_H + #include + #endif + #else diff --git a/editors/texmacs/pkg-plist b/editors/texmacs/pkg-plist index 78f4456e4921..2e8ee27c7518 100644 --- a/editors/texmacs/pkg-plist +++ b/editors/texmacs/pkg-plist @@ -27,7 +27,6 @@ libexec/TeXmacs/bin/tm_python libexec/TeXmacs/bin/tm_r libexec/TeXmacs/bin/tm_reduce libexec/TeXmacs/bin/tm_sage -libexec/TeXmacs/bin/tm_shell libexec/TeXmacs/bin/tm_xypic share/TeXmacs/LICENSE share/TeXmacs/doc/about/about-summary.de.tm @@ -2129,7 +2128,6 @@ share/TeXmacs/progs/generic/generic-kbd.scm share/TeXmacs/progs/generic/insert-menu.scm share/TeXmacs/progs/graphics/graphics-edit.scm share/TeXmacs/progs/graphics/graphics-env.scm -share/TeXmacs/progs/graphics/graphics-env.scm.orig share/TeXmacs/progs/graphics/graphics-group.scm share/TeXmacs/progs/graphics/graphics-kbd.scm share/TeXmacs/progs/graphics/graphics-main.scm -- cgit v1.2.3