pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ogre
Module Name: pkgsrc
Committed By: nia
Date: Fri Jul 21 08:30:48 UTC 2023
Modified Files:
pkgsrc/devel/ogre: Makefile buildlink3.mk
Log Message:
ogre: Require a compiler that supports put_time.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/ogre/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ogre/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ogre/Makefile
diff -u pkgsrc/devel/ogre/Makefile:1.50 pkgsrc/devel/ogre/Makefile:1.51
--- pkgsrc/devel/ogre/Makefile:1.50 Tue Jul 18 14:11:17 2023
+++ pkgsrc/devel/ogre/Makefile Fri Jul 21 08:30:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2023/07/18 14:11:17 nia Exp $
+# $NetBSD: Makefile,v 1.51 2023/07/21 08:30:48 nia Exp $
DISTNAME= ogre-1.12.11
PKGREVISION= 1
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_LANGUAGES+= gnu++11 # uses alloca()
-USE_CXX_FEATURES+= c++11
+USE_CXX_FEATURES+= c++11 put_time
# Unsupported on some pkgsrc platforms (e.g. NetBSD).
# It attempts to enable them solely based on the compiler version, which
Index: pkgsrc/devel/ogre/buildlink3.mk
diff -u pkgsrc/devel/ogre/buildlink3.mk:1.31 pkgsrc/devel/ogre/buildlink3.mk:1.32
--- pkgsrc/devel/ogre/buildlink3.mk:1.31 Mon Mar 1 12:12:14 2021
+++ pkgsrc/devel/ogre/buildlink3.mk Fri Jul 21 08:30:48 2023
@@ -1,10 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.31 2021/03/01 12:12:14 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2023/07/21 08:30:48 nia Exp $
BUILDLINK_TREE+= ogre
.if !defined(OGRE_BUILDLINK3_MK)
OGRE_BUILDLINK3_MK:=
+USE_CXX_FEATURES+= c++11 put_time
+
BUILDLINK_API_DEPENDS.ogre+= ogre>=1.12
BUILDLINK_ABI_DEPENDS.ogre+= ogre>=1.12
BUILDLINK_PKGSRCDIR.ogre?= ../../devel/ogre
Home |
Main Index |
Thread Index |
Old Index