Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 03:40:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419585 - in head/audio: libamrnb libamrwb
Message-ID:  <201608040340.u743eIbf017126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  4 03:40:18 2016
New Revision: 419585
URL: https://svnweb.freebsd.org/changeset/ports/419585

Log:
  audio/libamr(n|w)b: Remove redundant dependency on unzip
  
  A dependency on unzip will never be registered since unzip is available
  on all supported platforms (since FreeBSD 8.0).
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/audio/libamrnb/Makefile
  head/audio/libamrwb/Makefile

Modified: head/audio/libamrnb/Makefile
==============================================================================
--- head/audio/libamrnb/Makefile	Thu Aug  4 03:36:50 2016	(r419584)
+++ head/audio/libamrnb/Makefile	Thu Aug  4 03:40:18 2016	(r419585)
@@ -24,8 +24,6 @@ LICENSE_PERMS_3GPP=	no-dist-mirror no-di
 LICENSE_DISTFILES_BSD3CLAUSE=	${DISTNAME}${EXTRACT_SUFX}
 LICENSE_DISTFILES_3GPP=	${SRC26104}
 
-BUILD_DEPENDS=	unzip:archivers/unzip
-
 RESTRICTED=	unclear legal status, probably need licenses from 3GPP and more
 
 USES=		gmake tar:bzip2 libtool

Modified: head/audio/libamrwb/Makefile
==============================================================================
--- head/audio/libamrwb/Makefile	Thu Aug  4 03:36:50 2016	(r419584)
+++ head/audio/libamrwb/Makefile	Thu Aug  4 03:40:18 2016	(r419585)
@@ -23,8 +23,6 @@ LICENSE_PERMS_3GPP=	no-dist-mirror no-di
 LICENSE_DISTFILES_BSD3CLAUSE=	${DISTNAME}${EXTRACT_SUFX}
 LICENSE_DISTFILES_3GPP=	${SRC26204}
 
-BUILD_DEPENDS=	unzip:archivers/unzip
-
 RESTRICTED=	unclear legal status, probably need licenses from 3GPP and more
 
 USES=		gmake tar:bzip2 libtool



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