Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
361dd956
Commit
361dd956
authored
3 years ago
by
Dmitry Marakasov
Browse files
Options
Downloads
Patches
Plain Diff
games/wyrmgus: update to 5.2.0
parent
52327e4b
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
games/wyrmgus/Makefile
+5
-4
5 additions, 4 deletions
games/wyrmgus/Makefile
games/wyrmgus/distinfo
+3
-3
3 additions, 3 deletions
games/wyrmgus/distinfo
games/wyrmgus/files/patch-src_util_path__util.h
+0
-13
0 additions, 13 deletions
games/wyrmgus/files/patch-src_util_path__util.h
with
8 additions
and
20 deletions
games/wyrmgus/Makefile
+
5
−
4
View file @
361dd956
# Created by: Travis Poppe <tlp@liquidx.org>
PORTNAME
=
wyrmgus
PORTVERSION
=
5.
0.1
PORTVERSION
=
5.
2.0
DISTVERSIONPREFIX
=
v
CATEGORIES
=
games devel
...
...
@@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS
=
libtolua++-
${
LUA_VER
}
.so:lang/tolua++
BUILD_DEPENDS
=
${
LOCALBASE
}
/include/boost/tokenizer.hpp:devel/boost-libs
USE_GITHUB
=
yes
GH_ACCOUNT
=
Andrettin
GH_PROJECT
=
Wyrmgus
USE_GITHUB
=
yes
GH_ACCOUNT
=
Andrettin
GH_PROJECT
=
Wyrmgus
GH_TAGNAME
=
eca99a1
# contains critical fixes
USES
=
cmake compiler:c++17-lang lua:51 pkgconfig sdl sqlite qt:5 xorg
USE_QT
=
core gui widgets multimedia location
\
...
...
This diff is collapsed.
Click to expand it.
games/wyrmgus/distinfo
+
3
−
3
View file @
361dd956
TIMESTAMP = 16
29717520
SHA256 (Andrettin-Wyrmgus-v5.
0.
1_GH0.tar.gz) =
a149e6d6f80471ee017f1182b68c4a22256da220fc569a68a3cc9cc950a28141
SIZE (Andrettin-Wyrmgus-v5.
0.
1_GH0.tar.gz) = 15
6709
0
TIMESTAMP = 16
33375943
SHA256 (Andrettin-Wyrmgus-v5.
2.0-eca99a
1_GH0.tar.gz) =
40892f7b256975c5f5ec18906f184ab8b98ac4fb94e0d0e04b837623e76c0ff9
SIZE (Andrettin-Wyrmgus-v5.
2.0-eca99a
1_GH0.tar.gz) = 15
7492
0
This diff is collapsed.
Click to expand it.
games/wyrmgus/files/patch-src_util_path__util.h
deleted
100644 → 0
+
0
−
13
View file @
52327e4b
std
::
filesystem
::
path
::
u8string
may
return
std
::
string
depending
on
standard
---
src
/
util
/
path_util
.
h
.
orig
2021
-
08
-
22
18
:
46
:
24
UTC
+++
src
/
util
/
path_util
.
h
@@
-
31
,
7
+
31
,
7
@@
namespace
wyrmgus
::
path
{
inline
std
::
string
to_string
(
const
std
::
filesystem
::
path
&
path
)
{
//convert a path to a UTF-8 encoded string
-
const
std
::
u8string
u8str
=
path
.
u8string
();
+
const
auto
u8str
=
path
.
u8string
();
return
std
::
string
(
u8str
.
begin
(),
u8str
.
end
());
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment