From nobody@FreeBSD.org  Sat Sep 22 21:34:26 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1483416A4E1
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Sep 2007 21:34:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1499913C459
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Sep 2007 21:34:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8MLYPR5085022
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Sep 2007 21:34:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8MLYPR1085021;
	Sat, 22 Sep 2007 21:34:25 GMT
	(envelope-from nobody)
Message-Id: <200709222134.l8MLYPR1085021@www.freebsd.org>
Date: Sat, 22 Sep 2007 21:34:25 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer update: math/qwtplot3d-qt4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116565
>Category:       ports
>Synopsis:       maintainer update: math/qwtplot3d-qt4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 21:40:01 GMT 2007
>Closed-Date:    Sun Sep 23 06:46:20 GMT 2007
>Last-Modified:  Sun Sep 23 06:50:07 GMT 2007
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 23 06:46:17 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116565 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116565: commit references a PR
Date: Sun, 23 Sep 2007 06:46:17 +0000 (UTC)

 edwin       2007-09-23 06:46:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/qwtplot3d-qt4   Makefile distinfo pkg-plist 
     math/qwtplot3d-qt4/files patch-qwtplot3d.pro 
   Log:
   maintainer update: math/qwtplot3d-qt4
   
           update to 0.2.7
   
   PR:             ports/116565
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
   
   Revision  Changes    Path
   1.8       +3 -6      ports/math/qwtplot3d-qt4/Makefile
   1.4       +3 -3      ports/math/qwtplot3d-qt4/distinfo
   1.2       +17 -5     ports/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro
   1.5       +1 -1      ports/math/qwtplot3d-qt4/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
