mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Mark BROKEN on 5.x
Reported by: pointyhat
This commit is contained in:
parent
16dda2677f
commit
bc3a8210d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213362
@ -29,6 +29,10 @@ PORTDOCS= FastDB.htm
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -48,6 +48,12 @@ MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
|
||||
BREAKS_IF_PEDANTIC= yes
|
||||
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
BROKEN= does not link
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_GNUSTEP_FAKEMAIN)
|
||||
.if !exists(/proc/curproc)
|
||||
IGNORE= requires procfs mounted to build or run, for details see procfs(5)
|
||||
@ -89,4 +95,4 @@ pre-configure:
|
||||
${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user