pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libfilezilla



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jul 23 16:28:36 UTC 2019

Modified Files:
        pkgsrc/net/libfilezilla: Makefile

Log Message:
net/libfilezilla: Set GCC_REQD=7 for C++17

Also, use the new c++17 keyword in USE_LANGUAGES.

This commit is not expected to change the produced binaries on any
system where it built before.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/libfilezilla/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libfilezilla/Makefile
diff -u pkgsrc/net/libfilezilla/Makefile:1.22 pkgsrc/net/libfilezilla/Makefile:1.23
--- pkgsrc/net/libfilezilla/Makefile:1.22       Sat Jul 20 22:46:39 2019
+++ pkgsrc/net/libfilezilla/Makefile    Tue Jul 23 16:28:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/07/20 22:46:39 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/07/23 16:28:36 gdt Exp $
 
 DISTNAME=      libfilezilla-0.17.1
 PKGREVISION=   1
@@ -15,13 +15,12 @@ LICENSE=    gnu-gpl-v2
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake msgfmt pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
 
 PKGCONFIG_OVERRIDE+=   lib/libfilezilla.pc.in
 
-# TODO: update GCC_REQD, as of 0.17.1 this requires C++17
-# GCC 4.9 is required to support C++14
-GCC_REQD+=     4.9
+# for C++17
+GCC_REQD+=     7
 
 BUILDLINK_API_DEPENDS.nettle+= nettle>=3.1
 .include "../../security/nettle/buildlink3.mk"



Home | Main Index | Thread Index | Old Index