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

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

            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@FreeBSD.org
          Reporter: CQG00620@nifty.ne.jp

Created attachment 210860
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210860&action=
=3Dedit
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 anywh=
ere.
To fix the problem, add an IDN configuration option (on by default).=20=20
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:

| =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) Some small fix to Makefile.

Add LICENSE_FILE and modify CONFLICTS.  Fix portlint FATAL messages belongs=
 to
the order of variables (PKGNAMESUFFIX and USES).

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