git: 9879ee4c3dc4 - main - textproc/askgit: Add missing build dependency.

Mikael Urankar mikael at FreeBSD.org
Sat Sep 25 17:18:32 UTC 2021


The branch main has been updated by mikael:

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

commit 9879ee4c3dc4bd191a90e3ac7a4ac10cf3b68691
Author:     Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-09-25 17:16:14 +0000
Commit:     Mikael Urankar <mikael at 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


More information about the dev-commits-ports-main mailing list