1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to version 2.3.3

PR: 28646
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2001-07-03 12:33:16 +00:00
parent f07bd6a3fe
commit 512c7b0dff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44698
5 changed files with 24 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xcircuit
PORTVERSION= 2.3
PORTVERSION= 2.3.3
CATEGORIES= cad
MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/

View File

@ -1 +1 @@
MD5 (xcircuit-2.3.tar.bz2) = accf7f6f915e304c8c0e40986e959add
MD5 (xcircuit-2.3.3.tar.bz2) = b98ddbca4da7bf4413438cd2296a01fb

View File

@ -1,5 +1,5 @@
*** Imakefile.orig Wed May 16 02:27:29 2001
--- Imakefile Sat May 26 05:53:06 2001
*** Imakefile.orig Wed Jun 13 00:43:27 2001
--- Imakefile Sat Jun 16 09:43:29 2001
***************
*** 28,46 ****
#CCOPTIONS = -O2
@ -14,7 +14,7 @@
#------------------------------------------------------------------------
#
! PREFIX = /usr/local
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.0/psfiles
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3
! XCIRCUIT_BIN_DIR = $(PREFIX)/bin
! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
@ -35,7 +35,7 @@
#------------------------------------------------------------------------
#
! #PREFIX = /usr/local
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.0/psfiles
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles
! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
! XCIRCUIT_BIN_DIR = $(BINDIR)
! XCIRCUIT_MAN_DIR = $(MANDIR)
@ -55,24 +55,24 @@
# 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
! GS_EXEC= ${LOCALBASE}/bin/gs
! GS_EXEC=${LOCALBASE}/bin/gs
#------------------------------------------------------------------------
# Window manager bug workaround---If you don't like xcircuit grabbing kbd
***************
*** 85,91 ****
#------------------------------------------------------------------------
# Support for embedded Python interpreter (requires libpython2.0.a)
*** 86,92 ****
# Support for embedded Python interpreter
# (requires libpython${PYTHON_VERSION}.a)
#
! #define HAVE_PYTHON
PYTHON_VERSION=2.0
PYTHON_VERSION=2.1
PYTHON_LIB_DIR=/usr/local/lib
--- 86,92 ----
#------------------------------------------------------------------------
# Support for embedded Python interpreter (requires libpython2.0.a)
--- 87,93 ----
# Support for embedded Python interpreter
# (requires libpython${PYTHON_VERSION}.a)
#
! /* #define HAVE_PYTHON */
PYTHON_VERSION=2.0
PYTHON_VERSION=2.1
PYTHON_LIB_DIR=/usr/local/lib

View File

@ -1,11 +1,11 @@
*** xcircuit.c.orig Fri Feb 9 23:51:53 2001
--- xcircuit.c Wed Feb 14 04:21:20 2001
*** xcircuit.c.orig Tue Jun 26 22:34:15 2001
--- xcircuit.c Sat Jun 30 12:53:00 2001
***************
*** 20,25 ****
--- 20,28 ----
#include <errno.h>
*** 21,26 ****
--- 21,29 ----
#include <limits.h>
#include <locale.h>
#include <unistd.h> /* for unlink() */
+ #ifdef __FreeBSD__
+ #include <machine/floatingpoint.h>
+ #endif
@ -13,8 +13,8 @@
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
***************
*** 1650,1655 ****
--- 1653,1662 ----
*** 1685,1690 ****
--- 1688,1697 ----
char *argv0; /* find root of argv[0] */
short initargc = argc; /* because XtInitialize() absorbs the */
/* -schem flag and renumbers argc! (bug?) */

View File

@ -30,12 +30,14 @@ lib/X11/xcircuit/fonts/times_romaniso2.xfe
lib/X11/xcircuit/fonts/times_romaniso5.lps
lib/X11/xcircuit/fonts/times_romaniso5.xfe
lib/X11/xcircuit/generic.lps
lib/X11/xcircuit/ic_templates.lps
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/FlareLED.ps
share/examples/xcircuit/USAflag.ps
share/examples/xcircuit/analog1.ps
share/examples/xcircuit/analog2.ps