diff options
-rw-r--r-- | hebrew/he2/Makefile | 9 | ||||
-rw-r--r-- | hebrew/he2/files/patch-realCxx | 10 | ||||
-rw-r--r-- | hebrew/he2/pkg-descr | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index 2422dadbd3f9..4ffaa0c10e24 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -18,14 +18,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts USE_GMAKE= yes GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif +ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/hebrew/he2/files/patch-realCxx b/hebrew/he2/files/patch-realCxx new file mode 100644 index 000000000000..26c054e13068 --- /dev/null +++ b/hebrew/he2/files/patch-realCxx @@ -0,0 +1,10 @@ +--- he2/aString.h 2001-03-14 04:04:03.000000000 -0500 ++++ he2/aString.h 2008-05-21 20:07:00.000000000 -0400 +@@ -163,6 +163,5 @@ + friend char *areplicate(char c, int count) ; + } ; +- +- ++char *areplicate(char c, int count) ; + + #endif diff --git a/hebrew/he2/pkg-descr b/hebrew/he2/pkg-descr index d0381b902486..e932fb866ed0 100644 --- a/hebrew/he2/pkg-descr +++ b/hebrew/he2/pkg-descr @@ -2,7 +2,7 @@ The Hebrew Editor package is intended mostly for Hebrew speaking users for creating and editing Hebrew/English LaTeX documents. This package provides a text (terminal) based word processor (in the spirit -of the good-old DOS days word processors) which is extreamly LaTeX (or +of the good-old DOS days word processors) which is extremly LaTeX (or rather LaXeT) oriented. WWW: http://www.sourceforge.net/projects/he2/ |