mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Broken on 8.x
Reported by: pointyhat
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue