Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 14:12:40 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31300: Update port: cad/xcircuit to 2.3.3.b16
Message-ID:  <200110152112.f9FLCeV54753@freefall.freebsd.org>

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

>Number:         31300
>Category:       ports
>Synopsis:       Update port: cad/xcircuit to 2.3.3.b16
>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:   Mon Oct 15 14:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.3.3 rev.16

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile
--- /usr/ports/cad/xcircuit/Makefile	Tue Oct  9 18:52:44 2001
+++ cad/xcircuit/Makefile	Sun Oct 14 09:09:21 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xcircuit
-PORTVERSION=	2.3.3.b15
+PORTVERSION=	2.3.3.b16
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://xcircuit.ece.jhu.edu/archive/
@@ -25,7 +25,9 @@
 MAN1=		xcircuit.1
 
 post-patch:
-	@find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|__DARWIN__|__STDC__|g" 
+	@find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \
+		's|<malloc.h>|<stdlib.h>|g'
+
 post-install:
 	@${MKDIR} ${PREFIX}/share/examples/xcircuit
 	${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \
diff -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo
--- /usr/ports/cad/xcircuit/distinfo	Tue Oct  9 18:52:44 2001
+++ cad/xcircuit/distinfo	Sun Oct 14 08:42:27 2001
@@ -1 +1 @@
-MD5 (xcircuit-2.3.3.tar.bz2) = c97b2effb309da614418090176310333
+MD5 (xcircuit-2.3.3.tar.bz2) = 9579a25806fcd2cbca1f0b1840131b65

>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?200110152112.f9FLCeV54753>