summaryrefslogtreecommitdiff
path: root/x11-toolkits/soqt
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-03-24 18:49:47 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-03-24 18:49:47 +0000
commit743ca91088ccc8c8776e4afb19deefb740a8b305 (patch)
tree785316b41d9ceaf4c221f623902068da7cd69c2d /x11-toolkits/soqt
parentDocument a buffer overflow in gtar's rmt client functionality. (diff)
../soqt.log
Notes
Notes: svn path=/head/; revision=251455
Diffstat (limited to 'x11-toolkits/soqt')
-rw-r--r--x11-toolkits/soqt/Makefile6
-rw-r--r--x11-toolkits/soqt/distinfo6
-rw-r--r--x11-toolkits/soqt/files/patch-src-Inventor-Qt-SoQtComponent.cpp11
-rw-r--r--x11-toolkits/soqt/pkg-plist7
4 files changed, 11 insertions, 19 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile
index 0ef27239fe5f..5207e64fad2b 100644
--- a/x11-toolkits/soqt/Makefile
+++ b/x11-toolkits/soqt/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= SoQt
-PORTVERSION= 1.4.1
-PORTREVISION= 8
+PORTVERSION= 1.5.0
CATEGORIES= x11-toolkits
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
ftp://ftp.coin3d.org/pub/coin/src/all/
@@ -19,8 +18,9 @@ COMMENT= Qt4 toolkit library for Coin
LIB_DEPENDS= Coin.61:${PORTSDIR}/graphics/Coin
USE_AUTOTOOLS= libtool:22
+USE_GNOME= gnomehack
USE_QT_VER= 4
-QT_COMPONENTS= corelib qt3support opengl moc_build
+QT_COMPONENTS= corelib opengl moc_build
USE_GMAKE= yes
CPPFLAGS+= -I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include
LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib
diff --git a/x11-toolkits/soqt/distinfo b/x11-toolkits/soqt/distinfo
index ae03012ea7df..0b8abb1e694f 100644
--- a/x11-toolkits/soqt/distinfo
+++ b/x11-toolkits/soqt/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/SoQt-1.4.1.tar.gz) = 6dddafb755e9afb9924da1d46f3cd0d4
-SHA256 (KDE/SoQt-1.4.1.tar.gz) = 741449af3619a60995d27838d94b8a77e6f8bedf00d6fd3745a8d15cbaaea1ea
-SIZE (KDE/SoQt-1.4.1.tar.gz) = 1706403
+MD5 (KDE/SoQt-1.5.0.tar.gz) = 9f1e582373d66f556b1db113a93ac68e
+SHA256 (KDE/SoQt-1.5.0.tar.gz) = f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91
+SIZE (KDE/SoQt-1.5.0.tar.gz) = 1515230
diff --git a/x11-toolkits/soqt/files/patch-src-Inventor-Qt-SoQtComponent.cpp b/x11-toolkits/soqt/files/patch-src-Inventor-Qt-SoQtComponent.cpp
deleted file mode 100644
index 04fc341f46ee..000000000000
--- a/x11-toolkits/soqt/files/patch-src-Inventor-Qt-SoQtComponent.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Inventor/Qt/SoQtComponent.cpp.orig 2009-03-16 23:36:07.000000000 -0300
-+++ src/Inventor/Qt/SoQtComponent.cpp 2009-03-16 23:36:23.000000000 -0300
-@@ -100,7 +100,7 @@
- this->parent->removeEventFilter(this);
- }
-
--static void delete_dict_value(unsigned long key, void * value)
-+static void delete_dict_value(uintptr_t key, void * value)
- {
- delete (QCursor *)value;
- }
diff --git a/x11-toolkits/soqt/pkg-plist b/x11-toolkits/soqt/pkg-plist
index df8d3bb4da9c..3b4fdd9be7f8 100644
--- a/x11-toolkits/soqt/pkg-plist
+++ b/x11-toolkits/soqt/pkg-plist
@@ -10,7 +10,6 @@ include/Inventor/Qt/SoQtRenderArea.h
include/Inventor/Qt/devices/SoQtDevice.h
include/Inventor/Qt/devices/SoQtKeyboard.h
include/Inventor/Qt/devices/SoQtMouse.h
-include/Inventor/Qt/devices/SoQtSpaceball.h
include/Inventor/Qt/editors/SoQtColorEditor.h
include/Inventor/Qt/editors/SoQtMaterialEditor.h
include/Inventor/Qt/engines/.keep_me
@@ -27,9 +26,12 @@ include/Inventor/Qt/widgets/SoQtThumbWheel.h
lib/libSoQt.a
lib/libSoQt.la
lib/libSoQt.so
-lib/libSoQt.so.24
+lib/libSoQt.so.25
+libdata/pkgconfig/SoQt.pc
share/Coin/conf/soqt-default.cfg
share/aclocal/soqt.m4
+@dirrmtry share/Coin/conf
+@dirrmtry share/Coin
@dirrm include/Inventor/Qt/widgets
@dirrm include/Inventor/Qt/viewers
@dirrm include/Inventor/Qt/nodes
@@ -37,3 +39,4 @@ share/aclocal/soqt.m4
@dirrm include/Inventor/Qt/editors
@dirrm include/Inventor/Qt/devices
@dirrm include/Inventor/Qt
+@dirrmtry include/Inventor