svn commit: r563009 - head/devel/goredo

Yuri Victorovich yuri at FreeBSD.org
Wed Jan 27 00:10:36 UTC 2021


Author: yuri
Date: Wed Jan 27 00:10:35 2021
New Revision: 563009
URL: https://svnweb.freebsd.org/changeset/ports/563009

Log:
  devel/goredo: Fix build on 11
  
  Reported by:	fallout

Modified:
  head/devel/goredo/Makefile

Modified: head/devel/goredo/Makefile
==============================================================================
--- head/devel/goredo/Makefile	Tue Jan 26 23:04:55 2021	(r563008)
+++ head/devel/goredo/Makefile	Wed Jan 27 00:10:35 2021	(r563009)
@@ -20,7 +20,7 @@ PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} >= 1200000
+.if ${OSVERSION} < 1200000
 EXTRACT_DEPENDS=	zstd:archivers/zstd # 11 doesn't have the 'zstd' executable that tar(1) expects: Error opening archive: Can't initialize filter; unable to run program "zstd -d -qq"
 .endif
 


More information about the svn-ports-all mailing list