aloadimage: update to 0.6.2.1.
This commit is contained in:
parent
bc2805eab8
commit
7f8b461d57
|
@ -1,57 +0,0 @@
|
|||
From f1ff13a78c8a9c07d962335cfdf900cb5e6e2218 Mon Sep 17 00:00:00 2001
|
||||
From: Jan Beich <jbeich@FreeBSD.org>
|
||||
Date: Sat, 16 Jul 2022 19:39:04 +0000
|
||||
Subject: [PATCH] (build) add missing include after c80cd084921c (#254)
|
||||
|
||||
===> Checking for items in STAGEDIR missing from pkg-plist
|
||||
Error: Orphaned: /man1/aclip.1
|
||||
===> Checking for items in pkg-plist which are not in STAGEDIR
|
||||
Error: Missing: share/man/man1/aclip.1.gz
|
||||
---
|
||||
src/tools/acfgfs/CMakeLists.txt | 2 ++
|
||||
src/tools/aclip/CMakeLists.txt | 2 ++
|
||||
src/tools/aloadimage/CMakeLists.txt | 2 ++
|
||||
3 files changed, 6 insertions(+)
|
||||
|
||||
diff --git a/src/tools/acfgfs/CMakeLists.txt b/src/tools/acfgfs/CMakeLists.txt
|
||||
index ca1a4e2d..7cdffc9b 100644
|
||||
--- a/src/tools/acfgfs/CMakeLists.txt
|
||||
+++ b/src/tools/acfgfs/CMakeLists.txt
|
||||
@@ -14,6 +14,8 @@ find_package(RT REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(DL REQUIRED)
|
||||
|
||||
+include(GNUInstallDirs) # CMAKE_INSTALL_MANDIR
|
||||
+
|
||||
add_definitions(
|
||||
-Wall
|
||||
-D__UNIX
|
||||
diff --git a/src/tools/aclip/CMakeLists.txt b/src/tools/aclip/CMakeLists.txt
|
||||
index 30dee001..615852ea 100644
|
||||
--- a/src/tools/aclip/CMakeLists.txt
|
||||
+++ b/src/tools/aclip/CMakeLists.txt
|
||||
@@ -17,6 +17,8 @@ find_package(RT REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(DL REQUIRED)
|
||||
|
||||
+include(GNUInstallDirs) # CMAKE_INSTALL_MANDIR
|
||||
+
|
||||
add_definitions(
|
||||
-Wall
|
||||
-D__UNIX
|
||||
diff --git a/src/tools/aloadimage/CMakeLists.txt b/src/tools/aloadimage/CMakeLists.txt
|
||||
index b9bce35e..ced8f2c9 100644
|
||||
--- a/src/tools/aloadimage/CMakeLists.txt
|
||||
+++ b/src/tools/aloadimage/CMakeLists.txt
|
||||
@@ -19,6 +19,8 @@ find_package(DL REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(Sanitizers REQUIRED)
|
||||
|
||||
+include(GNUInstallDirs) # CMAKE_INSTALL_MANDIR
|
||||
+
|
||||
SET(LIBRARIES
|
||||
Math::Math
|
||||
RT::RT
|
||||
--
|
||||
2.37.1
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'aloadimage'
|
||||
# !! keep synced with arcan
|
||||
pkgname=aloadimage
|
||||
version=0.6.2
|
||||
version=0.6.2.1
|
||||
revision=1
|
||||
build_wrksrc=src/tools/aloadimage
|
||||
build_style=cmake
|
||||
|
@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://arcan-fe.com/"
|
||||
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
|
||||
checksum=635c447c341c7b803fd13317d3027ce438e8965803943a213a8f4409352d889c
|
||||
checksum=7bf083412bc61555472877313c13116431a0a36fccbf142f97559db43b4a1475
|
||||
|
||||
post_install() {
|
||||
vlicense ../../../COPYING
|
||||
|
|
Loading…
Reference in New Issue