From 19721549fa2447145e6da7eb620da6c5305c548e Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 10 Jun 2004 20:50:48 +0000 Subject: Unbreak. --- hebrew/he2/Makefile | 10 ++-------- hebrew/he2/files/patch-he2::hebSegment.cxx | 13 +++++++++++++ hebrew/he2/files/patch-he2::hebString.cxx | 11 +++++++++++ 3 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 hebrew/he2/files/patch-he2::hebSegment.cxx create mode 100644 hebrew/he2/files/patch-he2::hebString.cxx (limited to 'hebrew') diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index fcfea89ffd1c..3c6e39eead88 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -18,15 +18,9 @@ COMMENT= An editor for editing (primarily LaTeX) Hebrew files RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts USE_GMAKE= yes -GNU_CONFIGURE= yes - -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif +USE_LIBTOOL_VER= 13 post-install: @${CAT} ${PKGMESSAGE} -.include +.include diff --git a/hebrew/he2/files/patch-he2::hebSegment.cxx b/hebrew/he2/files/patch-he2::hebSegment.cxx new file mode 100644 index 000000000000..0efc6bd8ebe6 --- /dev/null +++ b/hebrew/he2/files/patch-he2::hebSegment.cxx @@ -0,0 +1,13 @@ +--- ./he2/hebSegment.cxx.orig Wed Mar 14 10:04:03 2001 ++++ ./he2/hebSegment.cxx Thu Jun 10 21:53:00 2004 +@@ -869,8 +869,8 @@ + + #define alpha "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" + #define anum "0123456789*+=-?@!%^&~:'\".,;()`<>/|_" +-#define alphanum alpha ## "0123456789*+=-?@!%^&~:'\".,;()`<>/|" +-#define all alphanum ## "${}^[]" ++#define alphanum alpha "0123456789*+=-?@!%^&~:'\".,;()`<>/|" ++#define all alphanum "${}^[]" + int + hebSegment::_processLatexCommand(char *buffer, char **str, modeStack& stack) + { diff --git a/hebrew/he2/files/patch-he2::hebString.cxx b/hebrew/he2/files/patch-he2::hebString.cxx new file mode 100644 index 000000000000..2353599dc048 --- /dev/null +++ b/hebrew/he2/files/patch-he2::hebString.cxx @@ -0,0 +1,11 @@ +--- ./he2/hebString.cxx.orig Wed Mar 14 10:04:03 2001 ++++ ./he2/hebString.cxx Thu Jun 10 21:31:44 2004 +@@ -21,7 +21,7 @@ + + #include "hebString.h" + #include +-#include ++#include + #include + + -- cgit v1.2.3