Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2018 21:24:45 +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: r476848 - head/math/spot
Message-ID:  <201808102124.w7ALOjse027268@repo.freebsd.org>

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



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