mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00: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
@ -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…
Reference in New Issue
Block a user