svn commit: r527189 - head/archivers/zstd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 26 20:46:30 UTC 2020


Author: sunpoet
Date: Wed Feb 26 20:46:28 2020
New Revision: 527189
URL: https://svnweb.freebsd.org/changeset/ports/527189

Log:
  Fix LZ4 option
  
  - Bump PORTREVISION for package change
  
  Duplicate USES=localbase blocks lz4 detection.
  Before this commit, it fails to detect liblz4 as follows:
  
  ==> no liblz4, building zstd without .lz4 support

Modified:
  head/archivers/zstd/Makefile

Modified: head/archivers/zstd/Makefile
==============================================================================
--- head/archivers/zstd/Makefile	Wed Feb 26 20:46:22 2020	(r527188)
+++ head/archivers/zstd/Makefile	Wed Feb 26 20:46:28 2020	(r527189)
@@ -4,6 +4,7 @@
 PORTNAME=	zstd
 PORTVERSION=	1.4.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	archivers
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -17,7 +18,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 OPTIONS_DEFINE=	LZ4
 OPTIONS_DEFAULT=LZ4
 
-USES=		gmake localbase
+USES=		gmake
 
 ALL_TARGET=	default
 TEST_TARGET=	test


More information about the svn-ports-all mailing list