From 475e9caf062e08e614afb62b90a7e598a78787be Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 28 Sep 2005 18:26:32 +0000 Subject: Update to 3.42 PR: 86679 Submitted by: KATO Tsuguru --- graphics/pstoedit/Makefile | 5 +++- graphics/pstoedit/distinfo | 4 ++-- graphics/pstoedit/files/patch-src-drvlatex2e.cpp | 30 ------------------------ 3 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 graphics/pstoedit/files/patch-src-drvlatex2e.cpp (limited to 'graphics/pstoedit') diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 7e50ffaf5f4a..41f4c84d0f30 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -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 @@ pre-everything:: 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 --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo index a6ff77bbaf0c..e59b74a4d970 100644 --- a/graphics/pstoedit/distinfo +++ b/graphics/pstoedit/distinfo @@ -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 --git a/graphics/pstoedit/files/patch-src-drvlatex2e.cpp b/graphics/pstoedit/files/patch-src-drvlatex2e.cpp deleted file mode 100644 index 43b498b9a9d4..000000000000 --- a/graphics/pstoedit/files/patch-src-drvlatex2e.cpp +++ /dev/null @@ -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 == '#') || -- cgit