git: 78f384660edf - main - net/astron: Unbreak build by disabling SOCI
Date: Thu, 02 Dec 2021 04:46:17 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=78f384660edf5b578487131ef8c1f30356f047e2 commit 78f384660edf5b578487131ef8c1f30356f047e2 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-12-02 04:45:47 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-12-02 04:46:14 +0000 net/astron: Unbreak build by disabling SOCI --- net/astron/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/net/astron/Makefile b/net/astron/Makefile index b5ba0ca1dfd9..19711922318f 100644 --- a/net/astron/Makefile +++ b/net/astron/Makefile @@ -1,6 +1,6 @@ PORTNAME= astron PORTVERSION= 0.0.20200521 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= nc@FreeBSD.org @@ -20,11 +20,4 @@ GH_TAGNAME= c8ba982 PLIST_FILES= bin/astrond -OPTIONS_DEFINE= SOCI -OPTIONS_DEFAULT= SOCI - -SOCI_DESC= Database support via Soci -SOCI_LIB_DEPENDS= libsoci_core.so:databases/soci -SOCI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Soci - .include <bsd.port.mk>