Skip to content
GitLab
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
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
43c1fb3f
Commit
43c1fb3f
authored
2 years ago
by
Dmitry Marakasov
Browse files
Options
Downloads
Patches
Plain Diff
games/irrlamb: update 1.0.2 → 1.0.3
parent
78306959
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
games/irrlamb/Makefile
+3
-2
3 additions, 2 deletions
games/irrlamb/Makefile
games/irrlamb/distinfo
+3
-3
3 additions, 3 deletions
games/irrlamb/distinfo
games/irrlamb/files/patch-CMakeLists.txt
+7
-21
7 additions, 21 deletions
games/irrlamb/files/patch-CMakeLists.txt
with
13 additions
and
26 deletions
games/irrlamb/Makefile
+
3
−
2
View file @
43c1fb3f
PORTNAME
=
irrlamb
PORTVERSION
=
1.0.
2
PORTVERSION
=
1.0.
3
DISTVERSIONPREFIX
=
v
CATEGORIES
=
games
...
...
@@ -36,7 +36,8 @@ PORTDATA= *
PLIST_FILES
=
bin/irrlamb
\
share/applications/irrlamb.desktop
\
share/icons/hicolor/256x256/apps/irrlamb.png
share/icons/hicolor/256x256/apps/irrlamb.png
\
share/metainfo/irrlamb.xml
OPTIONS_DEFINE
=
DOCS
...
...
This diff is collapsed.
Click to expand it.
games/irrlamb/distinfo
+
3
−
3
View file @
43c1fb3f
TIMESTAMP = 165
3524155
SHA256 (jazztickets-irrlamb-v1.0.
2
_GH0.tar.gz) =
7db4368848145a1993293adbf8719ac6a2cdff8538cbe264a2aaedef06d8f9bd
SIZE (jazztickets-irrlamb-v1.0.
2
_GH0.tar.gz) = 39972
531
TIMESTAMP = 165
4257097
SHA256 (jazztickets-irrlamb-v1.0.
3
_GH0.tar.gz) =
fd5cd85241c900707db258bef0ba6646029ed18cc38a27a4ca2f548c32e1d88b
SIZE (jazztickets-irrlamb-v1.0.
3
_GH0.tar.gz) = 39972
048
SHA256 (jazztickets-cmake-6e3586a_GH0.tar.gz) = 2f25931465584c783c1d357a9c544a46cea2d23a147ccb5519ace726723f101f
SIZE (jazztickets-cmake-6e3586a_GH0.tar.gz) = 10818
This diff is collapsed.
Click to expand it.
games/irrlamb/files/patch-CMakeLists.txt
+
7
−
21
View file @
43c1fb3f
--- CMakeLists.txt.orig 2022-0
5-23 17:54:07
UTC
--- CMakeLists.txt.orig 2022-0
6-03 00:15:34
UTC
+++ CMakeLists.txt
@@ -8,19 +8,14 @@ endif()
@@ -7,14 +7,14 @@ if(EXISTS "${PROJECT_SOURCE_DIR}/tools")
endif()
# define constants
add_definitions(-DGAME_VERSION="1.0.
2
")
add_definitions(-DGAME_VERSION="1.0.
3
")
-add_definitions(-D_IRR_STATIC_LIB_)
-add_definitions(-DdIDEDOUBLE)
-add_definitions(-DCCD_IDEDOUBLE)
...
...
@@ -19,24 +20,9 @@
+#add_definitions(-DdLIBCCD_ENABLED)
+#add_definitions(-DdLIBCCD_CYL_CYL)
-# set default build type
-if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE Release)
-endif()
-
# add extra find modules
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
@@ -39,7 +34,7 @@ elseif(UNIX)
endif()
# compiler flags
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-deprecated-declarations -pedantic -std=gnu++11 -msse -mfpmath=sse")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-deprecated-declarations -pedantic -std=gnu++11")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DdNODEBUG -s")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DdNODEBUG -s")
@@ -50,6 +45,14 @@ include_directories(${X11_Xrandr_INCLUDE_PATH})
@@ -53,6 +53,14 @@ include_directories(${X11_Xrandr_INCLUDE_PATH})
include_directories(${X11_X11_INCLUDE_PATH})
include_directories(${X11_xf86vmode_INCLUDE_PATH})
...
...
@@ -51,7 +37,7 @@
# pandora devices
if(PANDORA)
add_definitions("-DPANDORA")
@@ -12
4
,15 +1
27
,15 @@ if(WIN32)
@@ -12
7
,15 +1
35
,15 @@ if(WIN32)
else()
# linux installation
...
...
@@ -75,4 +61,4 @@
+ install(DIRECTORY ${PROJECT_SOURCE_DIR}/working/ui DESTINATION share/${CMAKE_PROJECT_NAME})
install(FILES ${PROJECT_SOURCE_DIR}/deployment/${CMAKE_PROJECT_NAME}.png DESTINATION share/icons/hicolor/256x256/apps)
install(FILES ${PROJECT_SOURCE_DIR}/deployment/${CMAKE_PROJECT_NAME}.desktop DESTINATION share/applications)
install(FILES ${PROJECT_SOURCE_DIR}/
CHANGELOG DESTINATION share/doc/${CMAKE_PROJECT_NAME}
)
install(FILES ${PROJECT_SOURCE_DIR}/
deployment/${CMAKE_PROJECT_NAME}.xml DESTINATION share/metainfo
)
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