1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

BROKEN on 7.0: Does not compile

This commit is contained in:
Kris Kennaway 2005-10-28 22:51:16 +00:00
parent 7ec27e904a
commit c104a93961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146604
3 changed files with 18 additions and 2 deletions

View File

@ -43,6 +43,12 @@ PLIST_SUB+= STATIC=""
MAN1= catior.1 genior.1 nameclt.1 omniNames.1 omniidl.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "Does not compile on FreeBSD >= 7.0"
.endif
post-patch:
@${REINPLACE_CMD} -Ee 's#-pthread|-lc_r#${PTHREAD_LIBS}#' \
${WRKSRC}/mk/beforeauto.mk.in
@ -63,4 +69,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/sample.cfg ${EXAMPLESDIR}/omniORB.cfg
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -48,4 +48,8 @@ do-install:
.if ${OSVERSION} < 500112
IGNORE= NSS modules only supported on FreeBSD 5.1 or later
.endif
.if ${OSVERSION} >= 700000
BROKEN= "Does not compile on FreeBSD >= 7.0"
.endif
.include <bsd.port.post.mk>

View File

@ -41,6 +41,12 @@ CONFIGURE_ARGS+= --enable-mtime
MMAN_CACHE= /var/cache/mman
PLIST_SUB+= MMAN_CACHE=${MMAN_CACHE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "Does not compile on FreeBSD >= 7.0"
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/bin/mman|${PREFIX}/bin/mman|g ; \
@ -62,4 +68,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>