Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 14:45:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad93592aa61a - main - devel/avarice: Fix build with llvm16 and unbreak
Message-ID:  <202307211445.36LEjcv9025426@gitrepo.freebsd.org>

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

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

commit ad93592aa61a05055d06b75a3a49515ac2848d2c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 13:47:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 14:45:28 +0000

    devel/avarice: Fix build with llvm16 and unbreak
    
    - Fix missing plist
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/avarice/Makefile  | 1 +
 devel/avarice/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile
index 72d48c7cc03d..0eb163ecb7f7 100644
--- a/devel/avarice/Makefile
+++ b/devel/avarice/Makefile
@@ -10,6 +10,7 @@ WWW=		http://avarice.sourceforge.net/
 LICENSE=	GPLv2
 
 USES=		compiler:c11 perl5 tar:bzip2
+USE_CXXSTD=	c++14
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_pathperl=${PERL}
diff --git a/devel/avarice/pkg-plist b/devel/avarice/pkg-plist
index 668fe254ccd8..af9bcdf48b75 100644
--- a/devel/avarice/pkg-plist
+++ b/devel/avarice/pkg-plist
@@ -6,4 +6,6 @@ bin/ice-insight
 man/man1/avarice.1.gz
 man/man1/ice-gdb.1.gz
 man/man1/ice-insight.1.gz
+man/man1/kill-avarice.1.gz
+man/man1/start-avarice.1.gz
 share/avarice/gdb-avarice-script



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