Hi Corinna,

Michael Kerrisk released the 2017 update in November, so would you care to release the update, or delegate/share?
Tweaks required to cygport appended.

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

diff a/man-pages-posix.cygport b/man-pages-posix.cygport
--- a/man-pages-posix.cygport        2015-04-20 04:39:08.000000000 -0600
+++ b/man-pages-posix.cygport     2021-03-09 06:55:27.751455500 -0700
@@ -1,5 +1,5 @@
 NAME="man-pages-posix"
-VERSION="2013-a"
+VERSION="2017-a"
 RELEASE=1
 CATEGORY="Doc"
 REQUIRES="man-db"
@@ -8,6 +8,9 @@ DESCRIPTION="POSIX manual pages"
 HOMEPAGE="https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/";

SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/${NAME}/${NAME}-${VERSION}.tar.xz";

+ARCH=noarch
+SRC_DIR=${NAME}-${VERSION%-?}
+
 src_compile() {
   cd ${S}
   cp -rp Makefile man[0-9]p ${B}
@@ -16,7 +19,7 @@ src_compile() {
 }

 src_install() {
-  dodoc ${S}/POSIX-COPYRIGHT
+  dodoc ${S}/POSIX-COPYRIGHT ${S}/${NAME}-${VERSION}.Announce
   cd ${B}
   cyginstall
   rm ${D}/usr/share/doc/${NAME}/README

Reply via email to