- Update to 6.5.0

PR:		241837
Submitted by:	adamw
This commit is contained in:
Beat Gaetzi 2019-11-22 09:59:10 +00:00
parent 965379e1ed
commit b8c1e07ea0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518134
4 changed files with 14 additions and 23 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= multitail
PORTVERSION= 6.4.2
PORTVERSION= 6.5.0
CATEGORIES= sysutils
MASTER_SITES= http://www.vanheusden.com/multitail/ \
http://fossies.org/unix/privat/

View File

@ -1,2 +1,3 @@
SHA256 (multitail-6.4.2.tgz) = af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd
SIZE (multitail-6.4.2.tgz) = 155757
TIMESTAMP = 1573322615
SHA256 (multitail-6.5.0.tgz) = b29d5e77dfc663c7500f78da67de5d82d35d9417a4741a89a18ce9ee7bdba9ed
SIZE (multitail-6.5.0.tgz) = 157578

View File

@ -1,18 +1,18 @@
--- mt.h.orig 2014-02-16 09:06:54.000000000 -0500
+++ mt.h 2014-02-24 14:32:20.000000000 -0500
@@ -49,8 +49,13 @@
--- mt.h.orig 2019-11-09 18:07:35 UTC
+++ mt.h
@@ -60,8 +60,13 @@ typedef enum { SCHEME_TYPE_EDIT = 0, SCHEME_TYPE_FILTE
#endif
#ifdef UTF8_SUPPORT
#if defined(UTF8_SUPPORT) && !defined(__APPLE__)
- #include <ncursesw/panel.h>
- #include <ncursesw/ncurses.h>
+ #if defined(__FreeBSD__)
+ #include <panel.h>
+ #include <curses.h>
+ #include <panel.h>
+ #include <curses.h>
+ #else
+ #include <ncursesw/panel.h>
+ #include <ncursesw/ncurses.h>
+ #include <ncursesw/panel.h>
+ #include <ncursesw/ncurses.h>
+ #endif
#else
#if defined(sun) || defined(__sun) || defined(scoos) || defined(_HPUX_SOURCE) || defined(AIX) || defined(__CYGWIN__)
#include <ncurses/panel.h>
#if defined(__APPLE__)
#include <ncurses.h>

View File

@ -1,10 +0,0 @@
--- xclip.c.orig 2015-04-08 18:22:12 UTC
+++ xclip.c
@@ -10,6 +10,7 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <netinet/in.h>
#include "mt.h"
#include "error.h"