Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 15:39:06 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r463488 - in branches/2018Q1/x11-wm/icewm: . files
Message-ID:  <201803031539.w23Fd6HW081055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Mar  3 15:39:06 2018
New Revision: 463488
URL: https://svnweb.freebsd.org/changeset/ports/463488

Log:
  MFH: r463487
  
  Fix build on 11 and later with c++ compilers by default in c++11 mode
  
  PR:		226213
  Submitted by:	portmaster@bsdforge.com (maintainer)
  
  Approved by:	ports-secteam (build fix blanket)

Added:
  branches/2018Q1/x11-wm/icewm/files/patch-src_wmabout.cc
     - copied unchanged from r463487, head/x11-wm/icewm/files/patch-src_wmabout.cc
Modified:
  branches/2018Q1/x11-wm/icewm/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/x11-wm/icewm/Makefile
==============================================================================
--- branches/2018Q1/x11-wm/icewm/Makefile	Sat Mar  3 15:37:03 2018	(r463487)
+++ branches/2018Q1/x11-wm/icewm/Makefile	Sat Mar  3 15:39:06 2018	(r463488)
@@ -3,7 +3,7 @@
 
 PORTNAME=	icewm
 PORTVERSION=	1.3.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}
 

Copied: branches/2018Q1/x11-wm/icewm/files/patch-src_wmabout.cc (from r463487, head/x11-wm/icewm/files/patch-src_wmabout.cc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q1/x11-wm/icewm/files/patch-src_wmabout.cc	Sat Mar  3 15:39:06 2018	(r463488, copy of r463487, head/x11-wm/icewm/files/patch-src_wmabout.cc)
@@ -0,0 +1,11 @@
+--- src/wmabout.cc.orig	2018-02-25 21:00:14.796410000 -0800
++++ src/wmabout.cc	2018-02-25 21:00:22.254233000 -0800
+@@ -23,7 +23,7 @@
+ AboutDlg *aboutDlg = 0;
+ 
+ AboutDlg::AboutDlg(): YDialog() {
+-    char const *version("IceWM "VERSION" ("HOSTOS"/"HOSTCPU")");
++    char const *version("IceWM " VERSION" (" HOSTOS"/" HOSTCPU")");
+     ustring copyright =
+         ustring("Copyright ")
+         .append(_("(C)"))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803031539.w23Fd6HW081055>