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/tdeedu/distinfo | 6 ++-- .../files/patch-bp000-fix-build-dependencies.diff | 13 ------- .../files/patch-bp001-fix-ftbfs-on-c++11.diff | 40 ---------------------- 3 files changed, 3 insertions(+), 56 deletions(-) delete mode 100644 freebsd/tdeedu/files/patch-bp000-fix-build-dependencies.diff delete mode 100644 freebsd/tdeedu/files/patch-bp001-fix-ftbfs-on-c++11.diff (limited to 'freebsd/tdeedu') diff --git a/freebsd/tdeedu/distinfo b/freebsd/tdeedu/distinfo index 805d2d07c..2f6a09c8d 100644 --- a/freebsd/tdeedu/distinfo +++ b/freebsd/tdeedu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533388191 -SHA256 (TDE/tdeedu-trinity_14.0.5.orig.tar.xz) = f97d808eaa3b4ec713a2eea6a0024eba402f23fd6443620999fad9150e565f9b -SIZE (TDE/tdeedu-trinity_14.0.5.orig.tar.xz) = 24717996 +TIMESTAMP = 1552123779 +SHA256 (TDE/tdeedu-trinity_14.0.6.orig.tar.xz) = 4ba70714417b1122e81cf17d0930b8ae35ae7568a4024a6c3df4ec3035262059 +SIZE (TDE/tdeedu-trinity_14.0.6.orig.tar.xz) = 24729892 diff --git a/freebsd/tdeedu/files/patch-bp000-fix-build-dependencies.diff b/freebsd/tdeedu/files/patch-bp000-fix-build-dependencies.diff deleted file mode 100644 index 1d442f1c8..000000000 --- a/freebsd/tdeedu/files/patch-bp000-fix-build-dependencies.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/kmplot/kmplot/Makefile.am b/kmplot/kmplot/Makefile.am -index 1817b1cb..4d971fbd 100644 ---- a/kmplot/kmplot/Makefile.am -+++ b/kmplot/kmplot/Makefile.am -@@ -28,6 +28,8 @@ kmplot_SOURCES = main.cpp kmplot.cpp kmplotprogress.cpp kmplotIface.skel - kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP - kmplot_LDADD = $(LIB_TDEPARTS) - -+kmplot_COMPILE_FIRST = FktDlgData.h qminmax.h settings.h -+ - # this is where the desktop file will go - appmimedir = $(kde_mimedir)/application - appmime_DATA = x-kmplot.desktop diff --git a/freebsd/tdeedu/files/patch-bp001-fix-ftbfs-on-c++11.diff b/freebsd/tdeedu/files/patch-bp001-fix-ftbfs-on-c++11.diff deleted file mode 100644 index b8fd21342..000000000 --- a/freebsd/tdeedu/files/patch-bp001-fix-ftbfs-on-c++11.diff +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/kmplot/kmplot/xparser.cpp b/kmplot/kmplot/xparser.cpp -index acf7ecdb..4ab4300f 100644 ---- a/kmplot/kmplot/xparser.cpp -+++ b/kmplot/kmplot/xparser.cpp -@@ -521,7 +521,7 @@ TQString XParser::functionMinValue(uint id) - { - int const ix = ixValue(id); - if (ix==-1) -- return int(); -+ return TQString(); - return ufkt[ix].str_dmin; - } - -@@ -539,7 +539,7 @@ TQString XParser::functionMaxValue(uint id) - { - int const ix = ixValue(id); - if (ix==-1) -- return int(); -+ return TQString(); - return ufkt[ix].str_dmax; - } - -@@ -557,7 +557,7 @@ TQString XParser::functionStartXValue(uint id) - { - int const ix = ixValue(id); - if (ix==-1) -- return int(); -+ return TQString(); - return ufkt[ix].str_startx; - } - -@@ -575,7 +575,7 @@ TQString XParser::functionStartYValue(uint id) - { - int const ix = ixValue(id); - if (ix==-1) -- return int(); -+ return TQString(); - return ufkt[ix].str_starty; - } - -- cgit v1.2.1