mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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)
This commit is contained in:
parent
b6d6d6785e
commit
d75cadaed3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199506
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue