Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 09:19:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243445] [maintainer update] japanese/lynx: Update to the latest stable release
Message-ID:  <bug-243445-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243445
           Summary: [maintainer update] japanese/lynx: Update to the
                    latest stable release
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: CQG00620@nifty.ne.jp

Created attachment 210862
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210862&action=
=3Dedit
A svn diff for japanese/lynx

(1) Update to the latest stable 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 doesn't describe the dependency anywhere.
To fix the problem, add an IDN configuration option (off by default).=20=20
Also adds a SSL option for convenience (off 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:

| =3D=3D=3D=3D> 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 overri=
de
the symlinks with a relative pathname.

This code is taken from www/lynx.  Thanks!

(5) Add LICENSE_FILE and modify CONFLICTS. (Makefile)

--=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-243445-7788>