1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Mark as broken on 5.x due to the usual gcc3.3-induced bitrot. Pet portlint.

This commit is contained in:
Mark Linimon 2003-12-12 10:19:12 +00:00
parent 754b4ec753
commit d6b4ef4251
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95651

View File

@ -15,7 +15,7 @@ MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
http://unixpages.org/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A programming languages designed for especially complex processing texts
COMMENT= Programming language designed for especially complex processing texts
LIB_DEPENDS= utils.1:${PORTSDIR}/lang/libutils \
ltdl.4:${PORTSDIR}/devel/libltdl
@ -41,6 +41,10 @@ MAN7= docstrip.7t sl_crypt.7t sl_files.7t sl_fpmath.7t sl_int64.7t \
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
.if ${OSVERSION} >= 500113
BROKEN= "Does not install on FreeBSD ${OSVERSION}"
.endif
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|= -module$$|= -module -avoid-version|g'