1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-06-01 20:14:44 +00:00
parent 5ec5dedef3
commit b0e525e0a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255466
6 changed files with 24 additions and 0 deletions
devel
py-qt4-script
py-qt4-scripttools
multimedia/py-qt4-phonon
net/py-qt4-network
textproc/py-qt4-xml
x11-toolkits/py-qt4-gui

View File

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

View File

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