From 430d7c5d762de5e7ccb1cc5103bfefcf844165a1 Mon Sep 17 00:00:00 2001 From: yuri Date: Sat, 10 Feb 2018 22:34:22 +0000 Subject: 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) --- misc/free42/Makefile | 3 ++- misc/free42/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'misc/free42') 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 -- cgit