Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2001 07:06:37 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25610: Update port: cad/xcircuit
Message-ID:  <200103081506.f28F6be58083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25610
>Category:       ports
>Synopsis:       Update port: cad/xcircuit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 08 07:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update checksum

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile
--- /usr/ports/cad/xcircuit/Makefile	Wed Feb 14 22:36:29 2001
+++ cad/xcircuit/Makefile	Thu Mar  8 03:21:51 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	xcircuit
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
 
diff -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo
--- /usr/ports/cad/xcircuit/distinfo	Wed Feb 14 22:36:29 2001
+++ cad/xcircuit/distinfo	Thu Mar  8 02:34:18 2001
@@ -1 +1 @@
-MD5 (xcircuit-2.2.1.tar.bz2) = d5830ac22de7b610a1f19fcb3f830b4c
+MD5 (xcircuit-2.2.1.tar.bz2) = 4acd5a1eed2be3ad8e94dd99748560d5
diff -urN /usr/ports/cad/xcircuit/files/patch-ad cad/xcircuit/files/patch-ad
--- /usr/ports/cad/xcircuit/files/patch-ad	Wed Feb 14 22:36:30 2001
+++ cad/xcircuit/files/patch-ad	Thu Mar  8 02:48:03 2001
@@ -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 */
  /*-------------------------------*/
  

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103081506.f28F6be58083>