Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 21:05:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493462 - head/net/asterisk-chan_sccp
Message-ID:  <201902202105.x1KL5t7p096967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Feb 20 21:05:55 2019
New Revision: 493462
URL: https://svnweb.freebsd.org/changeset/ports/493462

Log:
  net/asterisk-chan_sccp: Make sure to regenerate configure during the build
  
  To prevent future issues during upgrades and by preference of the
  maintainer.  For this to work iconv.m4 needs to be available so add
  a gettext-tools build dependency too.
  
  PR:		223972

Modified:
  head/net/asterisk-chan_sccp/Makefile

Modified: head/net/asterisk-chan_sccp/Makefile
==============================================================================
--- head/net/asterisk-chan_sccp/Makefile	Wed Feb 20 20:48:07 2019	(r493461)
+++ head/net/asterisk-chan_sccp/Makefile	Wed Feb 20 21:05:55 2019	(r493462)
@@ -14,7 +14,7 @@ COMMENT=	Replacement for the SCCP channel driver in As
 LICENSE=	GPLv1
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		iconv libtool
+USES=		autoreconf gettext-tools iconv libtool
 USE_GITHUB=	yes
 GH_ACCOUNT=	chan-sccp
 GH_PROJECT=	chan-sccp



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