BROKEN on 5.x: Does not compile
This commit is contained in:
parent
4af7c839c8
commit
c8e1403e0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111529
4 changed files with 19 additions and 1 deletions
|
@ -32,6 +32,10 @@ COMMENT= GNU GDB 5.2.1 modified for Free Pascal
|
|||
BROKEN= "Does not compile on 4.x"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 502112
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -26,6 +26,10 @@ COMMENT= GNU GDB 5.2.1 debugger
|
|||
BROKEN= "Does not compile on 4.x"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 502112
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure fails on amd64"
|
||||
.endif
|
||||
|
|
|
@ -18,4 +18,10 @@ USE_GMAKE= yes
|
|||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 502112
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -23,6 +23,10 @@ COMMENT= A toolkit from Stanford University and Silicon Graphics + Japanese patc
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 502112
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
# Warning: we cannot use USE_IMAKE.
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
||||
|
|
Loading…
Reference in a new issue