svn commit: r479027 - head/sysutils/xen-tools411

Roger Pau Monné royger at FreeBSD.org
Wed Sep 5 16:21:21 UTC 2018


Author: royger (src committer)
Date: Wed Sep  5 16:21:20 2018
New Revision: 479027
URL: https://svnweb.freebsd.org/changeset/ports/479027

Log:
  xen-tools411: remove markdown and pandoc DOCS dependency
  
  Most of the man pages and document sources are in pod format, which
  only requires perl in order to convert. Remove the other dependencies
  since pandoc depends on a bunch of Haskell packages and seems to be
  broken quite often.
  
  Sponsored by:		Citrix Systems R&D

Modified:
  head/sysutils/xen-tools411/Makefile

Modified: head/sysutils/xen-tools411/Makefile
==============================================================================
--- head/sysutils/xen-tools411/Makefile	Wed Sep  5 16:14:38 2018	(r479026)
+++ head/sysutils/xen-tools411/Makefile	Wed Sep  5 16:21:20 2018	(r479027)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools411
 PORTVERSION=	4.11.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 
@@ -19,8 +19,6 @@ LIB_DEPENDS=	libyajl.so:devel/yajl \
 		liblzo2.so:archivers/lzo2 \
 		libpixman-1.so:x11/pixman \
 		libargp.so:devel/argp-standalone
-DOCS_BUILD_DEPENDS=markdown>0:textproc/markdown \
-		hs-pandoc>0:textproc/hs-pandoc
 BUILD_DEPENDS=	seabios>0:misc/seabios
 RUN_DEPENDS=	seabios>0:misc/seabios
 


More information about the svn-ports-head mailing list