summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-19 13:46:31 +0000
committeradam <adam@pkgsrc.org>2004-11-19 13:46:31 +0000
commit7b7ac9adff1c961df1ed291a98a240cbc1505d75 (patch)
tree090c8aaf14551de4276316d62ea676ad03b8715e /cad
parenta741b47df46eb8761bff1c495078a039cbc794b2 (diff)
downloadpkgsrc-7b7ac9adff1c961df1ed291a98a240cbc1505d75.tar.gz
Unused patches
Diffstat (limited to 'cad')
-rw-r--r--cad/xcircuit/patches/patch-ae13
-rw-r--r--cad/xcircuit/patches/patch-af13
2 files changed, 0 insertions, 26 deletions
diff --git a/cad/xcircuit/patches/patch-ae b/cad/xcircuit/patches/patch-ae
deleted file mode 100644
index 1b29d0f5d80..00000000000
--- a/cad/xcircuit/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2003/07/10 08:03:58 jtb Exp $
-
---- elements.c.orig
-+++ elements.c
-@@ -436,7 +436,7 @@
- freelabel(labelbuf);
- labelbuf = NULL;
- resolveparams(areastruct.topinstance);
-- if (do_all >= 0)
-+ if (do_all > 0)
- updateinstparam(areastruct.topinstance, do_all);
- else /* do_all == -1 */
- calcbbox(areastruct.topinstance);
diff --git a/cad/xcircuit/patches/patch-af b/cad/xcircuit/patches/patch-af
deleted file mode 100644
index 607848e3d16..00000000000
--- a/cad/xcircuit/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2003/07/10 08:03:58 jtb Exp $
-
---- keybindings.c.orig
-+++ keybindings.c
-@@ -64,7 +64,7 @@
- /* xcircuit.h! */
- /*--------------------------------------------------------------*/
-
--static char *function_names[NUM_FUNCTIONS] = {
-+static char *function_names[] = {
- "Page", "Justify", "Superscript", "Subscript", "Normalscript",
- "Nextfont", "Boldfont", "Italicfont", "Normalfont", "Underline",
- "Overline", "ISO Encoding", "Return", "Halfspace", "Quarterspace",