- Mark BROKEN on 6.X

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-02-05 19:58:24 +00:00
parent c6dd8e4d5f
commit 9ad939f352
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249301
6 changed files with 24 additions and 0 deletions

View file

@ -65,6 +65,10 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}

View file

@ -66,6 +66,10 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}

View file

@ -65,6 +65,10 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}

View file

@ -65,6 +65,10 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}

View file

@ -65,6 +65,10 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}

View file

@ -70,6 +70,10 @@ ARGS+= --trace
BROKEN= Does not compile on sparc64
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}