[Bug 226917] security/tinc: broken man pages caused by non-portable syntax in Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 25 15:56:45 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226917

            Bug ID: 226917
           Summary: security/tinc: broken man pages caused by non-portable
                    syntax in Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex at FreeBSD.org
          Reporter: lantw44 at gmail.com
             Flags: maintainer-feedback?(dinoex at FreeBSD.org)
          Assignee: dinoex at FreeBSD.org

Created attachment 191805
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191805&action=edit
Fix man pages generation for tinc

Tinc port installs two man pages, but both of them are empty.

$ gzip -l /usr/local/man/man8/tincd.8.gz 
  compressed uncompressed  ratio uncompressed_name
          20            0 -99.9% /usr/local/man/man8/tincd.8
$ gzip -l /usr/local/man/man5/tinc.conf.5.gz 
  compressed uncompressed  ratio uncompressed_name
          20            0 -99.9% /usr/local/man/man5/tinc.conf.5

The problem is in the Makefile of tinc. It causes sed to read input files from
(empty) stdin and write empty outputs because our make implementation doesn't
recognize '$<' in non-suffix rules. Upstream has fixed the problem in git, but
no releases has been made since the fix was committed.

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


More information about the freebsd-ports-bugs mailing list