From owner-svn-ports-all@freebsd.org Tue Oct 30 01:55:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3FB910F4D5F; Tue, 30 Oct 2018 01:55:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A4F36B6DA; Tue, 30 Oct 2018 01:55:08 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AFD116E85; Tue, 30 Oct 2018 01:55:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9U1t7Vg095023; Tue, 30 Oct 2018 01:55:07 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9U1t7WA095022; Tue, 30 Oct 2018 01:55:07 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201810300155.w9U1t7WA095022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 30 Oct 2018 01:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483441 - head/math/fxt X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/fxt X-SVN-Commit-Revision: 483441 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.29 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: Tue, 30 Oct 2018 01:55:08 -0000 Author: wen Date: Tue Oct 30 01:55:07 2018 New Revision: 483441 URL: https://svnweb.freebsd.org/changeset/ports/483441 Log: - Remove compiler:c++11-lib from Uses, no needed here Modified: head/math/fxt/Makefile Modified: head/math/fxt/Makefile ============================================================================== --- head/math/fxt/Makefile Tue Oct 30 01:20:14 2018 (r483440) +++ head/math/fxt/Makefile Tue Oct 30 01:55:07 2018 (r483441) @@ -16,7 +16,7 @@ BROKEN_FreeBSD_10= Fails to build WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake compiler:c++11-lib +USES= gmake MAKE_ENV= FXT_INSTALL="${INSTALL_DATA}" MAKEFILE= makefile