diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-12 13:44:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-12 13:44:49 +0000 |
commit | 8ca57febf36d99dbffed41bb57c83b1b7054db20 (patch) | |
tree | 90cef629a5cc87acc832d2ec544e22b263943011 /cad | |
parent | 2d42c4866551b652055391e5d40e251a7a434f5f (diff) | |
download | ports-8ca57febf36d99dbffed41bb57c83b1b7054db20.tar.gz ports-8ca57febf36d99dbffed41bb57c83b1b7054db20.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 4 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 2 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-aa | 18 | ||||
-rw-r--r-- | cad/xcircuit/pkg-plist | 2 |
4 files changed, 14 insertions, 12 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index fc22a3ff96ed..e612695324aa 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,13 +6,13 @@ # PORTNAME= xcircuit -PORTVERSION= 2.2.2 +PORTVERSION= 2.3 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 USE_BZIP2= yes USE_XPM= yes diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 78fb827ee1d0..4d9cb83747c0 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1 +1 @@ -MD5 (xcircuit-2.2.2.tar.bz2) = f2f75719626f2b8f6ea15f51eb1fabad +MD5 (xcircuit-2.3.tar.bz2) = accf7f6f915e304c8c0e40986e959add diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa index d20e7d3474a7..d5bdbde3e6ed 100644 --- a/cad/xcircuit/files/patch-aa +++ b/cad/xcircuit/files/patch-aa @@ -1,5 +1,5 @@ -*** Imakefile.orig Wed Feb 14 04:52:30 2001 ---- Imakefile Wed Feb 14 05:17:11 2001 +*** Imakefile.orig Wed May 16 02:27:29 2001 +--- Imakefile Sat May 26 05:53:06 2001 *************** *** 28,46 **** #CCOPTIONS = -O2 @@ -14,8 +14,8 @@ #------------------------------------------------------------------------ # ! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.2.0/psfiles -! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.2 + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.0/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.2.0/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.0/psfiles ! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit ! XCIRCUIT_BIN_DIR = $(BINDIR) ! XCIRCUIT_MAN_DIR = $(MANDIR) @@ -66,13 +66,13 @@ # ! #define HAVE_PYTHON - #------------------------------------------------------------------------ - # + PYTHON_VERSION=2.0 + PYTHON_LIB_DIR=/usr/local/lib --- 86,92 ---- #------------------------------------------------------------------------ # Support for embedded Python interpreter (requires libpython2.0.a) # ! /* #define HAVE_PYTHON */ - #------------------------------------------------------------------------ - # + PYTHON_VERSION=2.0 + PYTHON_LIB_DIR=/usr/local/lib diff --git a/cad/xcircuit/pkg-plist b/cad/xcircuit/pkg-plist index b610a3f6501c..65f462c964fd 100644 --- a/cad/xcircuit/pkg-plist +++ b/cad/xcircuit/pkg-plist @@ -42,6 +42,8 @@ share/examples/xcircuit/analog2.ps share/examples/xcircuit/analoglib1.lps share/examples/xcircuit/border.ps share/examples/xcircuit/diffamp_test.ps +share/examples/xcircuit/envelope.ps +share/examples/xcircuit/fourttest.ps share/examples/xcircuit/logic8.ps share/examples/xcircuit/prelude.ps share/examples/xcircuit/systemd1.lgf |