aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/yasr
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 21:31:19 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 21:31:19 +0800
commit3254ae9810b800b81b68dc596da6fe0fc944aea2 (patch)
tree68002d1e269690a1163221938b4c44885eee987b /accessibility/yasr
parent2f1e207f7ac3b7a583004db25bbc29ad770a6d79 (diff)
downloadfreebsd-ports-gnome-3254ae9810b800b81b68dc596da6fe0fc944aea2.tar.gz
freebsd-ports-gnome-3254ae9810b800b81b68dc596da6fe0fc944aea2.tar.zst
freebsd-ports-gnome-3254ae9810b800b81b68dc596da6fe0fc944aea2.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'accessibility/yasr')
-rw-r--r--accessibility/yasr/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile
index bb92a086e924..e9b093734bd9 100644
--- a/accessibility/yasr/Makefile
+++ b/accessibility/yasr/Makefile
@@ -36,6 +36,12 @@ PLIST_FILES= bin/yasr \
%%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo
PLIST_DIRS= %%DATADIR%%
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf
@@ -48,4 +54,4 @@ post-install:
.endif
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>