diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-28 18:26:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-28 18:26:32 +0000 |
commit | b4506a2112d67c967e88d97b67a15667480b94d6 (patch) | |
tree | 185b87208064af00fd0a1360466e0d9df4720628 /graphics | |
parent | - Mark xmess BROKEN on 5.x until a solution is not found (diff) |
Update to 3.42
PR: 86679
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=143722
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 5 | ||||
-rw-r--r-- | graphics/pstoedit/distinfo | 4 | ||||
-rw-r--r-- | graphics/pstoedit/files/patch-src-drvlatex2e.cpp | 30 |
3 files changed, 6 insertions, 33 deletions
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 == '#') || |