diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-09 06:09:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-09 06:09:15 +0800 |
commit | 9cbdc5114ee8c46e5dd813d80b1da07e6ae56ff1 (patch) | |
tree | 1fbd4b95dd0bfc26b738c34ce3186c4a64a6c92d /games | |
parent | 2b7a8b94f50afe9eadfcb1fb6c0931e6baa796c9 (diff) | |
download | freebsd-ports-gnome-9cbdc5114ee8c46e5dd813d80b1da07e6ae56ff1.tar.gz freebsd-ports-gnome-9cbdc5114ee8c46e5dd813d80b1da07e6ae56ff1.tar.zst freebsd-ports-gnome-9cbdc5114ee8c46e5dd813d80b1da07e6ae56ff1.zip |
multimedia/assimp: Update to 4.1.0
Change log:
https://github.com/assimp/assimp/releases/tag/v4.1.0
Additional port changes:
* Removed CMAKE_SKIP_RPATH, the default behavior should suffice
* Changed to CMAKE_OFF
* Removed the unnecessary .if/gcc clause
* Improved PLIST_SUB tokens
* Added the patch for #include that is already in the upstream
repository now
Also tried to add the double-precision option, but it fails in build,
so I reported this to the upsream.
Bumped PORTREVISION: games/pioneer games/doomsday graphics/qt5-3d
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14253
Diffstat (limited to 'games')
-rw-r--r-- | games/doomsday/Makefile | 1 | ||||
-rw-r--r-- | games/pioneer/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index 238b946a5500..b43db409334d 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -3,6 +3,7 @@ PORTNAME= doomsday PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index c5c42234350f..a21673595378 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -3,6 +3,7 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lightside@gmx.com |