aboutsummaryrefslogtreecommitdiffstats
path: root/net/pimdd
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-06-14 02:16:34 +0800
committerpav <pav@FreeBSD.org>2009-06-14 02:16:34 +0800
commit8cf20ab4342fac69f9d2a751428dcbf567b25971 (patch)
treee2a63cd626540c273a3748029cb8a8173fe18469 /net/pimdd
parentf8eaaf2228a690473cdc3c410f62ab3208963954 (diff)
downloadfreebsd-ports-gnome-8cf20ab4342fac69f9d2a751428dcbf567b25971.tar.gz
freebsd-ports-gnome-8cf20ab4342fac69f9d2a751428dcbf567b25971.tar.zst
freebsd-ports-gnome-8cf20ab4342fac69f9d2a751428dcbf567b25971.zip
- Broken on 8.x
Reported by: pointyhat
Diffstat (limited to 'net/pimdd')
-rw-r--r--net/pimdd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pimdd/Makefile b/net/pimdd/Makefile
index 64db7eceea12..5526545e1512 100644
--- a/net/pimdd/Makefile
+++ b/net/pimdd/Makefile
@@ -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>