~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] main/mandoc: add /usr/local/share/man to MANPATH

Details
Message ID
<20210915190653.22606-1-catdevnull@riseup.net>
DKIM signature
missing
Download raw message
Patch: +3 -3
From: Nulo <git@nulo.in>

This allows seeing the man pages of things installed to /usr/local.
---
 main/mandoc/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/mandoc/APKBUILD b/main/mandoc/APKBUILD
index 1058e8da87..b725ddcdf7 100644
--- a/main/mandoc/APKBUILD
+++ b/main/mandoc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mandoc
pkgver=1.14.5
pkgrel=5
pkgrel=6
pkgdesc="mandoc (formerly mdocml) UNIX manpage compiler toolset"
url="https://mandoc.bsd.lv/"
arch="all"
@@ -27,11 +27,11 @@ prepare() {

	cat >configure.local<<-__EOF__
	PREFIX=/usr
	MANDIR=/usr/share/man
	MANDIR=/usr/share/man:/usr/local/share/man
	LIBDIR=/usr/lib
	CFLAGS="$CFLAGS"
	UTF8_LOCALE="en_US.UTF-8"
	MANPATH_DEFAULT="/usr/share/man:/usr/local/man"
	MANPATH_DEFAULT="/usr/share/man:/usr/local/man:/usr/local/share/man"
	MANPATH_BASE="/usr/share/man"
	LN="ln -sf"
	HAVE_LESS_T=0
-- 
2.33.0
Details
Message ID
<163432800325.6885.9871004155658646705.gitlab.25385.22a5f4d88d96575e8b826a64abf796422d0d1d41@listserv.local>
In-Reply-To
<20210915190653.22606-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@ncopa`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25385#note_185720
Details
Message ID
<163494990068.6885.17515493031832489465.gitlab.25385.e4d9eaa63259224f0161d5b941b014a0bd45fba2@listserv.local>
In-Reply-To
<20210915190653.22606-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
@ncopa

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25385#note_187383
Reply to thread Export thread (mbox)