pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gpxsee



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Jun  6 15:27:57 UTC 2023

Modified Files:
        pkgsrc/geography/gpxsee: Makefile

Log Message:
gpxsee now needs c++11 not c++03


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/gpxsee/Makefile

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

Modified files:

Index: pkgsrc/geography/gpxsee/Makefile
diff -u pkgsrc/geography/gpxsee/Makefile:1.20 pkgsrc/geography/gpxsee/Makefile:1.21
--- pkgsrc/geography/gpxsee/Makefile:1.20       Mon May 22 21:00:30 2023
+++ pkgsrc/geography/gpxsee/Makefile    Tue Jun  6 15:27:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/05/22 21:00:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/06/06 15:27:57 abs Exp $
 
 DISTNAME=      GPXSee-6.3
 PKGNAME=       ${DISTNAME:tl}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/tumic0/GPXS
 COMMENT=       GPS log file viewer and analyzer
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES= c++03
+USE_LANGUAGES= c++11
 QMAKE=         ${QTDIR}/bin/qmake
 
 INSTALLATION_DIRS+=    bin share/gpxsee/csv share/gpxsee/maps share/applications share/mime/packages share/pixmaps



Home | Main Index | Thread Index | Old Index