diff options
author | ade <ade@FreeBSD.org> | 2000-10-17 20:08:41 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-17 20:08:41 +0000 |
commit | 2fa1bbd3ff53b21e23b59bbddc0b3b71ba9ac67e (patch) | |
tree | 3b1eb773818c2dcf1b7cf50820efc52ded54a806 /cad/xcircuit/files | |
parent | b24002a09fa3225925ec6fe744dba5f078c87c2b (diff) | |
download | FreeBSD-ports-2fa1bbd3ff53b21e23b59bbddc0b3b71ba9ac67e.zip FreeBSD-ports-2fa1bbd3ff53b21e23b59bbddc0b3b71ba9ac67e.tar.gz |
Update to 2.1b6
PR: 22055
Submitted by: Ports Fury
Diffstat (limited to 'cad/xcircuit/files')
-rw-r--r-- | cad/xcircuit/files/patch-aa | 8 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-ae | 16 |
2 files changed, 17 insertions, 7 deletions
diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa index 82da846..23621a6 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 f50f1bc..7a9cd82 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> |