- Broken on 8.x

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-06-13 18:16:34 +00:00
parent f3eb366ac9
commit 4dcf1a34b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235712
3 changed files with 18 additions and 2 deletions

View file

@ -24,7 +24,13 @@ USE_GMAKE= yes
ONLY_FOR_ARCHS= amd64 i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -56,6 +56,10 @@ CONFIGURE_ARGS+=--with-dummy-values
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not compile
.endif
.if defined(WITHOUT_PERL)
PLIST_SUB+= WITH_PERL="@comment "
CONFIGURE_ARGS+=--disable-embedded-perl --without-perl-modules

View file

@ -18,6 +18,12 @@ COMMENT= \
NO_MAN= defined
PIMDD_DOCS= pimd-dense.html README CHANGES RELEASE.NOTES
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800070
BROKEN= does not compile: error: IGMP_HOST_MEMBERSHIP_REPORT undeclared
.endif
post-patch:
${REINPLACE_CMD} -e 's|/etc/pimd.conf|${PREFIX}/etc/pimd.conf|g' ${WRKSRC}/pathnames.h
@ -31,4 +37,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>