Re: library(archive) missing from macports build
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 08/22/2013 04:41 PM, Samer Abdallah wrote:
> Hi Paulo,
>
> Since you mentioned the macports version, I noticed that
> libarchive is not included as a dependency and thus library(archive)
> is not present in the macports build. This is needed to make
> SWI package handling work, so it would seem to be a rather
> necessary component these days.
Yip. Please also include a dependency on port:ossp-uuid
The UUID library is required for the SPARQL server of ClioPatria
and more and more for other stuff. My list is this:
depends_lib \
port:readline \
port:ncurses \
port:jpeg \
port:libmcrypt \
port:gmp \
port:zlib \
port:libarchive \
port:ossp-uuid
Thanks --- Jan