From b0e525e0a19292ae272700d66414708042a3c3ec Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 1 Jun 2010 20:14:44 +0000 Subject: [PATCH] - Mark BROKEN on 6.X: does not compile Reported by: pointyhat --- devel/py-qt4-script/Makefile | 4 ++++ devel/py-qt4-scripttools/Makefile | 4 ++++ multimedia/py-qt4-phonon/Makefile | 4 ++++ net/py-qt4-network/Makefile | 4 ++++ textproc/py-qt4-xml/Makefile | 4 ++++ x11-toolkits/py-qt4-gui/Makefile | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/devel/py-qt4-script/Makefile b/devel/py-qt4-script/Makefile index b373f634bd68..d4ebce61f87c 100644 --- a/devel/py-qt4-script/Makefile +++ b/devel/py-qt4-script/Makefile @@ -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} diff --git a/devel/py-qt4-scripttools/Makefile b/devel/py-qt4-scripttools/Makefile index c898fb7d0c57..a592783251e6 100644 --- a/devel/py-qt4-scripttools/Makefile +++ b/devel/py-qt4-scripttools/Makefile @@ -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} diff --git a/multimedia/py-qt4-phonon/Makefile b/multimedia/py-qt4-phonon/Makefile index 1d04af2e7a9b..c3aa30230739 100644 --- a/multimedia/py-qt4-phonon/Makefile +++ b/multimedia/py-qt4-phonon/Makefile @@ -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} diff --git a/net/py-qt4-network/Makefile b/net/py-qt4-network/Makefile index 5328f99ba2ea..c2331d0440fe 100644 --- a/net/py-qt4-network/Makefile +++ b/net/py-qt4-network/Makefile @@ -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} diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile index f5683621bddc..6034d5891aec 100644 --- a/textproc/py-qt4-xml/Makefile +++ b/textproc/py-qt4-xml/Makefile @@ -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} diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 29ef10f2349c..d1aff01bb432 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -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}