From c50beef08d80ff3caaf68951f1d0b3843182a4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 18 Mar 2019 02:25:34 +0100 Subject: FreeBSD: Update for final release R14.0.6 Add ports for bunch of applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/filelight/distinfo | 6 +++--- .../filelight/files/patch-bp000-fix-ftbfs-on-c++11.diff | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 freebsd/applications/filelight/files/patch-bp000-fix-ftbfs-on-c++11.diff (limited to 'freebsd/applications/filelight') diff --git a/freebsd/applications/filelight/distinfo b/freebsd/applications/filelight/distinfo index a48eb78fa..5c8d19590 100644 --- a/freebsd/applications/filelight/distinfo +++ b/freebsd/applications/filelight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533399152 -SHA256 (TDE/applications/filelight-trinity_14.0.5.orig.tar.xz) = 2dfa19fa13f3fb6384da519f8073550687c14d7b0493c65d97a032b78fdeb8de -SIZE (TDE/applications/filelight-trinity_14.0.5.orig.tar.xz) = 680004 +TIMESTAMP = 1552238775 +SHA256 (TDE/applications/filelight-trinity_14.0.6.orig.tar.xz) = eeb8a952bb7f70e330de18c74d656e8b4af316d34e9062a205e600a4ca9d7f49 +SIZE (TDE/applications/filelight-trinity_14.0.6.orig.tar.xz) = 686684 diff --git a/freebsd/applications/filelight/files/patch-bp000-fix-ftbfs-on-c++11.diff b/freebsd/applications/filelight/files/patch-bp000-fix-ftbfs-on-c++11.diff deleted file mode 100644 index de573e049..000000000 --- a/freebsd/applications/filelight/files/patch-bp000-fix-ftbfs-on-c++11.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/part/radialMap/map.cpp b/src/part/radialMap/map.cpp -index 72d105d..e564969 100644 ---- a/src/part/radialMap/map.cpp -+++ b/src/part/radialMap/map.cpp -@@ -351,7 +351,7 @@ RadialMap::Map::paint( unsigned int scaleFactor ) - //draw arrow head to indicate undisplayed files/directories - TQPointArray pts( 3 ); - TQPoint pos, cpos = rect.center(); -- int a[3] = { (*it)->start(), (*it)->length(), 0 }; -+ unsigned int a[3] = { (*it)->start(), (*it)->length(), 0 }; - - a[2] = a[0] + (a[1] / 2); //assign to halfway between - if( a[1] > a_max ) -- cgit v1.2.3