mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Unbreak by fixing some old code. Fix a typo in pkg-descr.
Large number of compiler warnings remain... While here -- enable parallel build on systems with multiple CPUs.
This commit is contained in:
parent
477c82687f
commit
2bd077b50d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213490
@ -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>
|
||||
|
10
hebrew/he2/files/patch-realCxx
Normal file
10
hebrew/he2/files/patch-realCxx
Normal file
@ -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
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user