Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Dec 2019 08:08:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 242352] devel/ruby-gems: Add framework to handle man pages installed by gem
Message-ID:  <bug-242352-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242352

            Bug ID: 242352
           Summary: devel/ruby-gems: Add framework to handle man pages
                    installed by gem
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ruby@FreeBSD.org
          Reporter: yasu@utahime.org
             Flags: maintainer-feedback?(ruby@FreeBSD.org)
          Assignee: ruby@FreeBSD.org

Created attachment 209589
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209589&action=
=3Dedit
Patch file

* When devel/ruby-gems is installed
  - Make directories for man pages ${PREFIX}/${GEMS_MAN_DIR}/man[1-9].
  - Add above directory to man path.
* If rubygem ports installs manuals, set their path (relative to
  ${PREFIX}) to GEM_MANUALS_SEC[1-9] in Makefile.
* If GEM_MANUALS_SEC[1-9] isn't empty, Mk/Use/gem.mk do following jobs
  - Create relative symbolic links from
    ${PREFIX}/${GEMS_MAN_DIR}/man[1-9] to real path to each man pages.
  - Add symbolic links to plist.

This patch is based on my proposal in bug #241555, comment #11.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242352-21402>