[ogre] Do not use strict mode by default in ogre for backward compatibility (#15789)

* [ogre] Do not use strict mode by default in ogre for backward compatibility

* Update port_versions metadata for ogre 1.12.9-5
This commit is contained in:
Silvio Traversaro 2021-01-22 21:09:58 +01:00 коммит произвёл GitHub
Родитель a528e6ac1f
Коммит 42bb41fa2d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "ogre",
"version-string": "1.12.9",
"port-version": 4,
"port-version": 5,
"description": "3D Object-Oriented Graphics Rendering Engine",
"homepage": "https://github.com/OGRECave/ogre",
"dependencies": [
@ -13,7 +13,6 @@
"assimp",
"freeimage",
"overlay",
"strict",
"zziplib"
],
"features": {

Просмотреть файл

@ -4142,7 +4142,7 @@
},
"ogre": {
"baseline": "1.12.9",
"port-version": 4
"port-version": 5
},
"ogre-next": {
"baseline": "2019-10-20-1",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "322b9a5290ce1656aa66b684b07d1e327b18eeeb",
"version-string": "1.12.9",
"port-version": 5
},
{
"git-tree": "7bd4cd10abb70cc91306e834cb8f7831bc33c8a0",
"version-string": "1.12.9",