aboutsummaryrefslogtreecommitdiff
path: root/irc/psybnc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-09-15 02:37:33 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-09-15 02:37:33 +0000
commitd75cadaed3740be29b9798e2bd60eb50a2ba431f (patch)
treeee0e2180a40853f7af7e82adbab1bcb118fdd7eb /irc/psybnc
parentb6d6d6785e7b648e4250f7fc6cfe2bc72af87117 (diff)
downloadports-d75cadaed3740be29b9798e2bd60eb50a2ba431f.tar.gz
ports-d75cadaed3740be29b9798e2bd60eb50a2ba431f.zip
- Flag broken on amd64
- Verified, not 64 bit clean. Builds and runs, but crashes on connect. - No longer being developed. Reported by: Andrus Nomm <andrus@wask.org> Approved by: sat (mentor)
Notes
Notes: svn path=/head/; revision=199506
Diffstat (limited to 'irc/psybnc')
-rw-r--r--irc/psybnc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile
index f5c673647ede..feae2ebfcef0 100644
--- a/irc/psybnc/Makefile
+++ b/irc/psybnc/Makefile
@@ -19,6 +19,12 @@ PSYBASE= ${PREFIX}/psybnc
MAKE_ARGS= PSYBASE=${PSYBASE}
IS_INTERACTIVE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == amd64
+BROKEN= does not run on amd64
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's#=help/#=${PSYBASE}/help/#' ${WRKSRC}/lang/*
@@ -38,4 +44,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psybnc ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/psybnc.conf ${PREFIX}/etc/psybnc.conf.sample
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>