Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 23:15:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474760 - in head/net/torsocks: . files
Message-ID:  <201807162315.w6GNFwVK004536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Jul 16 23:15:58 2018
New Revision: 474760
URL: https://svnweb.freebsd.org/changeset/ports/474760

Log:
  net/torsocks: Use configure instead of autoreconf
  
  Reported by:	tobik

Deleted:
  head/net/torsocks/files/patch-configure.ac
Modified:
  head/net/torsocks/Makefile

Modified: head/net/torsocks/Makefile
==============================================================================
--- head/net/torsocks/Makefile	Mon Jul 16 21:35:10 2018	(r474759)
+++ head/net/torsocks/Makefile	Mon Jul 16 23:15:58 2018	(r474760)
@@ -13,7 +13,7 @@ COMMENT=	Easy way to make any app work through Tor
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
 
-USES=		alias autoreconf gmake libtool tar:xz
+USES=		alias gmake libtool tar:xz
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes



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