mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/mrc: update 1.3.14 → 1.3.15
This commit is contained in:
parent
54b1f34421
commit
42ff81efb0
3 changed files with 11 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mrc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.14
|
||||
DISTVERSION= 1.3.15
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737448306
|
||||
SHA256 (mhekkel-mrc-v1.3.14_GH0.tar.gz) = fa307ea06f7ca0eece6323b1dd1cc2ba6240da52871d50be3b885bedeef34130
|
||||
SIZE (mhekkel-mrc-v1.3.14_GH0.tar.gz) = 57029
|
||||
TIMESTAMP = 1738122809
|
||||
SHA256 (mhekkel-mrc-v1.3.15_GH0.tar.gz) = b66b50d11feaea4a3a063e5ce08f932839ab2d782fdf1b9c81a9e62015cfc5e1
|
||||
SIZE (mhekkel-mrc-v1.3.15_GH0.tar.gz) = 57123
|
||||
|
|
|
@ -1,16 +1,7 @@
|
|||
--- CMakeLists.txt.orig 2024-02-01 14:44:29 UTC
|
||||
--- CMakeLists.txt.orig 2025-01-28 12:11:06 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -61,7 +61,7 @@ endif()
|
||||
message(STATUS "Using COFF spec: ${COFF_SPEC}")
|
||||
endif()
|
||||
|
||||
-find_package(libmcfp 1.2.4 QUIET)
|
||||
+find_package(libmcfp REQUIRED) # workaround for https://github.com/mhekkel/mrc/issues/15
|
||||
|
||||
if(NOT libmcfp_FOUND)
|
||||
include(FetchContent)
|
||||
@@ -117,7 +117,7 @@ endif()
|
||||
add_test(NAME unit-test COMMAND $<TARGET_FILE:mrc-unit-test> WORKING_DIRECTORY .)
|
||||
@@ -122,7 +122,7 @@ endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
-install(TARGETS mrc)
|
||||
|
@ -18,9 +9,11 @@
|
|||
|
||||
if(WIN32)
|
||||
install(FILES cmake/mrc-config.cmake DESTINATION cmake)
|
||||
@@ -127,4 +127,4 @@ endif()
|
||||
@@ -132,6 +132,6 @@ endif()
|
||||
install(FILES doc/mrc.1 DESTINATION share/man/man1)
|
||||
endif()
|
||||
|
||||
-install(DIRECTORY example DESTINATION share/doc/mrc/)
|
||||
-install(DIRECTORY examples DESTINATION share/doc/mrc/)
|
||||
+#install(DIRECTORY example DESTINATION share/doc/mrc/)
|
||||
|
||||
# add_subdirectory(examples/simple)
|
||||
|
|
Loading…
Add table
Reference in a new issue