Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 08:06:12 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23757: Update port: cad/xcircuit to 2.2.0
Message-ID:  <200012221606.eBMG6Cb73717@freefall.freebsd.org>
Resent-Message-ID: <200012221610.eBMGA0p74347@freefall.freebsd.org>

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

>Number:         23757
>Category:       ports
>Synopsis:       Update port: cad/xcircuit to 2.2.0
>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:   Fri Dec 22 08:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.2.0

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile
--- /usr/ports/cad/xcircuit/Makefile	Mon Dec  4 20:34:23 2000
+++ cad/xcircuit/Makefile	Fri Dec 22 00:12:07 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xcircuit
-PORTVERSION=	2.1b9
+PORTVERSION=	2.2.0
 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	Mon Dec  4 20:34:23 2000
+++ cad/xcircuit/distinfo	Thu Dec 21 22:46:25 2000
@@ -1 +1 @@
-MD5 (xcircuit-2.1b9.tar.bz2) = 8a71d302f30b3b4ee7d03c450b671020
+MD5 (xcircuit-2.2.0.tar.bz2) = 2bf570d7072bf1882feb317f2bd9fb68
diff -urN /usr/ports/cad/xcircuit/files/patch-aa cad/xcircuit/files/patch-aa
--- /usr/ports/cad/xcircuit/files/patch-aa	Fri Oct 20 20:10:48 2000
+++ cad/xcircuit/files/patch-aa	Wed Dec 20 02:59:09 2000
@@ -1,5 +1,5 @@
-*** Imakefile.orig	Mon Oct  2 23:04:39 2000
---- Imakefile	Fri Oct 13 04:56:42 2000
+*** Imakefile.orig	Tue Dec 19 06:19:13 2000
+--- Imakefile	Wed Dec 20 02:58:57 2000
 ***************
 *** 28,46 ****
   #CCOPTIONS = -O2
@@ -14,19 +14,20 @@
   #------------------------------------------------------------------------
   #
 ! PREFIX = /usr/local
-  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.1b5/psfiles
-! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.1
+  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.2.0/psfiles
+! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.2
 ! XCIRCUIT_BIN_DIR = $(PREFIX)/bin
 ! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
   
   #------------------------------------------------------------------------
   # Support for graphics double-buffering (A memory hog, but yields fastest
---- 28,46 ----
+--- 28,47 ----
   #CCOPTIONS = -O2
   #
   # for debugging purposes uncomment the following line:
 ! #CDEBUGFLAGS = -g
 ! STD_INCLUDES = -I. -I$(INCDIR)/X11
+! EXTRA_DEFINES = -DHAVE_DIRENT_H -DHAVE_PUTENV
   
   #------------------------------------------------------------------------
   # Installation directories:
@@ -34,7 +35,7 @@
   #------------------------------------------------------------------------
   #
 ! #PREFIX = /usr/local
-  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.1b5/psfiles
+  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.2.0/psfiles
 ! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
 ! XCIRCUIT_BIN_DIR = $(BINDIR)
 ! XCIRCUIT_MAN_DIR = $(MANDIR)
@@ -50,7 +51,7 @@
   
   #------------------------------------------------------------------------
   # Window manager bug workaround---If you don't like xcircuit grabbing kbd
---- 58,64 ----
+--- 59,65 ----
   # Support for background rendering through ghostscript.  Change this
   # to the path where gs can be found.
   # GS_EXEC= /usr/local/src/gs5.50/obj/gs
diff -urN /usr/ports/cad/xcircuit/files/patch-ae cad/xcircuit/files/patch-ae
--- /usr/ports/cad/xcircuit/files/patch-ae	Fri Oct 20 20:10:48 2000
+++ cad/xcircuit/files/patch-ae	Wed Dec 20 02:58:45 2000
@@ -1,8 +1,8 @@
-*** filelist.c.orig	Thu May  4 06:58:52 2000
---- filelist.c	Fri Oct 13 04:55:01 2000
+*** filelist.c.orig	Tue Dec 19 01:31:32 2000
+--- filelist.c	Wed Dec 20 02:58:35 2000
 ***************
-*** 5,12 ****
---- 5,19 ----
+*** 5,11 ****
+--- 5,13 ----
   
   #include <stdio.h>
   #include <string.h>
@@ -10,21 +10,5 @@
   #include <malloc.h>
 + #endif
   #include <sys/types.h>
-+ #ifdef __FreeBSD__
-+ #include <dirent.h>
-+ #include <unistd.h>
-+ #define direct dirent
-+ #else
-  #ifdef linux
-  #include <dirent.h>
-  #include <linux/unistd.h>
-***************
-*** 19,24 ****
---- 26,32 ----
-  #else
-  #include <stdlib.h>
-  #include <sys/dir.h>
-+ #endif
-  #endif
-  #endif
-  #include <sys/stat.h>
+  
+  #ifdef HAVE_DIRENT_H
diff -urN /usr/ports/cad/xcircuit/pkg-plist cad/xcircuit/pkg-plist
--- /usr/ports/cad/xcircuit/pkg-plist	Mon Oct 30 23:30:45 2000
+++ cad/xcircuit/pkg-plist	Fri Dec 22 00:07:36 2000
@@ -1,8 +1,8 @@
 bin/xcircuit
 lib/X11/app-defaults/XCircuit
 lib/X11/xcircuit/analog.lps
+lib/X11/xcircuit/analoglib2.lps
 lib/X11/xcircuit/avlsi.lps
-lib/X11/xcircuit/builtins.lps
 lib/X11/xcircuit/digital.lps
 lib/X11/xcircuit/fonts/courier.lps
 lib/X11/xcircuit/fonts/courier.xfe
@@ -33,13 +33,13 @@
 lib/X11/xcircuit/lgf.lps
 lib/X11/xcircuit/musiclib.lps
 lib/X11/xcircuit/signal.lps
+lib/X11/xcircuit/startup.script
 lib/X11/xcircuit/xcircps2.pro
 share/examples/xcircuit/.xcircuitrc
 share/examples/xcircuit/USAflag.ps
 share/examples/xcircuit/analog1.ps
 share/examples/xcircuit/analog2.ps
 share/examples/xcircuit/analoglib1.lps
-share/examples/xcircuit/analoglib2.lps
 share/examples/xcircuit/border.ps
 share/examples/xcircuit/diffamp_test.ps
 share/examples/xcircuit/logic8.ps


>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?200012221606.eBMG6Cb73717>