Summary: | security/gnutls3 gnutls.info-5): No such file or directory | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | mikhail.rokhin |
Component: | Individual Port(s) | Assignee: | Bryan Drewery <bdrewery> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | bdrewery, dennylin93 |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183577 |
Description
mikhail.rokhin
2014-06-06 08:43:33 UTC
*** Bug 190694 has been marked as a duplicate of this bug. *** A commit references this bug: Author: bdrewery Date: Fri Jun 6 16:48:29 UTC 2014 New revision: 356820 URL: http://svnweb.freebsd.org/changeset/ports/356820 Log: - Fix build when info files get regenerated, thus causing info-5 to disappear. Depending on which makeinfo version is used it would spit out 6 files or 5 (.info,1-5). It would not always regenerate though. The bundled info files went to -5. Now force regenerate it always using the base makeinfo(1) and use --no-split so only 1 file is used. PR: 190693 Reported by: many Changes: head/security/gnutls3/Makefile head/security/gnutls3/pkg-plist |