aboutsummaryrefslogtreecommitdiffstats
path: root/misc/free42
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-02-11 06:34:22 +0800
committeryuri <yuri@FreeBSD.org>2018-02-11 06:34:22 +0800
commit430d7c5d762de5e7ccb1cc5103bfefcf844165a1 (patch)
treecb365263c74008543e499dc41e94783260ac4705 /misc/free42
parent0c2c04c790d1948dfc47ad07e615909c6b121931 (diff)
downloadfreebsd-ports-gnome-430d7c5d762de5e7ccb1cc5103bfefcf844165a1.tar.gz
freebsd-ports-gnome-430d7c5d762de5e7ccb1cc5103bfefcf844165a1.tar.zst
freebsd-ports-gnome-430d7c5d762de5e7ccb1cc5103bfefcf844165a1.zip
misc/free42: Update to 2.0.14
Changelog: http://thomasokken.com/free42/history.html Additional port changes: * Added CXXFLAGS to fix the build on CURRENT as per the advice of the upstream developer. Reported by: portscout Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'misc/free42')
-rw-r--r--misc/free42/Makefile3
-rw-r--r--misc/free42/distinfo6
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/free42/Makefile b/misc/free42/Makefile
index 091d3a50d9b7..8d5225cb1e11 100644
--- a/misc/free42/Makefile
+++ b/misc/free42/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= free42
-DISTVERSION= 2.0.10
+DISTVERSION= 2.0.14
CATEGORIES= misc
MASTER_SITES= http://thomasokken.com/free42/upstream/
DISTNAME= ${PORTNAME}-nologo-${DISTVERSION}
@@ -24,6 +24,7 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
USE_XORG= x11 xmu
DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h
+CXXFLAGS+= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50
BUILD_WRKSRC= ${WRKSRC}/gtk
post-extract:
diff --git a/misc/free42/distinfo b/misc/free42/distinfo
index facf02ffc8dd..c63f5fe42627 100644
--- a/misc/free42/distinfo
+++ b/misc/free42/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515411890
-SHA256 (free42-nologo-2.0.10.tgz) = e15c8a96643d27961b89488bd1f040a453d03349b5436077ffd3825b7cffdbc3
-SIZE (free42-nologo-2.0.10.tgz) = 7389429
+TIMESTAMP = 1518300984
+SHA256 (free42-nologo-2.0.14.tgz) = be6fc05f6cefafec83795ae2abb1b85d5de9a479db12323d9409db1f675cfbd3
+SIZE (free42-nologo-2.0.14.tgz) = 7389737