1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Mark BROKEN on 4.x: fails to compile.

PR:		ports/101208
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
This commit is contained in:
Shaun Amott 2006-08-05 21:49:31 +00:00
parent 1496ad83bf
commit ac0bd89714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169777
4 changed files with 28 additions and 4 deletions

View File

@ -23,8 +23,14 @@ USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= fails to compile under FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -23,8 +23,14 @@ USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= fails to compile under FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -23,8 +23,14 @@ USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= fails to compile under FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -23,8 +23,14 @@ USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= fails to compile under FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>