Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 08:11:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451187 - head/net/zsync
Message-ID:  <201710040811.v948BFVV015483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710040811.v948BFVV015483>