From c104a9396154362152a0e1911e21553b22c35f32 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 28 Oct 2005 22:51:16 +0000 Subject: [PATCH] BROKEN on 7.0: Does not compile --- devel/omniORB/Makefile | 8 +++++++- net/nss_ldap/Makefile | 4 ++++ www/middleman/Makefile | 8 +++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 117733414a2d..afd8e42acd39 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -43,6 +43,12 @@ PLIST_SUB+= STATIC="" MAN1= catior.1 genior.1 nameclt.1 omniNames.1 omniidl.1 +.include + +.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 +.include diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 9ac46492ea6e..d509c592f760 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -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 diff --git a/www/middleman/Makefile b/www/middleman/Makefile index 46151fd30cc6..208720a83aea 100644 --- a/www/middleman/Makefile +++ b/www/middleman/Makefile @@ -41,6 +41,12 @@ CONFIGURE_ARGS+= --enable-mtime MMAN_CACHE= /var/cache/mman PLIST_SUB+= MMAN_CACHE=${MMAN_CACHE} +.include + +.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 +.include