From owner-svn-ports-all@freebsd.org Mon Dec 25 19:01:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EE3FEA03D2; Mon, 25 Dec 2017 19:01:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE0686EC38; Mon, 25 Dec 2017 19:01:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBPJ19aG036148; Mon, 25 Dec 2017 19:01:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBPJ18BQ036147; Mon, 25 Dec 2017 19:01:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712251901.vBPJ18BQ036147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 25 Dec 2017 19:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457248 - head/lang/swift X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/lang/swift X-SVN-Commit-Revision: 457248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2017 19:01:10 -0000 Author: tijl Date: Mon Dec 25 19:01:08 2017 New Revision: 457248 URL: https://svnweb.freebsd.org/changeset/ports/457248 Log: Remove USE_AUTOTOOLS. There's already USES=autoreconf. Modified: head/lang/swift/Makefile Modified: head/lang/swift/Makefile ============================================================================== --- head/lang/swift/Makefile Mon Dec 25 18:47:47 2017 (r457247) +++ head/lang/swift/Makefile Mon Dec 25 19:01:08 2017 (r457248) @@ -40,7 +40,6 @@ GH_SUBDIR= llvm:llvm clang:clang lldb:lldb cmark:cmark WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= autoreconf:build compiler:c++14-lang libtool localbase:ldflags iconv libedit ninja perl5 pkgconfig sqlite -USE_AUTOTOOLS= autoconf:env USE_GNOME= libxml2 USE_LDCONFIG= yes