View | Details | Raw Unified | Return to bug 144778
Collapse All | Expand All

(-)./Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	SoQt
8
PORTNAME=	SoQt
9
PORTVERSION=	1.4.1
9
PORTVERSION=	1.5.0
10
PORTREVISION=	8
11
CATEGORIES=	x11-toolkits
10
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
11
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
13
		ftp://ftp.coin3d.org/pub/coin/src/all/
12
		ftp://ftp.coin3d.org/pub/coin/src/all/
Lines 20-26 Link Here
20
19
21
USE_AUTOTOOLS=	libtool:22
20
USE_AUTOTOOLS=	libtool:22
22
USE_QT_VER=	4
21
USE_QT_VER=	4
23
QT_COMPONENTS=	corelib qt3support opengl moc_build
22
QT_COMPONENTS=	corelib opengl moc_build
24
USE_GMAKE=	yes
23
USE_GMAKE=	yes
25
CPPFLAGS+=	-I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include
24
CPPFLAGS+=	-I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include
26
LDFLAGS+=	-L${QT_LIBDIR} -L${LOCALBASE}/lib
25
LDFLAGS+=	-L${QT_LIBDIR} -L${LOCALBASE}/lib
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (KDE/SoQt-1.4.1.tar.gz) = 6dddafb755e9afb9924da1d46f3cd0d4
1
MD5 (KDE/SoQt-1.5.0.tar.gz) = 9f1e582373d66f556b1db113a93ac68e
2
SHA256 (KDE/SoQt-1.4.1.tar.gz) = 741449af3619a60995d27838d94b8a77e6f8bedf00d6fd3745a8d15cbaaea1ea
2
SHA256 (KDE/SoQt-1.5.0.tar.gz) = f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91
3
SIZE (KDE/SoQt-1.4.1.tar.gz) = 1706403
3
SIZE (KDE/SoQt-1.5.0.tar.gz) = 1515230
(-)./files/patch-src-Inventor-Qt-SoQtComponent.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/Inventor/Qt/SoQtComponent.cpp.orig	2009-03-16 23:36:07.000000000 -0300
2
+++ src/Inventor/Qt/SoQtComponent.cpp	2009-03-16 23:36:23.000000000 -0300
3
@@ -100,7 +100,7 @@
4
   this->parent->removeEventFilter(this);
5
 }
6
 
7
-static void delete_dict_value(unsigned long key, void * value)
8
+static void delete_dict_value(uintptr_t key, void * value)
9
 {
10
   delete (QCursor *)value;
11
 }
(-)./pkg-plist (-2 / +6 lines)
Lines 10-16 Link Here
10
include/Inventor/Qt/devices/SoQtDevice.h
10
include/Inventor/Qt/devices/SoQtDevice.h
11
include/Inventor/Qt/devices/SoQtKeyboard.h
11
include/Inventor/Qt/devices/SoQtKeyboard.h
12
include/Inventor/Qt/devices/SoQtMouse.h
12
include/Inventor/Qt/devices/SoQtMouse.h
13
include/Inventor/Qt/devices/SoQtSpaceball.h
14
include/Inventor/Qt/editors/SoQtColorEditor.h
13
include/Inventor/Qt/editors/SoQtColorEditor.h
15
include/Inventor/Qt/editors/SoQtMaterialEditor.h
14
include/Inventor/Qt/editors/SoQtMaterialEditor.h
16
include/Inventor/Qt/engines/.keep_me
15
include/Inventor/Qt/engines/.keep_me
Lines 27-35 Link Here
27
lib/libSoQt.a
26
lib/libSoQt.a
28
lib/libSoQt.la
27
lib/libSoQt.la
29
lib/libSoQt.so
28
lib/libSoQt.so
30
lib/libSoQt.so.24
29
lib/libSoQt.so.25
30
lib/pkgconfig/SoQt.pc
31
share/Coin/conf/soqt-default.cfg
31
share/Coin/conf/soqt-default.cfg
32
share/aclocal/soqt.m4
32
share/aclocal/soqt.m4
33
@dirrmtry share/Coin/conf
34
@dirrmtry share/Coin
35
@dirrmtry lib/pkgconfig
33
@dirrm include/Inventor/Qt/widgets
36
@dirrm include/Inventor/Qt/widgets
34
@dirrm include/Inventor/Qt/viewers
37
@dirrm include/Inventor/Qt/viewers
35
@dirrm include/Inventor/Qt/nodes
38
@dirrm include/Inventor/Qt/nodes
Lines 37-39 Link Here
37
@dirrm include/Inventor/Qt/editors
40
@dirrm include/Inventor/Qt/editors
38
@dirrm include/Inventor/Qt/devices
41
@dirrm include/Inventor/Qt/devices
39
@dirrm include/Inventor/Qt
42
@dirrm include/Inventor/Qt
43
@dirrmtry include/Inventor

Return to bug 144778