1
0
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:
Pav Lucistnik 2008-05-19 23:04:49 +00:00
parent 16dda2677f
commit bc3a8210d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213362
2 changed files with 11 additions and 1 deletions

View File

@ -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}

View File

@ -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>