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
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
75e8c385
Commit
75e8c385
authored
3 years ago
by
MANTANI Nobutaka
Browse files
Options
Downloads
Patches
Plain Diff
editors/imhex: Update to 1.8.1
parent
87906016
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
editors/imhex/Makefile
+5
-2
5 additions, 2 deletions
editors/imhex/Makefile
editors/imhex/distinfo
+3
-3
3 additions, 3 deletions
editors/imhex/distinfo
editors/imhex/files/patch-plugins_libimhex_CMakeLists.txt
+0
-19
0 additions, 19 deletions
editors/imhex/files/patch-plugins_libimhex_CMakeLists.txt
with
8 additions
and
24 deletions
editors/imhex/Makefile
+
5
−
2
View file @
75e8c385
PORTNAME
=
imhex
PORTVERSION
=
1.8.
0
PORTVERSION
=
1.8.
1
DISTVERSIONPREFIX
=
v
CATEGORIES
=
editors
MASTER_SITES
=
https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg
...
...
@@ -23,9 +23,10 @@ BUILD_DEPENDS= glm>0:math/glm \
nlohmann-json>0:devel/nlohmann-json
LIB_DEPENDS
=
libcapstone.so:devel/capstone4
\
libcurl.so:ftp/curl
\
libmbedtls.so:security/mbedtls
\
libfreetype.so:print/freetype2
\
libglfw.so:graphics/glfw
\
libharfbuzz.so:print/harfbuzz
\
libmbedtls.so:security/mbedtls
\
libtre.so:textproc/libtre
USES
=
cmake pkgconfig python:3.8+ xorg
...
...
@@ -42,6 +43,8 @@ GH_TAG_FMT= 6271406
GH_TAG_NATIVEFILEDIALOG
=
300203a
GH_TAG_YARA
=
1842271
CMAKE_ARGS
=
-DUSE_SYSTEM_CURL
=
ON
PORTDOCS
=
README.md
OPTIONS_DEFINE
=
DOCS NLS
...
...
This diff is collapsed.
Click to expand it.
editors/imhex/distinfo
+
3
−
3
View file @
75e8c385
TIMESTAMP = 1621
439913
TIMESTAMP = 1621
959882
SHA256 (imhex/xdg.hpp) = 2e08ce74adb71ff9b9aa9e1c999733fccd4b00967b9cf0c0e51dbf049392a9ec
SIZE (imhex/xdg.hpp) = 7674
SHA256 (imhex/WerWolv-ImHex-v1.8.
0
_GH0.tar.gz) =
8a130a8b8c7a8d699bf621ba768098b19a01866ba2ee634376f8883bd39d703a
SIZE (imhex/WerWolv-ImHex-v1.8.
0
_GH0.tar.gz) = 175
7395
SHA256 (imhex/WerWolv-ImHex-v1.8.
1
_GH0.tar.gz) =
f70cb238d3db75530e30b72cac586ffad975123e9478dae967be0086e57f9edd
SIZE (imhex/WerWolv-ImHex-v1.8.
1
_GH0.tar.gz) = 175
8664
SHA256 (imhex/btzy-nativefiledialog-extended-300203a_GH0.tar.gz) = 5db23b09fb098fa44cae663a5f2b38fc679dbf0a7acf9a8425500c9942478624
SIZE (imhex/btzy-nativefiledialog-extended-300203a_GH0.tar.gz) = 400036
SHA256 (imhex/fmtlib-fmt-6271406_GH0.tar.gz) = f07b01d4f092318f3da39d404f7cafbca311e7b576f09121adb1a54927826410
...
...
This diff is collapsed.
Click to expand it.
editors/imhex/files/patch-plugins_libimhex_CMakeLists.txt
deleted
100644 → 0
+
0
−
19
View file @
87906016
--- plugins/libimhex/CMakeLists.txt.orig 2021-05-18 19:25:59 UTC
+++ plugins/libimhex/CMakeLists.txt
@@ -12,8 +12,6 @@ set(XDGPP_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/..
set(CMAKE_USE_MBEDTLS ON)
set(BUILD_CURL_EXE OFF)
set(FPHSA_NAME_MISMATCHED ON CACHE BOOL "")
-add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../external/curl ${CMAKE_CURRENT_BINARY_DIR}/external/curl EXCLUDE_FROM_ALL)
-set_target_properties(libcurl PROPERTIES POSITION_INDEPENDENT_CODE ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
@@ -64,5 +62,5 @@ if (APPLE)
find_library(FOUNDATION NAMES Foundation)
target_link_libraries(libimhex PUBLIC imgui nlohmann_json mbedcrypto ${FOUNDATION} nfd fmt-header-only libcurl)
else ()
- target_link_libraries(libimhex PUBLIC imgui nlohmann_json mbedcrypto nfd fmt-header-only libcurl)
+ target_link_libraries(libimhex PUBLIC imgui nlohmann_json mbedcrypto nfd fmt-header-only curl)
endif ()
\ No newline at end of file
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