- Mark as BROKEN on amd64, it doesn't run, got a segfault whtn try to start.
Patches are welcome
This commit is contained in:
parent
caeae2a8b4
commit
0c154796cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206028
1 changed files with 7 additions and 1 deletions
|
@ -30,10 +30,16 @@ PORTDOCS= README
|
|||
PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Doesn't run, segmentation fault
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue