diff options
author | arved <arved@FreeBSD.org> | 2005-09-29 02:26:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-09-29 02:26:32 +0800 |
commit | 475e9caf062e08e614afb62b90a7e598a78787be (patch) | |
tree | 636c36746b7371bde4263fa8d20f5b4aadc11a71 /graphics/pstoedit | |
parent | a407ff33253ff974a59e944f230085be8721e2a9 (diff) | |
download | freebsd-ports-gnome-475e9caf062e08e614afb62b90a7e598a78787be.tar.gz freebsd-ports-gnome-475e9caf062e08e614afb62b90a7e598a78787be.tar.zst freebsd-ports-gnome-475e9caf062e08e614afb62b90a7e598a78787be.zip |
Update to 3.42
PR: 86679
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/pstoedit')
-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 == '#') || |