aboutsummaryrefslogtreecommitdiff
path: root/comms/ecu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-11 07:04:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-11 07:04:04 +0000
commit0a2d029273f16230cc104357c8ed2747b67b6ee5 (patch)
tree976e1d9636bf36c676aaa68feef953b015d8f35e /comms/ecu
parent720e9abe6d02a611c89fb7faea8b92a1c3d075d3 (diff)
downloadports-0a2d029273f16230cc104357c8ed2747b67b6ee5.tar.gz
ports-0a2d029273f16230cc104357c8ed2747b67b6ee5.zip
Upgrade to 4.30
Notes
Notes: svn path=/head/; revision=39557
Diffstat (limited to 'comms/ecu')
-rw-r--r--comms/ecu/Makefile5
-rw-r--r--comms/ecu/distinfo2
-rw-r--r--comms/ecu/files/patch-ab11
-rw-r--r--comms/ecu/files/patch-ac11
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[] =
+ {