summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt2-static
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-24 22:15:59 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-24 22:15:59 +0000
commitcd5ac27b080695645adeb97642ae92ac8987ddc3 (patch)
tree02f05001735d741a4930238201a081a66e0609f8 /x11-toolkits/qt2-static
parentAdd new categories science and ukrainian. (diff)
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static)
Notes
Notes: svn path=/head/; revision=40324
Diffstat (limited to 'x11-toolkits/qt2-static')
-rw-r--r--x11-toolkits/qt2-static/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt2-static/Makefile b/x11-toolkits/qt2-static/Makefile
index 04a7e109a6bd..39d0cc242e76 100644
--- a/x11-toolkits/qt2-static/Makefile
+++ b/x11-toolkits/qt2-static/Makefile
@@ -12,6 +12,6 @@ MAINTAINER= ports@freebsd.org
WANT_STATIC= yes
-MASTERDIR= ${.CURDIR}/../qt22
+MASTERDIR= ${.CURDIR}/../qt23
.include "${MASTERDIR}/Makefile"