git: f1d5a2015acd - main - sysutils/fusefs-httpfs: unbreak build without GNUTLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jun 2022 06:03:00 UTC
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1d5a2015acd30bc68e26ea14a09b8cbda58570e commit f1d5a2015acd30bc68e26ea14a09b8cbda58570e Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2022-06-07 06:00:28 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-06-07 06:00:28 +0000 sysutils/fusefs-httpfs: unbreak build without GNUTLS Fixes: 298c90f57071c723c2c9fbbeba5e08cabf7519bd --- sysutils/fusefs-httpfs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/fusefs-httpfs/Makefile b/sysutils/fusefs-httpfs/Makefile index 4bb9ac0cd4d2..63bf0c407891 100644 --- a/sysutils/fusefs-httpfs/Makefile +++ b/sysutils/fusefs-httpfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= httpfs PORTVERSION= 2.${VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/ @@ -20,12 +20,10 @@ USES= fuse pkgconfig gmake WRKSRC= ${WRKDIR}/${PORTNAME}2-${VERSION} VERSION= 0.1.5 CFLAGS+= -D__BSD_VISIBLE -ALL_TARGET= httpfs2 PLIST_FILES= bin/httpfs2 CERT_STORE= ${LOCALBASE}/share/certs/ca-root-nss.crt MAKE_ENV+= CERT_STORE=${CERT_STORE} -ALL_TARGET= full OPTIONS_DEFINE= GNUTLS OPTIONS_DEFAULT= GNUTLS @@ -39,7 +37,10 @@ do-install: .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} +ALL_TARGET= full PLIST_FILES+= bin/httpfs2-mt bin/httpfs2-ssl bin/httpfs2-ssl-mt +.else +ALL_TARGET= httpfs2 .endif do-install-GNUTLS-on: