ports/144778: [maintainer-update] - update x11-toolkits/soqt to version 1.5.0
Cristiano Rolim Pereira
cristianorolim at hotmail.com
Tue Mar 16 03:20:02 UTC 2010
>Number: 144778
>Category: ports
>Synopsis: [maintainer-update] - update x11-toolkits/soqt to version 1.5.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 16 03:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Cristiano Rolim Pereira
>Release: 8.0-RELEASE
>Organization:
>Environment:
FreeBSD bsd8.casa 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC 2010 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The attached diff updates x11-toolkits/soqt to version 1.5.0
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN ../soqt.orig/Makefile ./Makefile
--- ../soqt.orig/Makefile 2010-03-04 18:33:55.000000000 -0300
+++ ./Makefile 2010-03-04 18:34:23.000000000 -0300
@@ -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/
@@ -20,7 +19,7 @@
USE_AUTOTOOLS= libtool:22
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 -ruN ../soqt.orig/distinfo ./distinfo
--- ../soqt.orig/distinfo 2010-03-04 18:33:55.000000000 -0300
+++ ./distinfo 2010-03-04 18:34:53.000000000 -0300
@@ -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 -ruN ../soqt.orig/files/patch-src-Inventor-Qt-SoQtComponent.cpp ./files/patch-src-Inventor-Qt-SoQtComponent.cpp
--- ../soqt.orig/files/patch-src-Inventor-Qt-SoQtComponent.cpp 2010-03-04 18:33:55.000000000 -0300
+++ ./files/patch-src-Inventor-Qt-SoQtComponent.cpp 1969-12-31 21:00:00.000000000 -0300
@@ -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 -ruN ../soqt.orig/pkg-plist ./pkg-plist
--- ../soqt.orig/pkg-plist 2010-03-04 18:33:55.000000000 -0300
+++ ./pkg-plist 2010-03-06 00:14:21.000000000 -0300
@@ -10,7 +10,6 @@
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,13 @@
lib/libSoQt.a
lib/libSoQt.la
lib/libSoQt.so
-lib/libSoQt.so.24
+lib/libSoQt.so.25
+lib/pkgconfig/SoQt.pc
share/Coin/conf/soqt-default.cfg
share/aclocal/soqt.m4
+ at dirrmtry share/Coin/conf
+ at dirrmtry share/Coin
+ at dirrmtry lib/pkgconfig
@dirrm include/Inventor/Qt/widgets
@dirrm include/Inventor/Qt/viewers
@dirrm include/Inventor/Qt/nodes
@@ -37,3 +40,4 @@
@dirrm include/Inventor/Qt/editors
@dirrm include/Inventor/Qt/devices
@dirrm include/Inventor/Qt
+ at dirrmtry include/Inventor
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list