diff options
author | obache <obache> | 2010-04-13 06:53:19 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-13 06:53:19 +0000 |
commit | 09d6cb8f6241951d0948ef70867e7b6bc3ede14c (patch) | |
tree | 5ff83a214a2ab0aa5872e999e6b7ae6bd63acf77 /graphics/pstoedit/patches | |
parent | e06e406a5a5c3ca9f9e6148455db50e80cf95b52 (diff) | |
download | pkgsrc-09d6cb8f6241951d0948ef70867e7b6bc3ede14c.tar.gz |
Update pstoedit to 3.50.
While here, remove restriction, it's "please", not "have to".
see: http://packages.debian.org/changelogs/pool/main/p/pstoedit/pstoedit_3.45-8/pstoedit.copyright
New or changed in 3.50:
* added an option (-gs) to specify the full path to GhostScript (under
Windows - either the .exe or the DLL). This can be used by portable
applications to direct pstoedit to use a specific GhostScript version.
* Stanislav Brabec contributed several improvements to the PCB driver. See
http://www.penguin.cz/~utx/pstoedit-pcb/ on how these can be useful.
* Scott Pakin submitted several improvements to the mpost driver and the
font substitution mechanism.
* new driver for .vtk files e.g. for ParaView - http://www.paraview.org/
- but this is still a very basic version. Thanks to Mitesh Patel for
initiating and testing.
* new driver for cairo (http://cairographics.org/ ) contributed by Dan
McMahill. This driver generates C-code which can be compiled and linked
against the cairo libraries. See the contrib/cairo directory for an
example.
* several improvements on the DXF driver as suggested and sponsored by
Markus Meyer.
* because pstoedit may write its output to stdout, all output written by
GhostScript to stdout is now redirected to stderr in order to avoid mixed
output.
* added a -q option to suppress the initial startup message of pstoedit.
This can by useful when being called via a pipe, e.g. from inkscape.
However, note that this does not suppress all output written to stderr -
see also note above.
* John Bowman fixed a number of problems related to clipping and image
support for the Asymptote backend.
* fixed a compilation problem with g++ V4.x.
* new driver for gcode (.ngc files) (tested with emc see
http://linuxcnc.org). Contributed by Lawrence Glaister.
* some adaptations for newer versions of libming
* fixed a line width problem for xfig format.
* corrected the broken pstoedit.m4 - thanks to Ian Abbott
* some minor code beautifying.
Diffstat (limited to 'graphics/pstoedit/patches')
-rw-r--r-- | graphics/pstoedit/patches/patch-aa | 10 | ||||
-rw-r--r-- | graphics/pstoedit/patches/patch-ab | 10 | ||||
-rw-r--r-- | graphics/pstoedit/patches/patch-ac | 16 | ||||
-rw-r--r-- | graphics/pstoedit/patches/patch-ad | 21 |
4 files changed, 39 insertions, 18 deletions
diff --git a/graphics/pstoedit/patches/patch-aa b/graphics/pstoedit/patches/patch-aa index badda39ce03..89089911cd7 100644 --- a/graphics/pstoedit/patches/patch-aa +++ b/graphics/pstoedit/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2009/03/10 03:29:37 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.6 2010/04/13 06:53:20 obache Exp $ ---- src/Makefile.am.orig 2007-07-08 10:52:54.000000000 +0000 +--- src/Makefile.am.orig 2009-08-13 08:13:53.000000000 +0000 +++ src/Makefile.am -@@ -103,7 +103,7 @@ libpstoedit_la_SOURCES = \ +@@ -130,7 +130,7 @@ libpstoedit_la_SOURCES = \ genericints.h \ version.h --libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} +-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm ++libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm libpstoedit_la_LDFLAGS = -no-undefined pstoedit_SOURCES = cmdmain.cpp diff --git a/graphics/pstoedit/patches/patch-ab b/graphics/pstoedit/patches/patch-ab index 9daa14c15b9..7058391f9f0 100644 --- a/graphics/pstoedit/patches/patch-ab +++ b/graphics/pstoedit/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2009/03/10 03:29:37 dmcmahill Exp $ +$NetBSD: patch-ab,v 1.6 2010/04/13 06:53:20 obache Exp $ ---- src/Makefile.in.orig 2007-09-09 16:07:30.000000000 +0000 +--- src/Makefile.in.orig 2009-08-13 08:18:34.000000000 +0000 +++ src/Makefile.in -@@ -358,7 +358,7 @@ libpstoedit_la_SOURCES = \ +@@ -396,7 +396,7 @@ libpstoedit_la_SOURCES = \ genericints.h \ version.h --libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} +-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm ++libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm libpstoedit_la_LDFLAGS = -no-undefined pstoedit_SOURCES = cmdmain.cpp pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS} diff --git a/graphics/pstoedit/patches/patch-ac b/graphics/pstoedit/patches/patch-ac index b94378d8af7..e160083ef2a 100644 --- a/graphics/pstoedit/patches/patch-ac +++ b/graphics/pstoedit/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.5 2009/03/10 03:29:37 dmcmahill Exp $ +$NetBSD: patch-ac,v 1.6 2010/04/13 06:53:20 obache Exp $ Avoid this: @@ -7,14 +7,14 @@ Avoid this: on alpha (and probably others) ---- configure.orig 2007-08-10 20:26:10.000000000 +0000 +--- configure.orig 2009-08-13 08:18:46.000000000 +0000 +++ configure -@@ -22282,7 +22282,7 @@ echo "${ECHO_T}GNU on RiscOS" >&6; } - else - { echo "$as_me:$LINENO: result: GNU" >&5 - echo "${ECHO_T}GNU" >&6; } -- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith " -+ SPECIAL_CXXFLAGS="-DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith " +@@ -18160,7 +18160,7 @@ $as_echo "GNU on RiscOS" >&6; } + { $as_echo "$as_me:$LINENO: result: GNU" >&5 + $as_echo "GNU" >&6; } + # need to disable long long warning here because of ImageMagick using it +- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " ++ SPECIAL_CXXFLAGS="-DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " fi CXXFLAGS="-g" elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then diff --git a/graphics/pstoedit/patches/patch-ad b/graphics/pstoedit/patches/patch-ad new file mode 100644 index 00000000000..9e3c4f4c802 --- /dev/null +++ b/graphics/pstoedit/patches/patch-ad @@ -0,0 +1,21 @@ +$NetBSD: patch-ad,v 1.5 2010/04/13 06:53:20 obache Exp $ + +ming_config.h is not installed with ming>=0.4 + +--- src/drvswf.cpp.orig 2009-06-21 15:10:21.000000000 +0000 ++++ src/drvswf.cpp +@@ -32,7 +32,6 @@ + //static bool cubic = false; + + #include "mingpp.h" +-#include "ming_config.h" + + #if defined(_WIN32) + extern "C" { +@@ -718,4 +717,4 @@ static DriverDescriptionT < drvSWF > D_S + false /*clipping */ + ); + #endif +- +\ No newline at end of file ++ |