mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Mark as broken on amd64 (leaves files behind on deinstall), and sparc64
(fails to compile). Hat: portmgr
This commit is contained in:
parent
68ce7e4d6d
commit
b1ea55b55d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239583
@ -42,7 +42,7 @@ MAKE_ENV+= HB_ARCHITECTURE=${HB_ARCHITECTURE} \
|
||||
HB_WITHOUT_X11=${HB_WITHOUT_X11}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
MAKE_ENV+= HB_DOC_INSTALL=${HB_DOC_INSTALL}
|
||||
MAKE_ENV+= HB_DOC_INSTALL=${HB_DOC_INSTALL}
|
||||
.endif
|
||||
|
||||
PORTDOCS= *.txt genhtm.bat genhtm.lnk genhtm.rsp
|
||||
@ -55,4 +55,12 @@ pre-install:
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Leaves files behind on deinstall
|
||||
.elif ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64: assertion failed
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user