[Bug 243444] [maintainer update] japanese/lynx-current: Update to the latest development release
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 19 09:10:36 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243444
Bug ID: 243444
Summary: [maintainer update] japanese/lynx-current: Update to
the latest development release
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: CQG00620 at nifty.ne.jp
Created attachment 210860
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210860&action=edit
A svn diff for japanese/lynx-current
(1) Update to the latest development release.
(2) Use ncursesw instead of ncurses. (Makefile)
(3) Add IDN and SSL configuration options. (Makefile)
Recent lynx detects GNU Libidn automatically at build time and links it
if exists. But japanese/lynx-current doesn't describe the dependency anywhere.
To fix the problem, add an IDN configuration option (on by default).
Also adds a SSL option (on by default).
These codes are taken from www/{lynx,lynx-current}. Thanks!
(4) Fix poudriere warnings about symlinks with an absolute pathname.
(Makefile)
Poudriere testport log says:
| ====> Running Q/A tests (stage-qa)
| Warning: Bad symlink '/usr/local/share/lynx_help/COPYING' pointing to an
absolute pathname '/usr/local/share/doc/lynx/COPYING'
| Warning: Bad symlink '/usr/local/share/lynx_help/COPYHEADER' pointing to an
absolute pathname '/usr/local/share/doc/lynx/COPYHEADER'
To fix the problem, add a code to the post-install-DOCS-on target to override
the symlinks with a relative pathname.
This code is taken from www/lynx. Thanks!
(5) Some small fix to Makefile.
Add LICENSE_FILE and modify CONFLICTS. Fix portlint FATAL messages belongs to
the order of variables (PKGNAMESUFFIX and USES).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list