diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-02 11:34:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-02 11:34:05 +0800 |
commit | 95c61f4292511265b8443bae51e996aad9cd5322 (patch) | |
tree | 19bb7ee90f5cbc9f4ec53565f4bed28876a4a927 /x11-toolkits | |
parent | 0d423c7127fbaee044f63937ee4e5bbc1df6f0f1 (diff) | |
download | freebsd-ports-graphics-95c61f4292511265b8443bae51e996aad9cd5322.tar.gz freebsd-ports-graphics-95c61f4292511265b8443bae51e996aad9cd5322.tar.zst freebsd-ports-graphics-95c61f4292511265b8443bae51e996aad9cd5322.zip |
Mark BROKEN when WITH_OPENGL due to unsolved problems causing DRI
to fail
Submitted by: Alan E <port@geeksrus.net>
Approved by: will
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index fc9d30f8955..43d4747e814 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -51,6 +51,7 @@ CONFIGURE_ARGS+= -debug USE_MESA= yes PLIST_SUB+= OPENGL="" PKGNAMESUFFIX= -opengl +BROKEN= "Using WITH_OPENGL causes DRI to fail in mysterious ways" .else PKGMESSAGE=${NONEXISTENT} PLIST_SUB+= OPENGL="@comment " diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index fc9d30f8955..43d4747e814 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -51,6 +51,7 @@ CONFIGURE_ARGS+= -debug USE_MESA= yes PLIST_SUB+= OPENGL="" PKGNAMESUFFIX= -opengl +BROKEN= "Using WITH_OPENGL causes DRI to fail in mysterious ways" .else PKGMESSAGE=${NONEXISTENT} PLIST_SUB+= OPENGL="@comment " diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index fc9d30f8955..43d4747e814 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -51,6 +51,7 @@ CONFIGURE_ARGS+= -debug USE_MESA= yes PLIST_SUB+= OPENGL="" PKGNAMESUFFIX= -opengl +BROKEN= "Using WITH_OPENGL causes DRI to fail in mysterious ways" .else PKGMESSAGE=${NONEXISTENT} PLIST_SUB+= OPENGL="@comment " diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index fc9d30f8955..43d4747e814 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -51,6 +51,7 @@ CONFIGURE_ARGS+= -debug USE_MESA= yes PLIST_SUB+= OPENGL="" PKGNAMESUFFIX= -opengl +BROKEN= "Using WITH_OPENGL causes DRI to fail in mysterious ways" .else PKGMESSAGE=${NONEXISTENT} PLIST_SUB+= OPENGL="@comment " |