aboutsummaryrefslogtreecommitdiffstats
path: root/net/sharity-light
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-07-26 20:16:23 +0800
committerpav <pav@FreeBSD.org>2009-07-26 20:16:23 +0800
commit38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc (patch)
tree621cab19b9f39fbc0f1ed85a1f712b8e2a6c06c3 /net/sharity-light
parent6bfbc7961c6a3eb274aa6686ceb8ee43f501c9d2 (diff)
downloadfreebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.tar.gz
freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.tar.zst
freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.zip
- Mark BROKEN on amd64/8
Reported by: pointyhat
Diffstat (limited to 'net/sharity-light')
-rw-r--r--net/sharity-light/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile
index cd8339c306a2..9fd7e8f887ca 100644
--- a/net/sharity-light/Makefile
+++ b/net/sharity-light/Makefile
@@ -19,6 +19,12 @@ MAN8= smbmount.8
PLIST_FILES= sbin/shlight sbin/unshlight
PORTDOCS= *
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800100
+BROKEN= does not compile
+.endif
+
post-extract:
@${MKDIR} ${WRKDIR}/unshlight
@${CP} ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight
@@ -37,4 +43,4 @@ do-install:
.endif
${INSTALL_MAN} ${WRKSRC}/smbmount.8 ${PREFIX}/man/man8
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>