Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 20:56:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242546] science/orthanc: new maintainer, updated to version 1.6.1
Message-ID:  <bug-242546-7788-1j9gnoCaMj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242546-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242546-7788@https.bugs.freebsd.org/bugzilla/>

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

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thierry@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Thierry Thomas <thierry@FreeBSD.org> ---
- This is a resurrection: attached is the diff against the latest version.
        (the 1rst line is kept)

- you don=C2=B4t have to list the same dependency several time, e.g.
LIB_DEPENDS=3D    libboost_atomic.so:devel/boost-libs \
                libboost_chrono.so:devel/boost-libs \
                libboost_date_time.so:devel/boost-libs \
                libboost_filesystem.so:devel/boost-libs \
                libboost_locale.so:devel/boost-libs \
                libboost_regex.so:devel/boost-libs \
                libboost_system.so:devel/boost-libs \
                libboost_thread.so:devel/boost-libs \
  should be replaced by
LIB_DEPENDS=3D    libboost_thread.so:devel/boost-libs

- it uses libiconv
  =3D> you should add iconv to USES=3D

- you registered a dependency to lua51, but if lua53 is installed,
OrthancRecoverCompressedFile is linked to liblua-5.3.so

--=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-242546-7788-1j9gnoCaMj>