svn commit: r451187 - head/net/zsync

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 4 08:11:16 UTC 2017


Author: bapt
Date: Wed Oct  4 08:11:14 2017
New Revision: 451187
URL: https://svnweb.freebsd.org/changeset/ports/451187

Log:
  Fix AC_TRY_COMPILE usage to avoid nested function
  
  Obtained from:	OpenBSD

Modified:
  head/net/zsync/Makefile

Modified: head/net/zsync/Makefile
==============================================================================
--- head/net/zsync/Makefile	Wed Oct  4 08:01:09 2017	(r451186)
+++ head/net/zsync/Makefile	Wed Oct  4 08:11:14 2017	(r451187)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zsync
 PORTVERSION=	0.6.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://zsync.moria.org.uk/download/
 
@@ -12,7 +13,7 @@ COMMENT=	File transfer program
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2
+USES=		autoreconf tar:bzip2
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	INSTALL NEWS README


More information about the svn-ports-all mailing list