summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-03-27 15:41:28 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-03-27 15:41:28 +0000
commitc758a578f52f2012212c7d655b406e550db724bb (patch)
treeb6c7263b8ea40251ee747d7fb3bf250c22a0e289 /print/ghostscript-gpl/files
parentUpdate to 1.4. (diff)
Eplaser update to 3.0.6.
PR: ports-jp/13605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes: svn path=/head/; revision=77536
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-eplaser:gdevescv.c26
-rw-r--r--print/ghostscript-gpl/files/patch-eplaser:gdevesmv.c26
2 files changed, 16 insertions, 36 deletions
diff --git a/print/ghostscript-gpl/files/patch-eplaser:gdevescv.c b/print/ghostscript-gpl/files/patch-eplaser:gdevescv.c
index 84685e9df007..be2792ffee44 100644
--- a/print/ghostscript-gpl/files/patch-eplaser:gdevescv.c
+++ b/print/ghostscript-gpl/files/patch-eplaser:gdevescv.c
@@ -1,16 +1,15 @@
---- eplaser/gdevescv.c.orig Wed Jul 3 13:17:26 2002
-+++ eplaser/gdevescv.c Fri Nov 29 21:59:00 2002
-@@ -37,8 +37,7 @@
+--- eplaser/gdevescv.c.orig Fri Jan 24 13:35:28 2003
++++ eplaser/gdevescv.c Tue Mar 25 18:03:39 2003
+@@ -37,8 +37,6 @@
*/
-#include <stdlib.h>
-#include <unistd.h>
-+#include <string.h>
+ #include <string.h>
#include "math_.h"
- #include "gx.h"
-@@ -305,30 +304,30 @@
+@@ -321,30 +319,30 @@
};
/* Vector device implementation */
@@ -59,16 +58,7 @@
private int escv_setlinewidth(gx_device_vector * vdev, floatp width);
private int escv_setlinecap(gx_device_vector * vdev, gs_line_cap cap);
private int escv_setlinejoin(gx_device_vector * vdev, gs_line_join join);
-@@ -585,6 +584,8 @@
- {421, 595, 15, "A5"}, /* A5 */
- {709, 1002, 24, "B4"}, /* B4 */
- {501, 709, 25, "B5"}, /* B5 */
-+ {729, 1032, 24, "B5"}, /* JIS B4 */
-+ {516, 729, 25, "B5"}, /* JIS B5 */
- {612, 792, 30, "LT"}, /* Letter */
- {396, 612, 31, "HLT"}, /* Half Letter */
- {612, 1008, 32, "LGL"}, /* Legal */
-@@ -1849,13 +1850,13 @@
+@@ -1879,13 +1877,13 @@
/* Process the next piece of an image. */
private int
@@ -84,7 +74,7 @@
gx_device *dev = info->dev;
#endif
gx_device_vector *const vdev = (gx_device_vector *) dev;
-@@ -1873,7 +1874,7 @@
+@@ -1903,7 +1901,7 @@
{
@@ -93,7 +83,7 @@
if (height == 260)
height = 1;
#endif
-@@ -2011,13 +2012,13 @@
+@@ -2041,13 +2039,13 @@
private int
diff --git a/print/ghostscript-gpl/files/patch-eplaser:gdevesmv.c b/print/ghostscript-gpl/files/patch-eplaser:gdevesmv.c
index ec97843811b5..bc6f85a0b807 100644
--- a/print/ghostscript-gpl/files/patch-eplaser:gdevesmv.c
+++ b/print/ghostscript-gpl/files/patch-eplaser:gdevesmv.c
@@ -1,16 +1,15 @@
---- eplaser/gdevesmv.c.orig Wed Jul 3 13:20:55 2002
-+++ eplaser/gdevesmv.c Fri Nov 29 22:00:34 2002
-@@ -34,8 +34,7 @@
+--- eplaser/gdevesmv.c.orig Fri Jan 24 13:34:55 2003
++++ eplaser/gdevesmv.c Tue Mar 25 18:13:37 2003
+@@ -34,8 +34,6 @@
*/
-#include <stdlib.h>
-#include <unistd.h>
-+#include <string.h>
+ #include <string.h>
#include "math_.h"
- #include "gx.h"
-@@ -385,30 +384,30 @@
+@@ -393,30 +391,30 @@
/* Vector device implementation */
@@ -59,16 +58,7 @@
private int esmv_setlinewidth(gx_device_vector * vdev, floatp width);
private int esmv_setlinecap(gx_device_vector * vdev, gs_line_cap cap);
private int esmv_setlinejoin(gx_device_vector * vdev, gs_line_join join);
-@@ -665,6 +664,8 @@
- {421, 595, 15, "A5"}, /* A5 */
- {709, 1002, 24, "B4"}, /* B4 */
- {501, 709, 25, "B5"}, /* B5 */
-+ {729, 1032, 24, "B4"}, /* JIS B4 */
-+ {516, 729, 25, "B5"}, /* JIS B5 */
- {612, 792, 30, "LT"}, /* Letter */
- {396, 612, 31, "HLT"}, /* Half Letter */
- {612, 1008, 32, "LGL"}, /* Legal */
-@@ -1933,13 +1934,13 @@
+@@ -1958,13 +1956,13 @@
/* Process the next piece of an image. */
private int
@@ -84,7 +74,7 @@
gx_device *dev = info->dev;
#endif
gx_device_vector *const vdev = (gx_device_vector *) dev;
-@@ -1957,7 +1958,7 @@
+@@ -1982,7 +1980,7 @@
{
@@ -93,7 +83,7 @@
if (height == 260)
height = 1;
#endif
-@@ -2114,13 +2115,13 @@
+@@ -2139,13 +2137,13 @@
private int