- Mark broken on 4.X

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-04-03 20:54:30 +00:00
parent be07d2f546
commit 2966eec37b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158741
4 changed files with 25 additions and 3 deletions

View File

@ -37,6 +37,12 @@ PLIST_SUB+= WITH_PYTHON=""
PLIST_SUB+= WITH_PYTHON="@comment "
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
pre-extract:
@${ECHO_MSG} ""
.if defined(WITH_PERL)
@ -76,4 +82,4 @@ post-install:
FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -20,4 +20,10 @@ GNU_CONFIGURE= yes
MAN8= pads.8 pads-report.8 pads.conf.8
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -45,4 +45,10 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -66,6 +66,10 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \
BROKEN= Does not compile completely on sparc64
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
post-patch:
@# Remove CFLAGS when building the python module, pydistfile is used
@# and will do the right thing.