svn commit: r461444 - head/misc/free42

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 10 22:34:23 UTC 2018


Author: yuri
Date: Sat Feb 10 22:34:22 2018
New Revision: 461444
URL: https://svnweb.freebsd.org/changeset/ports/461444

Log:
  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)

Modified:
  head/misc/free42/Makefile
  head/misc/free42/distinfo

Modified: head/misc/free42/Makefile
==============================================================================
--- head/misc/free42/Makefile	Sat Feb 10 22:26:35 2018	(r461443)
+++ head/misc/free42/Makefile	Sat Feb 10 22:34:22 2018	(r461444)
@@ -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:

Modified: head/misc/free42/distinfo
==============================================================================
--- head/misc/free42/distinfo	Sat Feb 10 22:26:35 2018	(r461443)
+++ head/misc/free42/distinfo	Sat Feb 10 22:34:22 2018	(r461444)
@@ -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


More information about the svn-ports-head mailing list