aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-05-09 18:15:13 +0800
committeralex <alex@FreeBSD.org>2001-05-09 18:15:13 +0800
commitc81bf42dd292a111afe8f226a8149067b39e76c3 (patch)
tree8b1b82408599f6df24014028c8fd244c572f2548 /devel
parenta074620d474a7e2d203e53f813c5675a31b2d7fb (diff)
downloadfreebsd-ports-gnome-c81bf42dd292a111afe8f226a8149067b39e76c3.tar.gz
freebsd-ports-gnome-c81bf42dd292a111afe8f226a8149067b39e76c3.tar.zst
freebsd-ports-gnome-c81bf42dd292a111afe8f226a8149067b39e76c3.zip
Port x11-toolkits/qt23 introduces a new library qtgl to make use of
OpenGL inside of Qt applications. It is a Good Thing (tm) to take care of that in this port instead of patching Makefiles in other ports that make use of tmake. Currently there seem to be no ports that make use of tmake and don't depend on OpenGL. But they should not be affected anyway as the qtgl library does contain all symbols from the qt lib. PR: 26495 Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/tmake/Makefile1
-rw-r--r--devel/tmake/files/patch-ab4
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile
index dd62e8628c6c..169553776d82 100644
--- a/devel/tmake/Makefile
+++ b/devel/tmake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tmake
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ftp://ftp.trolltech.com/freebies/tmake/
diff --git a/devel/tmake/files/patch-ab b/devel/tmake/files/patch-ab
index c681d27654b8..579c1c9462f9 100644
--- a/devel/tmake/files/patch-ab
+++ b/devel/tmake/files/patch-ab
@@ -1,5 +1,5 @@
--- lib/freebsd-g++/tmake.conf Sat Nov 4 19:00:02 2000
-+++ lib/freebsd-g++/tmake.conf.new Mon Jan 15 11:44:12 2001
++++ lib/freebsd-g++/tmake.conf.new Wed Apr 11 11:36:10 2001
@@ -31,7 +31,7 @@
TMAKE_LIBDIR = /usr/local/lib
TMAKE_INCDIR_X11 = /usr/X11R6/include
@@ -15,7 +15,7 @@
TMAKE_LIBS_X11SM = -lICE -lSM
-TMAKE_LIBS_QT = -lqt
-TMAKE_LIBS_QT_THREAD = -lqt-mt
-+TMAKE_LIBS_QT = -lqt2
++TMAKE_LIBS_QT = -lqtgl
+TMAKE_LIBS_QT_THREAD = -lqt2-mt
TMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu
TMAKE_LIBS_THREAD =