From carpetsmoker@rwxrwxrwx.net  Mon Apr 23 18:54:53 2007
Return-Path: <carpetsmoker@rwxrwxrwx.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9146C16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Apr 2007 18:54:53 +0000 (UTC)
	(envelope-from carpetsmoker@rwxrwxrwx.net)
Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199])
	by mx1.freebsd.org (Postfix) with ESMTP id A11C613C48A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Apr 2007 18:54:52 +0000 (UTC)
	(envelope-from carpetsmoker@rwxrwxrwx.net)
Received: from localhost (phong [192.168.100.13])
	by mail.rwxrwxrwx.net (Postfix) with ESMTP id 821F36D442
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Apr 2007 20:54:06 +0200 (CEST)
Message-Id: <20070423185406.821F36D442@mail.rwxrwxrwx.net>
Date: Mon, 23 Apr 2007 20:54:06 +0200 (CEST)
From: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Reply-To: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer-Update] graphics/gsculpt - Update to 0.99.39.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify: carpetsmoker@xs4all.nl

>Number:         112046
>Category:       ports
>Synopsis:       [Maintainer-Update] graphics/gsculpt - Update to 0.99.39.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 19:00:11 GMT 2007
>Closed-Date:    Tue Apr 24 22:34:06 GMT 2007
>Last-Modified:  Tue Apr 24 22:40:11 GMT 2007
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD phong.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 22 04:59:07 CET 2007 carpetsmoker@phong.carpetsmoker.net:/usr/obj/new/data/freebsd/src/sys/GENERIC i386

>Description:
- Update to 0.99.39.2

>How-To-Repeat:

>Fix:

--- gsculpt.diff begins here ---
diff --exclude CVS -urN /ports/graphics/gsculpt/Makefile Makefile
--- /ports/graphics/gsculpt/Makefile	Fri Mar  2 18:26:49 2007
+++ Makefile	Sun Apr 22 14:24:12 2007
@@ -2,11 +2,12 @@
 # Date created:			Oct 10, 2001
 # Whom:				ijliao
 #
+# $Carpetsmoker: ports/gsculpt/Makefile,v 1.3 2007/04/22 12:24:12 carpetsmoker Exp $
 # $FreeBSD: ports/graphics/gsculpt/Makefile,v 1.19 2007/03/02 17:26:49 rafan Exp $
 #
 
 PORTNAME=	gsculpt
-PORTVERSION=	0.99.39
+PORTVERSION=	0.99.39.2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -35,7 +36,7 @@
 .include <bsd.port.pre.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|/usr/include/python2.4|/usr/local/include/python2.4|" \
+	@${REINPLACE_CMD} -e "s|/usr/include/python2.4|${LOCALBASE}/include/python2.4|" \
 		${WRKSRC}/SConstruct
 	@${REINPLACE_CMD} -e "s|gsculpt.py|${PYTHONPREFIX_SITELIBDIR}/gSculpt/gsculpt.py|" \
 		${WRKSRC}/gsculpt
diff --exclude CVS -urN /ports/graphics/gsculpt/distinfo distinfo
--- /ports/graphics/gsculpt/distinfo	Fri Mar  2 18:26:49 2007
+++ distinfo	Wed Apr 11 15:51:45 2007
@@ -1,3 +1,3 @@
-MD5 (gSculpt-0.99.39-alpha-src.tar.gz) = ee95a485a1e79b3a07c90771224e0225
-SHA256 (gSculpt-0.99.39-alpha-src.tar.gz) = 5171921173f443b4de79d522d8fcc2882f57e39329b051ce15cc73ae4f80c878
-SIZE (gSculpt-0.99.39-alpha-src.tar.gz) = 1117795
+MD5 (gSculpt-0.99.39.2-alpha-src.tar.gz) = 6f808af67da4c3343f7503bdac2a6ec8
+SHA256 (gSculpt-0.99.39.2-alpha-src.tar.gz) = 7e7e685f5180c5dc2be1e2198e963f1573d1c871a9758bd3d6df80ae594514f2
+SIZE (gSculpt-0.99.39.2-alpha-src.tar.gz) = 1101072
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-SConstruct files/patch-SConstruct
--- /ports/graphics/gsculpt/files/patch-SConstruct	Fri Mar  2 18:26:49 2007
+++ files/patch-SConstruct	Mon Apr 23 18:49:22 2007
@@ -8,15 +8,6 @@
  
  PLATFORM_WIN32 = 0
  PLATFORM_LINUX = 1
-@@ -117,7 +117,7 @@
- 	pyExtSuffix = '.pyd'
- elif platform == PLATFORM_LINUX:
- 	localIncPaths = [ 'cpp' ]
--	pyIncPaths = [ '/usr/include/python2.4' ]
-+	pyIncPaths = [ '/usr/local/include/python2.4' ]
- 	boostPyIncPaths = []
- 	standardIncPaths = []
- 	localLibPaths = [ '.' ]
 @@ -140,9 +140,24 @@
  
  extLibs = pyLibs + boostPyLibs + glLibs
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Math-BBox2.h files/patch-cpp-Math-BBox2.h
--- /ports/graphics/gsculpt/files/patch-cpp-Math-BBox2.h	Thu Jan  1 01:00:00 1970
+++ files/patch-cpp-Math-BBox2.h	Mon Apr 23 18:20:31 2007
@@ -0,0 +1,18 @@
+--- cpp/Math/BBox2.h.orig	Sat Mar  3 10:31:14 2007
++++ cpp/Math/BBox2.h	Wed Apr 11 16:32:28 2007
+@@ -8,7 +8,6 @@
+ #ifndef BBOX2_H__
+ #define BBOX2_H__
+ 
+-#include <boost/python.hpp>
+ 
+ 
+ 
+@@ -24,6 +23,7 @@
+ #include <Math/Polygon2.h>
+ #include <Math/Side.h>
+ #include <Math/Axis.h>
++#include <boost/python.hpp>
+ 
+ /*
+ 2D BOUNDING BOX
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Math-Matrix4.h files/patch-cpp-Math-Matrix4.h
--- /ports/graphics/gsculpt/files/patch-cpp-Math-Matrix4.h	Thu Jan  1 01:00:00 1970
+++ files/patch-cpp-Math-Matrix4.h	Mon Apr 23 18:20:30 2007
@@ -0,0 +1,18 @@
+--- cpp/Math/Matrix4.h.orig	Sat Mar  3 10:31:14 2007
++++ cpp/Math/Matrix4.h	Sat Apr 14 02:21:26 2007
+@@ -21,7 +21,6 @@
+ #ifndef MATRIX4_H__
+ #define MATRIX4_H__
+ 
+-#include <boost/python.hpp>
+ 
+ 
+ 
+@@ -50,6 +49,7 @@
+ #include <Math/Triangle2.h>
+ #include <Math/Triangle3.h>
+ #include <Math/epsilon.h>
++#include <boost/python.hpp>
+ 
+ //a selection of macros to make acessing the members of the matrix easy
+ #define iMA d[0]
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Math-Segment2.h files/patch-cpp-Math-Segment2.h
--- /ports/graphics/gsculpt/files/patch-cpp-Math-Segment2.h	Thu Jan  1 01:00:00 1970
+++ files/patch-cpp-Math-Segment2.h	Mon Apr 23 18:20:30 2007
@@ -0,0 +1,18 @@
+--- cpp/Math/Segment2.h.orig	Sat Mar  3 10:07:34 2007
++++ cpp/Math/Segment2.h	Wed Apr 11 18:10:37 2007
+@@ -8,7 +8,6 @@
+ #ifndef SEGMENT2_H__
+ #define SEGMENT2_H__
+ 
+-#include <boost/python.hpp>
+ 
+ 
+ #include <stdio.h>
+@@ -17,6 +16,7 @@
+ 
+ #include <Math/Point2.h>
+ #include <Math/Vector2.h>
++#include <boost/python.hpp>
+ 
+ 
+ 
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Math-pyIndexTriangle.cpp files/patch-cpp-Math-pyIndexTriangle.cpp
--- /ports/graphics/gsculpt/files/patch-cpp-Math-pyIndexTriangle.cpp	Sun Feb 25 08:15:48 2007
+++ files/patch-cpp-Math-pyIndexTriangle.cpp	Thu Jan  1 01:00:00 1970
@@ -1,15 +0,0 @@
---- cpp/Math/pyIndexTriangle.cpp.orig	Mon Jan  1 17:49:08 2007
-+++ cpp/Math/pyIndexTriangle.cpp	Tue Feb 20 13:56:21 2007
-@@ -8,10 +8,10 @@
- #ifndef PYINDEXTRIANGLE_CPP
- #define PYINDEXTRIANGLE_CPP
- 
--#include <Math/IndexTriangle.h>
--
- #include <boost/python.hpp>
- using namespace boost::python;
-+
-+#include <Math/IndexTriangle.h>
- 
- 
- void export_IndexTriangle()
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Model-pyGSProductModelBlank.cpp files/patch-cpp-Model-pyGSProductModelBlank.cpp
--- /ports/graphics/gsculpt/files/patch-cpp-Model-pyGSProductModelBlank.cpp	Sun Feb 25 08:15:48 2007
+++ files/patch-cpp-Model-pyGSProductModelBlank.cpp	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
---- cpp/Model/pyGSProductModelBlank.cpp.orig	Tue Feb 20 16:17:02 2007
-+++ cpp/Model/pyGSProductModelBlank.cpp	Tue Feb 20 16:17:43 2007
-@@ -8,13 +8,14 @@
- #ifndef PYGSPRODUCTMODELBLANK_CPP__
- #define PYGSPRODUCTMODELBLANK_CPP__
- 
-+#include <boost/python.hpp>
-+using namespace boost::python;
-+
- #include <Product/GSProduct.h>
- 
- #include <Model/GSProductModelBlank.h>
- 
- 
--#include <boost/python.hpp>
--using namespace boost::python;
- 
- 
- 
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp files/patch-cpp-Product-pyGSProduct.cpp
--- /ports/graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp	Sun Feb 25 08:15:48 2007
+++ files/patch-cpp-Product-pyGSProduct.cpp	Thu Jan  1 01:00:00 1970
@@ -1,17 +0,0 @@
---- cpp/Product/pyGSProduct.cpp.orig	Tue Feb 20 16:24:38 2007
-+++ cpp/Product/pyGSProduct.cpp	Tue Feb 20 16:24:49 2007
-@@ -8,11 +8,12 @@
- #ifndef PYGSPRODUCT_CPP__
- #define PYGSPRODUCT_CPP__
- 
-+#include <boost/python.hpp>
-+using namespace boost::python;
-+
- #include <Product/GSProduct.h>
- 
- 
--#include <boost/python.hpp>
--using namespace boost::python;
- 
- 
- 
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-RTType-pyRTObject.cpp files/patch-cpp-RTType-pyRTObject.cpp
--- /ports/graphics/gsculpt/files/patch-cpp-RTType-pyRTObject.cpp	Sun Feb 25 08:15:48 2007
+++ files/patch-cpp-RTType-pyRTObject.cpp	Thu Jan  1 01:00:00 1970
@@ -1,17 +0,0 @@
---- cpp/RTType/pyRTObject.cpp.orig	Tue Feb 20 16:26:57 2007
-+++ cpp/RTType/pyRTObject.cpp	Tue Feb 20 16:27:07 2007
-@@ -8,11 +8,12 @@
- #ifndef PYOBJECTPAINTERFACTORY_CPP__
- #define PYOBJECTPAINTERFACTORY_CPP__
- 
-+#include <boost/python.hpp>
-+using namespace boost::python;
-+
- #include <RTType/RTType.h>
- 
- 
--#include <boost/python.hpp>
--using namespace boost::python;
- 
- 
- 
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-Util-pySETree.cpp files/patch-cpp-Util-pySETree.cpp
--- /ports/graphics/gsculpt/files/patch-cpp-Util-pySETree.cpp	Sun Feb 25 08:15:48 2007
+++ files/patch-cpp-Util-pySETree.cpp	Thu Jan  1 01:00:00 1970
@@ -1,17 +0,0 @@
---- cpp/Util/pySETree.cpp.orig	Tue Feb 20 16:34:38 2007
-+++ cpp/Util/pySETree.cpp	Tue Feb 20 16:34:47 2007
-@@ -8,11 +8,12 @@
- #ifndef PYSETREE_CPP__
- #define PYSETREE_CPP__
- 
-+#include <boost/python.hpp>
-+using namespace boost::python;
-+
- #include <Util/SETree.h>
- 
- 
--#include <boost/python.hpp>
--using namespace boost::python;
- 
- 
- 
diff --exclude CVS -urN /ports/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp
--- /ports/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp	Sun Feb 25 08:15:48 2007
+++ files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
---- cpp/bugworkarounds/pyGLDeleteTextures/pyGLDeleteTextures.cpp.orig	Tue Feb 20 16:39:18 2007
-+++ cpp/bugworkarounds/pyGLDeleteTextures.cpp	Tue Feb 20 16:38:58 2007
-@@ -8,13 +8,14 @@
- #ifndef PYGLDELETETEXTURES_CPP__
- #define PYGLDELETETEXTURES_CPP__
- 
-+#include <boost/python.hpp>
-+using namespace boost::python;
-+
- #include <PlatformSpecific/IncludeGL.h>
- 
- #include <Util/Array.h>
- 
- 
--#include <boost/python.hpp>
--using namespace boost::python;
- 
- 
- 
--- gsculpt.diff ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Apr 23 19:00:41 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112046 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 23 19:00:58 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112046 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Apr 23 19:16:20 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: Martin Tournoij <carpetsmoker@xs4all.nl>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/112046: [Maintainer-Update] graphics/gsculpt - Update to 0.99.39.2
Date: Mon, 23 Apr 2007 21:11:24 +0200

 On Mon 23 Apr 2007 19:04, Edwin Groothuis wrote:
 > Maintainer of graphics/gsculpt,
 > 
 > Please note that PR ports/112046 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112046
 
 I am the maintainer, send-pr filled in the wrong e-mail address :/
 
 --Martin
State-Changed-From-To: feedback->open 
State-Changed-By: miwi 
State-Changed-When: Tue Apr 24 08:31:38 UTC 2007 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112046 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Apr 24 22:34:04 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112046: commit references a PR
Date: Tue, 24 Apr 2007 22:33:58 +0000 (UTC)

 miwi        2007-04-24 22:33:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/gsculpt     Makefile distinfo 
     graphics/gsculpt/files patch-SConstruct 
   Added files:
     graphics/gsculpt/files patch-cpp-Math-BBox2.h 
                            patch-cpp-Math-Matrix4.h 
                            patch-cpp-Math-Segment2.h 
   Removed files:
     graphics/gsculpt/files patch-cpp-Math-pyIndexTriangle.cpp 
                            patch-cpp-Model-pyGSProductModelBlank.cpp 
                            patch-cpp-Product-pyGSProduct.cpp 
                            patch-cpp-RTType-pyRTObject.cpp 
                            patch-cpp-Util-pySETree.cpp 
                            patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp 
   Log:
   - Update to 0.99.39/2
   
   PR:             112046
   Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
   
   Revision  Changes    Path
   1.20      +3 -2      ports/graphics/gsculpt/Makefile
   1.7       +3 -3      ports/graphics/gsculpt/distinfo
   1.2       +0 -9      ports/graphics/gsculpt/files/patch-SConstruct
   1.1       +18 -0     ports/graphics/gsculpt/files/patch-cpp-Math-BBox2.h (new)
   1.1       +18 -0     ports/graphics/gsculpt/files/patch-cpp-Math-Matrix4.h (new)
   1.1       +18 -0     ports/graphics/gsculpt/files/patch-cpp-Math-Segment2.h (new)
   1.2       +0 -15     ports/graphics/gsculpt/files/patch-cpp-Math-pyIndexTriangle.cpp (dead)
   1.2       +0 -19     ports/graphics/gsculpt/files/patch-cpp-Model-pyGSProductModelBlank.cpp (dead)
   1.2       +0 -17     ports/graphics/gsculpt/files/patch-cpp-Product-pyGSProduct.cpp (dead)
   1.2       +0 -17     ports/graphics/gsculpt/files/patch-cpp-RTType-pyRTObject.cpp (dead)
   1.2       +0 -17     ports/graphics/gsculpt/files/patch-cpp-Util-pySETree.cpp (dead)
   1.2       +0 -19     ports/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp (dead)
 _______________________________________________
 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:
 
