diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-17 20:08:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-17 20:08:41 +0000 |
commit | 626b15b79e9691cf51f4d65a39b80fae45befc37 (patch) | |
tree | c59d776d10a9c3e62c3aeadfc28326dddde93ba1 /cad | |
parent | d86841e4e573568d7c40ebf7ea0f50b22c0986bb (diff) | |
download | ports-626b15b79e9691cf51f4d65a39b80fae45befc37.tar.gz ports-626b15b79e9691cf51f4d65a39b80fae45befc37.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 2 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 2 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-aa | 8 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-ae | 16 |
4 files changed, 19 insertions, 9 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index d81e1055d387..794adf32f69f 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.1b3 +PORTVERSION= 2.1b6 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 1c0e030ee321..9780361020bd 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1 +1 @@ -MD5 (xcircuit-2.1b3.tar.bz2) = 88d2191c7f1f5f1632e77be9f87e09e3 +MD5 (xcircuit-2.1b6.tar.bz2) = a708f6acd20c2f3bde5512cacdd6e520 diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa index 82da8464181b..23621a65beba 100644 --- a/cad/xcircuit/files/patch-aa +++ b/cad/xcircuit/files/patch-aa @@ -1,5 +1,5 @@ -*** Imakefile.orig Tue Aug 8 05:53:00 2000 ---- Imakefile Thu Aug 17 04:55:48 2000 +*** Imakefile.orig Mon Oct 2 23:04:39 2000 +--- Imakefile Fri Oct 13 04:56:42 2000 *************** *** 28,46 **** #CCOPTIONS = -O2 @@ -14,7 +14,7 @@ #------------------------------------------------------------------------ # ! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.1b1/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.1b5/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.1 ! XCIRCUIT_BIN_DIR = $(PREFIX)/bin ! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 @@ -34,7 +34,7 @@ #------------------------------------------------------------------------ # ! #PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.1b1/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.1b5/psfiles ! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit ! XCIRCUIT_BIN_DIR = $(BINDIR) ! XCIRCUIT_MAN_DIR = $(MANDIR) diff --git a/cad/xcircuit/files/patch-ae b/cad/xcircuit/files/patch-ae index f50f1bce8e18..7a9cd82919ee 100644 --- a/cad/xcircuit/files/patch-ae +++ b/cad/xcircuit/files/patch-ae @@ -1,5 +1,5 @@ -*** filelist.c.orig Tue Feb 29 23:35:01 2000 ---- filelist.c Mon Mar 13 02:23:41 2000 +*** filelist.c.orig Thu May 4 06:58:52 2000 +--- filelist.c Fri Oct 13 04:55:01 2000 *************** *** 5,12 **** --- 5,19 ---- @@ -14,7 +14,17 @@ + #include <dirent.h> + #include <unistd.h> + #define direct dirent -+ #endif ++ #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> |