From 58216ef39d268cd2b4f24bcf7e9ddab4bbfaf968 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Feb 2021 12:00:56 -0400 Subject: [PATCH] Include libkqueue.h file needed to build the assistant on BSDs I suspect this is a bug in cabal sdist, because with Includes: Utility/libkqueue.h the file is not included, but putting it in extra-files does get it into the tarball. --- CHANGELOG | 1 + doc/bugs/Utility__47__libkqueue.h_left_out_on_hackage.mdwn | 1 + git-annex.cabal | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c057369320..dcada643bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ git-annex (8.20210128) UNRELEASED; urgency=medium * get: Improve output when failing to get a file fails. * Fix build on openbsd. Thanks, James Cook for the patch. + * Include libkqueue.h file needed to build the assistant on BSDs. -- Joey Hess Thu, 28 Jan 2021 12:34:32 -0400 diff --git a/doc/bugs/Utility__47__libkqueue.h_left_out_on_hackage.mdwn b/doc/bugs/Utility__47__libkqueue.h_left_out_on_hackage.mdwn index 7fafd76566..488e28b307 100644 --- a/doc/bugs/Utility__47__libkqueue.h_left_out_on_hackage.mdwn +++ b/doc/bugs/Utility__47__libkqueue.h_left_out_on_hackage.mdwn @@ -54,3 +54,4 @@ setup: Missing dependency on a foreign library: Nope, but hopefully packaging up the file will make it a little easier for me to try the next time :) +> [[fixed|done]] in git for next release --[[Joey]] diff --git a/git-annex.cabal b/git-annex.cabal index 7960f01695..8c1dae4851 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -249,6 +249,7 @@ Extra-Source-Files: templates/repolist.hamlet templates/controlmenu.hamlet templates/notifications/longpolling.julius + Utility/libkqueue.h Flag Assistant Description: Enable git-annex assistant and watch command