Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] m4: Add texinfo dependency and fix xlint
@ 2020-04-20  0:14 fosslinux
  2020-04-20  0:37 ` [PR PATCH] [Closed]: WIP: " fosslinux
  0 siblings, 1 reply; 2+ messages in thread
From: fosslinux @ 2020-04-20  0:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

There is a new pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages m4-texinfo
https://github.com/void-linux/void-packages/pull/21162

m4: Add texinfo dependency and fix xlint
```
make[2]: Entering directory '/builddir/m4-1.4.18/doc'
  MAKEINFO m4.info
/builddir/m4-1.4.18/build-aux/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
make[2]: *** [Makefile:1535: m4.info] Error 127
make[2]: Leaving directory '/builddir/m4-1.4.18/doc'
make[1]: *** [Makefile:1572: install-recursive] Error 1
make[1]: Leaving directory '/builddir/m4-1.4.18'
make: *** [Makefile:1867: install] Error 2
```

A patch file from https://github.com/void-linux/void-packages/pull/21162.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-m4-texinfo-21162.patch --]
[-- Type: text/x-diff, Size: 1172 bytes --]

From 988b682c3235c23f250bcb9846feb0ada264ac21 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Mon, 20 Apr 2020 10:08:11 +1000
Subject: [PATCH] m4: Add texinfo dependency and fix xlint

---
 srcpkgs/m4/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/m4/template b/srcpkgs/m4/template
index 111dc6a6b07..c21da25bfad 100644
--- a/srcpkgs/m4/template
+++ b/srcpkgs/m4/template
@@ -2,17 +2,18 @@
 pkgname=m4
 version=1.4.18
 revision=2
-patch_args="-Np1"
 bootstrap=yes
-replaces="chroot-m4>=0"
 build_style=gnu-configure
 configure_args="--enable-changeword --enable-threads"
+hostmakedepends="texinfo" # makeinfo
 short_desc="GNU version of UNIX m4 macro language processor"
-homepage="https://www.gnu.org/software/m4/"
-license="GPL-3.0-or-later"
 maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.gnu.org/software/m4/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
 checksum=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07
+replaces="chroot-m4>=0"
+patch_args="-Np1"
 
 pre_check() {
 	case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: WIP: m4: Add texinfo dependency and fix xlint
  2020-04-20  0:14 [PR PATCH] m4: Add texinfo dependency and fix xlint fosslinux
@ 2020-04-20  0:37 ` fosslinux
  0 siblings, 0 replies; 2+ messages in thread
From: fosslinux @ 2020-04-20  0:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

There's a closed pull request on the void-packages repository

WIP: m4: Add texinfo dependency and fix xlint
https://github.com/void-linux/void-packages/pull/21162

Description:
```
make[2]: Entering directory '/builddir/m4-1.4.18/doc'
  MAKEINFO m4.info
/builddir/m4-1.4.18/build-aux/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
make[2]: *** [Makefile:1535: m4.info] Error 127
make[2]: Leaving directory '/builddir/m4-1.4.18/doc'
make[1]: *** [Makefile:1572: install-recursive] Error 1
make[1]: Leaving directory '/builddir/m4-1.4.18'
make: *** [Makefile:1867: install] Error 2
```

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-20  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20  0:14 [PR PATCH] m4: Add texinfo dependency and fix xlint fosslinux
2020-04-20  0:37 ` [PR PATCH] [Closed]: WIP: " fosslinux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).