diff options
author | drochner <drochner> | 2005-07-27 17:32:13 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-07-27 17:32:13 +0000 |
commit | 8891dad24c2f85dd1a0d24c86d482e695291a094 (patch) | |
tree | 0cc0fb1dbdb8478475f5b2ac06484889cd581899 /editors/TeXmacs/patches | |
parent | 37126409c596258afa396a39e9c3be3622fabd02 (diff) | |
download | pkgsrc-8891dad24c2f85dd1a0d24c86d482e695291a094.tar.gz |
update to 1.0.5.6
changes:
-Improvements in the double-buffering system
-Implementation of a triple-buffering system for the graphical object
-Improvements in the partial redraw system
-Start the implementation of document parts and preambles
-Simplifications in configure.in and the main makefile
-Global folding and unfolding according to type of contents
Diffstat (limited to 'editors/TeXmacs/patches')
-rw-r--r-- | editors/TeXmacs/patches/patch-ae | 18 | ||||
-rw-r--r-- | editors/TeXmacs/patches/patch-af | 16 | ||||
-rw-r--r-- | editors/TeXmacs/patches/patch-ag | 25 |
3 files changed, 17 insertions, 42 deletions
diff --git a/editors/TeXmacs/patches/patch-ae b/editors/TeXmacs/patches/patch-ae index 3e97cf3ede1..074ad5f0a6e 100644 --- a/editors/TeXmacs/patches/patch-ae +++ b/editors/TeXmacs/patches/patch-ae @@ -1,16 +1,16 @@ -$NetBSD: patch-ae,v 1.1 2004/04/06 19:02:49 reinoud Exp $ +$NetBSD: patch-ae,v 1.2 2005/07/27 17:32:13 drochner Exp $ ---- src/Window/event.hpp.orig 2004-04-03 21:20:49.000000000 +0200 -+++ src/Window/event.hpp +--- ./src/System/Classes/timer.hpp.orig 2005-07-26 11:46:06.000000000 +0200 ++++ ./src/System/Classes/timer.hpp @@ -15,10 +15,7 @@ - #include "tree.hpp" - #include "command.hpp" + #include "string.hpp" + #include "tm_configure.hpp" --#ifndef _TIME_T --#define _TIME_T +-#ifndef HAVE_TIME_T +-#define HAVE_TIME_T -typedef long time_t; -#endif +#include <time.h> - class window_rep; - typedef window_rep* window; + #ifdef OS_SUN + #include <sys/types.h> diff --git a/editors/TeXmacs/patches/patch-af b/editors/TeXmacs/patches/patch-af deleted file mode 100644 index adac213b917..00000000000 --- a/editors/TeXmacs/patches/patch-af +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-af,v 1.1 2004/04/06 19:02:49 reinoud Exp $ - ---- src/Window/display.hpp.orig 2004-04-03 21:20:49.000000000 +0200 -+++ src/Window/display.hpp -@@ -15,10 +15,7 @@ - #include "tree.hpp" - #include "bitmap_font.hpp" - --#ifndef _TIME_T --#define _TIME_T --typedef long time_t; --#endif -+#include <time.h> - - struct font; - class widget; diff --git a/editors/TeXmacs/patches/patch-ag b/editors/TeXmacs/patches/patch-ag index 7e321d82f1f..c3dd4477934 100644 --- a/editors/TeXmacs/patches/patch-ag +++ b/editors/TeXmacs/patches/patch-ag @@ -1,22 +1,13 @@ -$NetBSD: patch-ag,v 1.4 2004/08/22 19:47:05 recht Exp $ +$NetBSD: patch-ag,v 1.5 2005/07/27 17:32:13 drochner Exp $ ---- src/common.makefile.in.orig 2004-08-03 17:56:29.000000000 +0200 -+++ src/common.makefile.in 2004-08-17 11:49:32.000000000 +0200 -@@ -45,7 +45,7 @@ +--- src/makefile.in.orig 2005-07-26 12:13:25.000000000 +0200 ++++ src/makefile.in +@@ -31,7 +31,7 @@ CXXFREETYPE = @FREETYPE_CFLAGS@ CXXICONV = @ICONV_CFLAGS@ CXXGUILE = @GUILE_CFLAGS@ LD = @CXX@ --LDFLAGS = @CONFIG_LFLAGS@ +-LDFLAGS = @CONFIG_BFLAGS@ +LDFLAGS = @LDFLAGS@ - LDSTATIC = @CONFIG_LSTATIC@ - LDSHARED = @CONFIG_LSHARED@ - LDPATH = @CONFIG_LPATH@ -@@ -55,7 +55,7 @@ - LDICONV = @ICONV_LDFLAGS@ - LDGUILE = @GUILE_LDFLAGS@ - LDB = @CXX@ --LDBFLAGS = @CONFIG_BFLAGS@ -+LDBFLAGS = @LDFLAGS@ - LDBSTATIC = @CONFIG_BSTATIC@ - LDBSHARED = @CONFIG_BSHARED@ - LDBPATH = @CONFIG_BPATH@ + LDSTATIC = @CONFIG_BSTATIC@ + LDSHARED = @CONFIG_BSHARED@ + LDPATH = @CONFIG_BPATH@ |