Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2025 17:00:21 +0300
From:      Gleb Popov <arrowd@freebsd.org>
To:        George Mitchell <george+freebsd@m5p.com>
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: Arcana of the ports build system
Message-ID:  <CALH631nzgeaoM%2BpZqrQy%2BHkJK181YQFkg-yjcc_Lx_FcKum%2BhQ@mail.gmail.com>
In-Reply-To: <6c7932c3-bc9a-4e64-a069-ca9619b4a04b@m5p.com>
References:  <6c7932c3-bc9a-4e64-a069-ca9619b4a04b@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 6, 2025 at 4:05=E2=80=AFPM George Mitchell <george+freebsd@m5p.=
com> wrote:
>
> /usr/ports/editors/abiword/Makefile includes these lines:
>
> COLSERVICE_BROKEN=3D              Does not build with asio from system
> COLSERVICE_BUILD_DEPENDS=3D       ${LOCALBASE}/include/asio.hpp:net/asio
> COLSERVICE_LIB_DEPENDS=3D         libsoup-2.4.so:devel/libsoup \
>                                  libgnutls.so:security/gnutls
> COLSERVICE_RUN_DEPENDS=3D         ${LOCALBASE}/include/asio.hpp:net/asio
> COLSERVICE_CONFIGURE_ENABLE=3D    collab-backend-service
>
> Now in fact I have net/asio installed, and /usr/local/include/asio.hpp
> exists.  But attempting to build abiword stops and complains:
> Does not build with asio from system
> As far as I can tell, no such thing as "asio from system" even exists.

The "system" term here means "installed into system-wide prefix" or in
other words "coming from pkg install".
The antonym to "system" in this context is "bundled". I presume that
Abiword has an option to build with asio that comes together with
Abiword itself.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALH631nzgeaoM%2BpZqrQy%2BHkJK181YQFkg-yjcc_Lx_FcKum%2BhQ>