summaryrefslogtreecommitdiff
path: root/graphics/xart
diff options
context:
space:
mode:
authordarcy <darcy>2004-01-01 19:20:24 +0000
committerdarcy <darcy>2004-01-01 19:20:24 +0000
commite3c3bf906082a24a94265aef3b6752c8c06349be (patch)
treeeb604303a9f5a041866248ec0386ebe47806e6de /graphics/xart
parent3abba019a9cb1187bb5cc8be352ae8cbbbba95a5 (diff)
downloadpkgsrc-e3c3bf906082a24a94265aef3b6752c8c06349be.tar.gz
Added a patch to join two lines together in operation.c. The line was split
in the middle of a string. I did not bother bumping the version since the package could not have been built without this change anyway.
Diffstat (limited to 'graphics/xart')
-rw-r--r--graphics/xart/distinfo3
-rw-r--r--graphics/xart/patches/patch-ah14
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/xart/distinfo b/graphics/xart/distinfo
index 07cd3e7b186..169707f5e2e 100644
--- a/graphics/xart/distinfo
+++ b/graphics/xart/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/12/11 15:37:05 jlam Exp $
+$NetBSD: distinfo,v 1.5 2004/01/01 19:20:24 darcy Exp $
SHA1 (xart19980415.tgz) = d4445392e33a5dcf5ae951babac82394e7cdd65c
Size (xart19980415.tgz) = 343909 bytes
@@ -9,3 +9,4 @@ SHA1 (patch-ad) = 08059ca068d156be0e31283180c5deaebb99f7bd
SHA1 (patch-ae) = 20d847bc9faa0e13bf161041d7fd7a44af73bad1
SHA1 (patch-af) = 6bf891c7532f257a18d3e2917353a36ca519221f
SHA1 (patch-ag) = c764ddf68af02eda1475778e6c1774d751e68a92
+SHA1 (patch-ah) = e155510f5813941b790f237fccf89c114961a6f4
diff --git a/graphics/xart/patches/patch-ah b/graphics/xart/patches/patch-ah
new file mode 100644
index 00000000000..14b2298bfed
--- /dev/null
+++ b/graphics/xart/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.1 2004/01/01 19:20:24 darcy Exp $
+
+--- operation.c.orig 1998-04-15 21:50:01.000000000 -0400
++++ work.i386/19980415/operation.c
+@@ -257,8 +257,7 @@
+ setFunctionCopyInvertedCB(Widget w, XtPointer junk, XtPointer junk2)
+ {
+ gcFunction = 12;
+- printf("global graphics function change to Copy-Inverted
+-function");
++ printf("global graphics function change to Copy-Inverted function");
+ printf(", minterm %d\n", gcFunction);
+ }
+