- Mark BROKEN on 6.X
Reported by: pointyhat
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue