Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-07 04:39:46 UTC Now

2022-12-18 14:52:08 UTC MAIN commitmail json YAML

lang/ruby: add handling for ruby-manpages

1. Introduce RUBYGEM_MANPAGES

ruby-manpages pacakge is a plugin for rubygems and it changes behavior of
gem based pacakges (installing man pages to PKGMANDIR or not).

If ruby gem based package contains manual pages, it might fail to build
depending on installation of ruby-manpages.

So, introduce RUBYGEM_MANPAGES which mandate installation of ruby-manpages
packages or not.  RUBYGEM_MANPAGES should be set to "YES" ruby gem based
package contains manual pages.

2. Remove obosolete comment lines.

(taca)