diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-08 17:10:41 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-08 17:10:41 +0000 |
commit | 97cc97151f6c992748d7760b60210a17d293f528 (patch) | |
tree | 9d6088a3fc014b0f57b7d31a62bd99691cf62c7b /cad | |
parent | 50b65d0d2aa6024917fb146d0410953b538893bc (diff) | |
download | ports-97cc97151f6c992748d7760b60210a17d293f528.tar.gz ports-97cc97151f6c992748d7760b60210a17d293f528.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 2 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 2 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-ad | 26 |
3 files changed, 15 insertions, 15 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index f960ef5c7528..fc22a3ff96ed 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 2672fd10a7b6..96e056c50a5d 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1 +1 @@ -MD5 (xcircuit-2.2.1.tar.bz2) = d5830ac22de7b610a1f19fcb3f830b4c +MD5 (xcircuit-2.2.2.tar.bz2) = 4acd5a1eed2be3ad8e94dd99748560d5 diff --git a/cad/xcircuit/files/patch-ad b/cad/xcircuit/files/patch-ad index b826e92c1ab6..06f3f18b8712 100644 --- a/cad/xcircuit/files/patch-ad +++ b/cad/xcircuit/files/patch-ad @@ -1,6 +1,6 @@ ---- events.c.orig Wed Feb 14 05:24:43 2001 -+++ events.c Wed Feb 14 05:32:51 2001 -@@ -102,7 +102,7 @@ +--- events.c.orig Mon Mar 5 23:57:00 2001 ++++ events.c Thu Mar 8 02:47:52 2001 +@@ -101,7 +101,7 @@ if (eventmode == PRESS_MODE || eventmode == COPY2_MODE) { short ps = objectdata->parts; short *newsel; @@ -9,16 +9,16 @@ areastruct.selectlist = (short *) malloc(areastruct.selects * sizeof(short)); -@@ -1359,7 +1359,7 @@ - case XK_J: unjoin(); break; - case XK_s: splinebutton(bevent); break; - case XK_e: edit(bevent); break; -- case XK_u: undelete(w, DRAW, bevent); break; -+ case XK_u: startundelete(w, DRAW, bevent); break; - case XK_m: - case XK_M: selectsave(w, NULL, NULL); break; - case XK_x: objectselect(-SEL_ANY); break; -@@ -2926,7 +2926,7 @@ +@@ -1396,7 +1396,7 @@ + else if (isbound(keywstate, XCF_Edit)) + edit(bevent); + else if (isbound(keywstate, XCF_Undelete)) +- undelete(w, DRAW, bevent); ++ startundelete(w, DRAW, bevent); + else if (isbound(keywstate, XCF_Select_Save)) + selectsave(w, NULL, NULL); + else if (isbound(keywstate, XCF_Unselect)) +@@ -2977,7 +2977,7 @@ /* Undelete last deleted objects */ /*-------------------------------*/ |