Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 11:30:34 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2aad3c6cfbec - main - devel/libspice-server: Re-add autoconf-archive BUILD_DEPENDS
Message-ID:  <202302111130.31BBUYmV026328@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2aad3c6cfbec78c93717caaf24a20cf7f7828a4d

commit 2aad3c6cfbec78c93717caaf24a20cf7f7828a4d
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-02-11 11:24:38 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-02-11 11:24:38 +0000

    devel/libspice-server: Re-add autoconf-archive BUILD_DEPENDS
    
    to fix
    configure.ac:54: error: Missing AX_CXX_COMPILE_STDCXX_11, install autoconf-archive
    
    Related to:
    PR:             268819
    
    Approved by:    portmgr@ (blanket just-fix-it for _DEPENDS)
---
 devel/libspice-server/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/libspice-server/Makefile b/devel/libspice-server/Makefile
index 4a00d0742467..574ae443e8cb 100644
--- a/devel/libspice-server/Makefile
+++ b/devel/libspice-server/Makefile
@@ -12,7 +12,8 @@ WWW=		https://spice-space.org/
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libopus.so:audio/opus
-BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol
+BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive \
+		spice-protocol>=0.12.10:devel/spice-protocol
 
 OPTIONS_DEFINE=		GSTREAMER LZ4 SASL STATISTICS
 OPTIONS_DEFAULT=	GSTREAMER LZ4 SASL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302111130.31BBUYmV026328>