- Mark BROKEN on 7.x and up: segfault during build

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-01-21 19:57:03 +00:00
parent af7bf39a90
commit eeb8dd483f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226633
2 changed files with 14 additions and 2 deletions

View File

@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= Tcl::Tk.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= something segfaults during build
.endif
.include <bsd.port.post.mk>

View File

@ -23,6 +23,12 @@ PERL_CONFIGURE= yes
MAN3= Tcl::Tk.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= something segfaults during build
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
@ -33,4 +39,4 @@ do-configure:
@cd ${CONFIGURE_WRKSRC} && \
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>