pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/proj
Module Name: pkgsrc
Committed By: gdt
Date: Wed Feb 20 17:47:29 UTC 2019
Modified Files:
pkgsrc/geography/proj: Makefile
Log Message:
geography/proj: Set USE_LANGUAGES to c++11
The package uses explicit --std=c++11, so declare that correctly (even
though it built on netbsd-8 with just c++).
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/proj/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/proj/Makefile
diff -u pkgsrc/geography/proj/Makefile:1.14 pkgsrc/geography/proj/Makefile:1.15
--- pkgsrc/geography/proj/Makefile:1.14 Wed Feb 20 17:42:00 2019
+++ pkgsrc/geography/proj/Makefile Wed Feb 20 17:47:29 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2019/02/20 17:42:00 gdt Exp $
+# $NetBSD: Makefile,v 1.15 2019/02/20 17:47:29 gdt Exp $
VERSION_BASE= 5.2.0
VERSION_RC=
VERSION= ${VERSION_BASE}${VERSION_RC}
-PKGREVISION= 1
+PKGREVISION= 2
# proj RCs have names like 5.1.0RC1 but unpack to 5.1.0
WRKFINAL= proj-${VERSION_BASE}
WRKSRC= ${WRKDIR}/${WRKFINAL}
@@ -22,7 +22,7 @@ LICENSE= mit
PREV_PKGPATH= misc/proj
-USE_LANGUAGES= c99 c++
+USE_LANGUAGES= c99 c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index