pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/pgadmin3



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep  3 13:19:12 UTC 2019

Modified Files:
        pkgsrc/databases/pgadmin3: Makefile

Log Message:
pgadmin3: Needs c++11 to build


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/databases/pgadmin3/Makefile

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

Modified files:

Index: pkgsrc/databases/pgadmin3/Makefile
diff -u pkgsrc/databases/pgadmin3/Makefile:1.66 pkgsrc/databases/pgadmin3/Makefile:1.67
--- pkgsrc/databases/pgadmin3/Makefile:1.66     Sun Jul 21 22:24:35 2019
+++ pkgsrc/databases/pgadmin3/Makefile  Tue Sep  3 13:19:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/07/21 22:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2019/09/03 13:19:12 nia Exp $
 
 DISTNAME=      pgadmin3-1.22.2
 PKGREVISION=   3
@@ -10,7 +10,7 @@ HOMEPAGE=     https://www.pgadmin.org/
 COMMENT=       Graphical PostgreSQL client and administration tool
 LICENSE=       postgresql-license
 
-USE_LANGUAGES=         c99 c++03
+USE_LANGUAGES=         c99 c++11
 USE_TOOLS+=            echo gmake sed
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index