From owner-svn-ports-all@freebsd.org Fri Aug 10 21:24:46 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 AC6AB1075446; Fri, 10 Aug 2018 21:24:46 +0000 (UTC) (envelope-from yuri@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 5C9957B9B3; Fri, 10 Aug 2018 21:24:46 +0000 (UTC) (envelope-from yuri@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 3C4E95DBB; Fri, 10 Aug 2018 21:24:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7ALOk96027269; Fri, 10 Aug 2018 21:24:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7ALOjse027268; Fri, 10 Aug 2018 21:24:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808102124.w7ALOjse027268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 10 Aug 2018 21:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476848 - head/math/spot X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/spot X-SVN-Commit-Revision: 476848 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.27 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: Fri, 10 Aug 2018 21:24:46 -0000 Author: yuri Date: Fri Aug 10 21:24:45 2018 New Revision: 476848 URL: https://svnweb.freebsd.org/changeset/ports/476848 Log: math/spot: Add USES=charsetfix, remove RM for lib/charset.alias Modified: head/math/spot/Makefile Modified: head/math/spot/Makefile ============================================================================== --- head/math/spot/Makefile Fri Aug 10 19:21:24 2018 (r476847) +++ head/math/spot/Makefile Fri Aug 10 21:24:45 2018 (r476848) @@ -2,6 +2,7 @@ PORTNAME= spot DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ @@ -11,7 +12,7 @@ COMMENT= Library for omega automata manipulation and m LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang gmake libtool +USES= charsetfix compiler:c++14-lang gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-python --disable-static INSTALL_TARGET= install-strip @@ -22,7 +23,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= tl.pdf post-install: - @${RM} ${STAGEDIR}${PREFIX}/lib/charset.alias @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include