ports/116578: maintainer update: math/qwtplot3d

Max Brazhnikov makc at issp.ac.ru
Sun Sep 23 12:40:01 UTC 2007


>Number:         116578
>Category:       ports
>Synopsis:       maintainer update: math/qwtplot3d
>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:   Sun Sep 23 12:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Aug  9 00:11:48 MSD 2007     root at luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
update to 0.2.7
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/Makefile /home/makc/porting/ports/math/qwtplot3d/Makefile
--- /usr/ports/math/qwtplot3d/Makefile	2007-05-20 00:15:16.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d/Makefile	2007-09-23 00:23:04.000000000 +0400
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	qwtplot3d
-PORTVERSION=	0.2.6
-PORTREVISION=	3
+PORTVERSION=	0.2.7
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,14 +19,18 @@
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 
 USE_QT_VER=	3
-USE_XLIB=	yes
 USE_GL=		yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 MAKE_ENV=	QTDIR=${QT_PREFIX}
 USE_LDCONFIG=	yes
+USE_DOS2UNIX=	yes
 
 pre-build:
-	@cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
+	cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
+	cd ${WRKSRC} && ${REINPLACE_CMD} -e \
+		's|^CC .*|CC=${CC}|; \
+		 s|^CXX .*|CXX=${CXX}|; \
+		 s|^LINK .*|LINK=${CXX}|' Makefile
 
 do-install:
 	${CP} ${WRKSRC}/include/* ${PREFIX}/include
diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/distinfo /home/makc/porting/ports/math/qwtplot3d/distinfo
--- /usr/ports/math/qwtplot3d/distinfo	2006-04-16 00:11:16.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d/distinfo	2007-06-26 17:49:35.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (qwtplot3d-0.2.6.tgz) = 7ef960d7874f78162d6c9d241de2843e
-SHA256 (qwtplot3d-0.2.6.tgz) = ea7c2ea3d55960ee60019e0a5a5a63385bdcf7026a6385099fd8b31350803125
-SIZE (qwtplot3d-0.2.6.tgz) = 148834
+MD5 (qwtplot3d-0.2.7.tgz) = 2f14660152e2e26bfeaaeec479ed9f2b
+SHA256 (qwtplot3d-0.2.7.tgz) = 1208336b15e82e7a9d22cbc743e46f27e2fad716094a9c133138f259fa299a42
+SIZE (qwtplot3d-0.2.7.tgz) = 183836
diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/files/patch-qwtplot3d.pro /home/makc/porting/ports/math/qwtplot3d/files/patch-qwtplot3d.pro
--- /usr/ports/math/qwtplot3d/files/patch-qwtplot3d.pro	1970-01-01 03:00:00.000000000 +0300
+++ /home/makc/porting/ports/math/qwtplot3d/files/patch-qwtplot3d.pro	2007-06-26 18:35:10.000000000 +0400
@@ -0,0 +1,20 @@
+--- ./qwtplot3d.pro.orig	Tue Jun 26 18:33:59 2007
++++ ./qwtplot3d.pro	Tue Jun 26 18:34:38 2007
+@@ -3,7 +3,7 @@
+ 
+ TARGET            = qwtplot3d
+ TEMPLATE          = lib
+-CONFIG           += qt warn_on opengl thread zlib debug
++CONFIG           += qt warn_on opengl thread zlib
+ MOC_DIR           = tmp
+ OBJECTS_DIR       = tmp
+ INCLUDEPATH       = include
+@@ -21,7 +21,7 @@
+ win32:CONFIG -= zlib
+ 
+ linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
+-unix:VERSION = 0.2.6
++unix:VERSION = 0.2.7
+ 
+ # Input
+ SOURCES += src/qwt3d_axis.cpp \
diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/pkg-plist /home/makc/porting/ports/math/qwtplot3d/pkg-plist
--- /usr/ports/math/qwtplot3d/pkg-plist	2007-04-17 22:51:09.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d/pkg-plist	2007-06-26 18:15:12.000000000 +0400
@@ -28,7 +28,7 @@
 include/qwt3d_volumeplot.h
 lib/libqwtplot3d.so
 lib/libqwtplot3d.so.0
-lib/libqwtplot3d.so.0.2.6
+lib/libqwtplot3d.so.0.2.7
 %%PORTDOCS%%%%EXAMPLESDIR%%/autoswitch/autoswitch.cpp
 %%PORTDOCS%%%%EXAMPLESDIR%%/autoswitch/autoswitch.h
 %%PORTDOCS%%%%EXAMPLESDIR%%/autoswitch/autoswitch.pro
@@ -50,7 +50,6 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichments.cpp
 %%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichments.h
 %%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/main.cpp
-%%PORTDOCS%%%%EXAMPLESDIR%%/examples.dsw
 %%PORTDOCS%%%%EXAMPLESDIR%%/examples.pro
 %%PORTDOCS%%%%EXAMPLESDIR%%/examples.sln
 %%PORTDOCS%%%%EXAMPLESDIR%%/filecell.png
@@ -69,6 +68,7 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/gridl.png
 %%PORTDOCS%%%%EXAMPLESDIR%%/gridr.png
 %%PORTDOCS%%%%EXAMPLESDIR%%/hiddenline.png
+%%PORTDOCS%%%%EXAMPLESDIR%%/icon.gif
 %%PORTDOCS%%%%EXAMPLESDIR%%/icon.ico
 %%PORTDOCS%%%%EXAMPLESDIR%%/icon.png
 %%PORTDOCS%%%%EXAMPLESDIR%%/icon.rc


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list