mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Mark as broken on amd64-7 (and presumably sparc64-7). Also mark broken
everywhere: fails to fetch (mastersites no longer have that subdirectory).
This commit is contained in:
parent
2c692e37da
commit
c803188084
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201944
@ -22,6 +22,10 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
|
||||
scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
|
||||
BROKEN= fails to fetch
|
||||
DEPRECATED= "${BROKEN}"
|
||||
EXPIRATION_DATE= 2007-12-24
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= automake:19:env autoconf:261:env
|
||||
@ -77,4 +81,12 @@ do-install:
|
||||
@cd ${MAIN_DIR}; \
|
||||
${GMAKE} ${INSTALL_TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user