Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2007 21:34:25 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116565: maintainer update: math/qwtplot3d-qt4
Message-ID:  <200709222134.l8MLYPR1085021@www.freebsd.org>
Resent-Message-ID: <200709222140.l8MLe1Np019093@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116565
>Category:       ports
>Synopsis:       maintainer update: math/qwtplot3d-qt4
>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:   Sat Sep 22 21:40:01 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@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-qt4/Makefile /home/makc/porting/ports/math/qwtplot3d-qt4/Makefile
--- /usr/ports/math/qwtplot3d-qt4/Makefile	2007-06-15 13:42:02.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d-qt4/Makefile	2007-09-22 23:58:54.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qwtplot3d
-PORTVERSION=	0.2.6
+PORTVERSION=	0.2.7
 CATEGORIES=	math
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	-qt4
@@ -19,6 +19,7 @@
 QT_COMPONENTS=	gui moc qmake opengl
 USE_LDCONFIG=	yes
 HAS_CONFIGURE=	yes
+USE_DOS2UNIX=	yes
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
@@ -31,11 +32,7 @@
 		's|^CC .*|CC=${CC}|; \
 		 s|^CXX .*|CXX=${CXX}|; \
 		 s|^LINK .*|LINK=${CXX}|; \
-		 s|-pipe||; \
-		 s|^\(CFLAGS .*= \)|\1${CFLAGS}|; \
-		 s|^\(CXXFLAGS = \)|\1${CXXFLAGS}|; \
-		 /^INCPATH/s|-I\.|-Iinclude|;'  Makefile
-
+		 s|^\(INCPATH .*=\)|\1 -Iinclude|;'  Makefile
 do-install:
 	(cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} \* ${PREFIX}/include/qwtplot3d-qt4)
 	${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${PREFIX}/lib
diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d-qt4/distinfo /home/makc/porting/ports/math/qwtplot3d-qt4/distinfo
--- /usr/ports/math/qwtplot3d-qt4/distinfo	2006-04-16 00:11:16.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d-qt4/distinfo	2007-06-26 17:49:27.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-qt4/files/patch-qwtplot3d.pro /home/makc/porting/ports/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro
--- /usr/ports/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro	2007-06-15 13:42:02.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro	2007-06-26 18:35:03.000000000 +0400
@@ -1,11 +1,23 @@
---- ./qwtplot3d.pro.orig	Thu Jul 21 21:00:46 2005
-+++ ./qwtplot3d.pro	Sun May 27 21:11:49 2007
-@@ -2,7 +2,7 @@
+--- ./qwtplot3d.pro.orig	Tue Jun 26 18:34:05 2007
++++ ./qwtplot3d.pro	Tue Jun 26 18:34:57 2007
+@@ -1,9 +1,9 @@
+ # pro file for building the makefile for qwtplot3d
  #
  
- 
 -TARGET            = qwtplot3d
 +TARGET            = qwtplot3d-qt4
  TEMPLATE          = lib
- CONFIG           += qt warn_on opengl thread zlib
+-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-qt4/pkg-plist /home/makc/porting/ports/math/qwtplot3d-qt4/pkg-plist
--- /usr/ports/math/qwtplot3d-qt4/pkg-plist	2007-06-15 13:42:02.000000000 +0400
+++ /home/makc/porting/ports/math/qwtplot3d-qt4/pkg-plist	2007-06-26 18:11:52.000000000 +0400
@@ -28,5 +28,5 @@
 include/qwtplot3d-qt4/qwt3d_volumeplot.h
 lib/libqwtplot3d-qt4.so
 lib/libqwtplot3d-qt4.so.0
-lib/libqwtplot3d-qt4.so.0.2.6
+lib/libqwtplot3d-qt4.so.0.2.7
 @dirrm include/qwtplot3d-qt4


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709222134.l8MLYPR1085021>