mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Upgrade to 4.30
This commit is contained in:
parent
720e9abe6d
commit
0a2d029273
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39557
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ecu-4.08.tar.gz) = ce0021a19f417e455af164ef193dd873
|
||||
MD5 (ecu-4.30.tar.gz) = 282330717ed7f224bd0defbf3ad08444
|
||||
|
11
comms/ecu/files/patch-ab
Normal file
11
comms/ecu/files/patch-ab
Normal file
@ -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
|
11
comms/ecu/files/patch-ac
Normal file
11
comms/ecu/files/patch-ac
Normal file
@ -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[] =
|
||||
{
|
Loading…
Reference in New Issue
Block a user