From tkato432@yahoo.com  Wed Sep 28 16:01:42 2005
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D6BEA16A41F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 28 Sep 2005 16:01:42 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C59243D53
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 28 Sep 2005 16:01:42 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.204.125.218]) by hfep06.dion.ne.jp with SMTP
          id <20050928160139487.UIVH@hfep06.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Thu, 29 Sep 2005 01:01:39 +0900
Message-Id: <20050929010031.647198ca.tkato432@yahoo.com>
Date: Thu, 29 Sep 2005 01:00:31 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/pstoedit to 3.42

>Number:         86679
>Category:       ports
>Synopsis:       Update port: graphics/pstoedit to 3.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 28 16:10:25 GMT 2005
>Closed-Date:    Wed Sep 28 18:26:43 GMT 2005
>Last-Modified:  Wed Sep 28 18:26:43 GMT 2005
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p12 i386
>Organization:
>Environment:
>Description:
- Update to version 3.42

Remove file:
files/patch-src-drvlatex2e.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile
--- /usr/ports/graphics/pstoedit/Makefile	Tue Aug 30 16:36:13 2005
+++ graphics/pstoedit/Makefile	Mon Sep 26 22:18:48 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pstoedit
-PORTVERSION=	3.41
+PORTVERSION=	3.42
 CATEGORIES=	graphics print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -81,6 +81,9 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \
+		 s|GCC_OK=no|GCC_OK=yes|g ; \
+		 s|GraphicsMagick|Magick|g ; \
+		 s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \
 		 s|-pedantic||g' ${WRKSRC}/configure
 
 post-install:
diff -urN /usr/ports/graphics/pstoedit/distinfo graphics/pstoedit/distinfo
--- /usr/ports/graphics/pstoedit/distinfo	Tue Aug 30 16:36:13 2005
+++ graphics/pstoedit/distinfo	Mon Sep 26 21:10:41 2005
@@ -1,2 +1,2 @@
-MD5 (pstoedit-3.41.tar.gz) = dc2f8b756299422bfefc5c18fa0d33d3
-SIZE (pstoedit-3.41.tar.gz) = 797596
+MD5 (pstoedit-3.42.tar.gz) = be262030dd15bc18cac03fda98f9871b
+SIZE (pstoedit-3.42.tar.gz) = 807598
diff -urN /usr/ports/graphics/pstoedit/files/patch-src-drvlatex2e.cpp graphics/pstoedit/files/patch-src-drvlatex2e.cpp
--- /usr/ports/graphics/pstoedit/files/patch-src-drvlatex2e.cpp	Tue Aug 30 12:05:40 2005
+++ graphics/pstoedit/files/patch-src-drvlatex2e.cpp	Thu Jan  1 09:00:00 1970
@@ -1,30 +0,0 @@
---- src/drvlatex2e.cpp.pre_tr	Sat Jun 18 22:35:42 2005
-+++ src/drvlatex2e.cpp	Tue Aug 23 00:30:01 2005
-@@ -284,27 +284,6 @@
- 	const char * cp = textinfo.thetext.value();
- 	//buffer << textinfo.thetext.value() 
- 
--#if 0
--// characters to be handled specially	
--% -> \%
--# -> \#
--{ -> \{
--} -> \}
--_ -> \_
--& -> \&
--$ -> \$  
--	Tritt auch manchmal mit ver_nderter Bedeutung als $$ auf: --> \$\$
--
--\ -> \textbackslash
--^ -> \textasciicircum
--~ -> \textasciitilde
--
--Zus_tzlich machen folgende Zeichen oft Probleme:
--
--" -> \textquotedblright
--?`-> \textquestiondown
--!`-> \textexclamdown
--#endif
- 	while (cp && *cp) {
- 		if ((*cp == '%') ||
- 			(*cp == '#') ||
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Wed Sep 28 18:26:36 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86679 
>Unformatted:
