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 == '#') ||