Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 17:18:32 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9879ee4c3dc4 - main - textproc/askgit: Add missing build dependency.
Message-ID:  <202109251718.18PHIW79000138@gitrepo.freebsd.org>

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

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

commit 9879ee4c3dc4bd191a90e3ac7a4ac10cf3b68691
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-09-25 17:16:14 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-09-25 17:18:30 +0000

    textproc/askgit: Add missing build dependency.
    
      # github.com/mattn/go-sqlite3
      vendor/github.com/mattn/go-sqlite3/backup.go:12:10: fatal error: 'sqlite3.h' file not found
      #include <sqlite3.h>
    
    Approved by:    portmgr (build fix blanket)
---
 textproc/askgit/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textproc/askgit/Makefile b/textproc/askgit/Makefile
index 7c74c1a6e9c5..bcdc83ccc75b 100644
--- a/textproc/askgit/Makefile
+++ b/textproc/askgit/Makefile
@@ -10,6 +10,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libgit2.so:devel/libgit2
+BUILD_DEPENDS=	sqlite3>=3.0.0:databases/sqlite3
 
 USES=		go:modules pkgconfig
 USE_GITHUB=	yes



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