1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Antoine Brodin 1245fc4355 Mark BROKEN: fails to build
LineEdit.cxx:90:28: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
       Marker location={1, strlen(str), -1} ;
                           ^~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:01:58 +00:00

28 lines
583 B
Makefile

# Created by: nadav@libagent.org
# $FreeBSD$
PORTNAME= he2
PORTVERSION= 0.61
PORTREVISION= 3
CATEGORIES= hebrew editors
MASTER_SITES= SF/${PORTNAME}/HebrewEditor/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Editor for editing (primarily LaTeX) Hebrew files
LICENSE= GPLv2
BROKEN= fails to build
RUN_DEPENDS= iw-elmar-fonts>0:hebrew/elmar-fonts
USES= gmake ncurses
GNU_CONFIGURE= yes
ALL_TARGET= -j${MAKE_JOBS_NUMBER}
post-patch:
@${REINPLACE_CMD} -e 's|-lcurses -ltermcap|-lncurses|' \
${WRKSRC}/he2/Makefile.in ${WRKSRC}/he2/Makefile.am
.include <bsd.port.mk>