Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 12:12:37 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15465: Update port: cad/xcircuit to 2.0b1
Message-ID:  <19991213201237.31FD7151E8@hub.freebsd.org>

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

>Number:         15465
>Category:       ports
>Synopsis:       Update port: cad/xcircuit to 2.0b1
>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 Dec 13 12:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Updated version 2.0a11 to 2.0b1
* Added secondary site to MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile
--- /usr/ports/cad/xcircuit/Makefile	Thu Nov 25 20:12:36 1999
+++ cad/xcircuit/Makefile	Tue Dec 14 02:48:37 1999
@@ -1,14 +1,15 @@
 # New ports collection makefile for:	xcircuit
-# Version required:	2.0a11
+# Version required:	2.0b1
 # Date created:		3 Apr 1998
 # Whom:			giffunip@asme.org
 #
 # $FreeBSD: ports/cad/xcircuit/Makefile,v 1.11 1999/11/25 08:31:51 jkoshy Exp $
 #
 
-DISTNAME=	xcircuit-2.0a11
+DISTNAME=	xcircuit-2.0b1
 CATEGORIES=	cad
-MASTER_SITES=	ftp://bach.ece.jhu.edu/pub/tim/xcircuit/
+MASTER_SITES=	ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ \
+		http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
 
 MAINTAINER=	ports@FreeBSD.org
 
diff -urN /usr/ports/cad/xcircuit/files/md5 cad/xcircuit/files/md5
--- /usr/ports/cad/xcircuit/files/md5	Thu Nov 25 20:12:36 1999
+++ cad/xcircuit/files/md5	Tue Dec 14 02:29:41 1999
@@ -1 +1 @@
-MD5 (xcircuit-2.0a11.tar.bz2) = 89e19e56d9b61a520c90cd2878b27d68
+MD5 (xcircuit-2.0b1.tar.bz2) = e3cd348d7221891dc693fe5cae3d6d0d
diff -urN /usr/ports/cad/xcircuit/patches/patch-aa cad/xcircuit/patches/patch-aa
--- /usr/ports/cad/xcircuit/patches/patch-aa	Wed Oct 27 19:13:05 1999
+++ cad/xcircuit/patches/patch-aa	Tue Dec 14 04:46:15 1999
@@ -1,23 +1,60 @@
-*** Imakefile.orig	Tue Oct 26 22:43:27 1999
---- Imakefile	Wed Oct 27 04:11:29 1999
+*** Imakefile.orig	Thu Nov 25 07:05:35 1999
+--- Imakefile	Tue Dec 14 04:46:02 1999
 ***************
-*** 31,39 ****
+*** 24,40 ****
+  #CCOPTIONS = -O2
+  #
+  # for debugging purposes uncomment the following line:
+! CDEBUGFLAGS = -g
+! STD_INCLUDES = -I. -I/usr/X11R6/include/X11
+  
+  #------------------------------------------------------------------------
+  # Installation directories:
   # Change the following as desired to suit your environment:
   #------------------------------------------------------------------------
   #
 ! PREFIX = /usr/local
-  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles
+  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles
 ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
   XCIRCUIT_BIN_DIR = $(PREFIX)/bin
   XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
   
---- 31,39 ----
+--- 24,40 ----
+  #CCOPTIONS = -O2
+  #
+  # for debugging purposes uncomment the following line:
+! #CDEBUGFLAGS = -g
+! #STD_INCLUDES = -I. -I/usr/X11R6/include/X11
+  
+  #------------------------------------------------------------------------
+  # Installation directories:
   # Change the following as desired to suit your environment:
   #------------------------------------------------------------------------
   #
 ! PREFIX ?= /usr/local
-  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles
+  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles
 ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit
   XCIRCUIT_BIN_DIR = $(PREFIX)/bin
   XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
   
+***************
+*** 87,95 ****
+  # DEC Alpha, Solaris and other SVR4 systems need the following,
+  # or if you have compilation errors about "dp->d_name" being
+  # undefined:
+! #DIRENT = -DSVR4_DIRENT
+  # Otherwise,
+! DIRENT =
+  
+  # My DECstation (Ultrix) has something funny going on in XLib. . . if there
+  # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
+--- 87,95 ----
+  # DEC Alpha, Solaris and other SVR4 systems need the following,
+  # or if you have compilation errors about "dp->d_name" being
+  # undefined:
+! DIRENT = -DSVR4_DIRENT
+  # Otherwise,
+! #DIRENT =
+  
+  # My DECstation (Ultrix) has something funny going on in XLib. . . if there
+  # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
diff -urN /usr/ports/cad/xcircuit/pkg/PLIST cad/xcircuit/pkg/PLIST
--- /usr/ports/cad/xcircuit/pkg/PLIST	Sun Sep 26 07:13:39 1999
+++ cad/xcircuit/pkg/PLIST	Tue Dec 14 03:03:06 1999
@@ -1,6 +1,5 @@
 bin/xcircuit
 lib/X11/app-defaults/XCircuit
-lib/X11/app-defaults/XSchema
 lib/X11/xcircuit/analog.lps
 lib/X11/xcircuit/avlsi.lps
 lib/X11/xcircuit/builtins.lps
@@ -35,11 +34,13 @@
 lib/X11/xcircuit/signal.lps
 lib/X11/xcircuit/xcircps2.pro
 share/examples/xcircuit/USAflag.ps
+share/examples/xcircuit/analog1.ps
+share/examples/xcircuit/analog2.ps
+share/examples/xcircuit/analoglib.lps
 share/examples/xcircuit/border.ps
 share/examples/xcircuit/logic8.ps
 share/examples/xcircuit/prelude.ps
 share/examples/xcircuit/systemd1.lgf
-share/examples/xcircuit/test.ps
 share/examples/xcircuit/threestage.ps
 share/examples/xcircuit/vcoblock.ps
 @dirrm share/examples/xcircuit


>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?19991213201237.31FD7151E8>