mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Upgrade to 1.91.
This commit is contained in:
parent
76fbad6071
commit
4a8796650a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79426
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= multitail
|
||||
PORTVERSION= 1.9
|
||||
PORTVERSION= 1.91
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.vanheusden.com/multitail/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -1 +1 @@
|
||||
MD5 (multitail-1.9.tgz) = f994fbf9a39cecd3b88189ff82b93295
|
||||
MD5 (multitail-1.91.tgz) = 8e74311cc6f275a60a1a57a5f8be46bd
|
||||
|
22
sysutils/multitail/files/patch-mt.c
Normal file
22
sysutils/multitail/files/patch-mt.c
Normal file
@ -0,0 +1,22 @@
|
||||
--- mt.c.orig Mon Apr 21 12:39:51 2003
|
||||
+++ mt.c Tue Apr 22 00:21:15 2003
|
||||
@@ -6,9 +6,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <ncurses.h>
|
||||
-#ifdef __FreeBSD__
|
||||
-#include <libutil.h>
|
||||
-#endif
|
||||
#ifdef linux
|
||||
#include <pty.h>
|
||||
#endif
|
||||
@@ -25,6 +22,9 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <libutil.h>
|
||||
+#endif
|
||||
|
||||
/* #define KEYB_DEBUG */
|
||||
|
Loading…
Reference in New Issue
Block a user