pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/filezilla filezilla: needs c++17, mark it as such, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82c18f6abd2a
branches:  trunk
changeset: 336792:82c18f6abd2a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 23 16:40:06 2019 +0000

description:
filezilla: needs c++17, mark it as such, and bump GCC_REQD to 7

diffstat:

 net/filezilla/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 901220ec5889 -r 82c18f6abd2a net/filezilla/Makefile
--- a/net/filezilla/Makefile    Tue Jul 23 16:28:36 2019 +0000
+++ b/net/filezilla/Makefile    Tue Jul 23 16:40:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2019/07/21 22:25:30 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2019/07/23 16:40:06 wiz Exp $
 
 VERSION=       3.43.0
 DISTNAME=      FileZilla_${VERSION}_src
@@ -14,7 +14,7 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
 USE_TOOLS+=    gmake pkg-config msgfmt msgmerge xgettext
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
@@ -22,9 +22,8 @@
 # avoid xdg-utils dependency
 CONFIGURE_ENV+=                ac_cv_path_xdgopen=firefox
 
-# TODO: update GCC_REQD, as of 3.43.0 this requires C++17
-# GCC 4.9 is required to support C++14.
-GCC_REQD+=             4.9
+# For C++17.
+GCC_REQD+=             7
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index