svn commit: r419586 - head/databases/virtuoso

John Marino marino at FreeBSD.org
Thu Aug 4 03:45:17 UTC 2016


Author: marino
Date: Thu Aug  4 03:45:16 2016
New Revision: 419586
URL: https://svnweb.freebsd.org/changeset/ports/419586

Log:
  databases/virtuoso: 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).
  Note that it's pulled in by a non-default option.
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Thu Aug  4 03:40:18 2016	(r419585)
+++ head/databases/virtuoso/Makefile	Thu Aug  4 03:45:16 2016	(r419586)
@@ -19,8 +19,7 @@ BROKEN_powerpc64=	Does not build
 BUILD_DEPENDS=	gawk:lang/gawk\
 		htmldoc:textproc/htmldoc\
 		flex>2.5.4:textproc/flex\
-		gperf>=3.0.3:devel/gperf\
-		unzip:archivers/unzip
+		gperf>=3.0.3:devel/gperf
 LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=		gmake libtool readline uidfix


More information about the svn-ports-all mailing list