pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cinepaint
Module Name: pkgsrc
Committed By: maya
Date: Thu Oct 3 23:32:27 UTC 2019
Modified Files:
pkgsrc/graphics/cinepaint: Makefile
Log Message:
cinepaint: switch us over to C++11.
Fixes PR pkg/54596: cinepaint build broken with latest OpenEXR
Bump PKGREVISION out of paranoia.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/cinepaint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/cinepaint/Makefile
diff -u pkgsrc/graphics/cinepaint/Makefile:1.65 pkgsrc/graphics/cinepaint/Makefile:1.66
--- pkgsrc/graphics/cinepaint/Makefile:1.65 Sun Jul 21 22:24:55 2019
+++ pkgsrc/graphics/cinepaint/Makefile Thu Oct 3 23:32:27 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2019/07/21 22:24:55 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2019/10/03 23:32:27 maya Exp $
DISTNAME= cinepaint-1.0-4
PKGNAME= cinepaint-1.0.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 AND
MAKE_JOBS_SAFE= no
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config msgfmt gmake
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index