acfgfs: update to 0.6.2.
This commit is contained in:
parent
cc35259cf8
commit
b9084ffda0
|
@ -0,0 +1,57 @@
|
|||
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 'acfgfs'
|
||||
# !! keep synced with arcan
|
||||
pkgname=acfgfs
|
||||
version=0.6.1.1
|
||||
version=0.6.2
|
||||
revision=1
|
||||
wrksrc=arcan-${version}
|
||||
build_wrksrc=src/tools/acfgfs
|
||||
|
@ -13,7 +13,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=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
|
||||
checksum=635c447c341c7b803fd13317d3027ce438e8965803943a213a8f4409352d889c
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686|armv6l|armv7l|ppc)
|
||||
|
|
Loading…
Reference in New Issue