diff options
author | ache <ache@FreeBSD.org> | 2001-03-11 15:04:04 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-03-11 15:04:04 +0800 |
commit | 1e12aa05eaaa4ef6e6046828b112ee505df10b75 (patch) | |
tree | d5a91f124ddba45f74da071c4fe14918c48cfefb /comms/ecu | |
parent | 360eb5f4059800ec2e6f48da09a4a14d468d4d8a (diff) | |
download | freebsd-ports-gnome-1e12aa05eaaa4ef6e6046828b112ee505df10b75.tar.gz freebsd-ports-gnome-1e12aa05eaaa4ef6e6046828b112ee505df10b75.tar.zst freebsd-ports-gnome-1e12aa05eaaa4ef6e6046828b112ee505df10b75.zip |
Upgrade to 4.30
Diffstat (limited to 'comms/ecu')
-rw-r--r-- | comms/ecu/Makefile | 5 | ||||
-rw-r--r-- | comms/ecu/distinfo | 2 | ||||
-rw-r--r-- | comms/ecu/files/patch-ab | 11 | ||||
-rw-r--r-- | comms/ecu/files/patch-ac | 11 |
4 files changed, 25 insertions, 4 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index 5cb3418482d7..77faada2cf7f 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ecu -PORTVERSION= 4.08 +PORTVERSION= 4.30 CATEGORIES= comms -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/ -#MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ +MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ MAINTAINER= ache@FreeBSD.org diff --git a/comms/ecu/distinfo b/comms/ecu/distinfo index 82991e13ac8d..a7558732c4fe 100644 --- a/comms/ecu/distinfo +++ b/comms/ecu/distinfo @@ -1 +1 @@ -MD5 (ecu-4.08.tar.gz) = ce0021a19f417e455af164ef193dd873 +MD5 (ecu-4.30.tar.gz) = 282330717ed7f224bd0defbf3ad08444 diff --git a/comms/ecu/files/patch-ab b/comms/ecu/files/patch-ab new file mode 100644 index 000000000000..35541418e2a8 --- /dev/null +++ b/comms/ecu/files/patch-ab @@ -0,0 +1,11 @@ +--- ecumachdep.h.bak Thu Aug 27 23:50:46 1998 ++++ ecumachdep.h Sun Mar 11 09:47:48 2001 +@@ -28,7 +28,7 @@ + #endif + + #ifdef __FreeBSD__ +-#include <machine/console.h> ++#include <sys/consio.h> + #endif + + #ifdef LINUX diff --git a/comms/ecu/files/patch-ac b/comms/ecu/files/patch-ac new file mode 100644 index 000000000000..600970b36044 --- /dev/null +++ b/comms/ecu/files/patch-ac @@ -0,0 +1,11 @@ +--- config.c.bak Wed Sep 2 21:55:04 1998 ++++ config.c Sun Mar 11 09:49:40 2001 +@@ -447,7 +447,7 @@ + + char *bsd_libs = "-lcurses -ltermcap"; + +-char *freebsd_libs = "-lncurses -lmytinfo -lcompat"; ++char *freebsd_libs = "-lcurses -lcompat"; + + char *sco_system[] = + { |