svn commit: r543637 - head/net/rsync

Alexey Dokuchaev danfe at freebsd.org
Wed Jul 29 05:07:20 UTC 2020


On Tue, Jul 28, 2020 at 11:51:00PM +0000, Adam Weinberger wrote:
> New Revision: 543637
> URL: https://svnweb.freebsd.org/changeset/ports/543637
> 
> Log:
>   rsync: Unbreak and fix depends
>   
> @@ -19,7 +19,7 @@ LICENSE=	GPLv3
>  LIB_DEPENDS=    libxxhash.so:devel/xxhash \
>  		libzstd.so:archivers/zstd
>  
> -USES=		cpe shebangfix
> +USES=		cpe shebangfix ssl

Is there reason why also adding `localbase' or `localbase:ldflags` here
on the USES list...

> +CPPFLAGS+=	-I${LOCALBASE}/include
> +LDFLAGS+=	-L${LOCALBASE}/lib

... rather then explictitly amending these variables was not preferred?

./danfe


More information about the svn-ports-all mailing list