Date: Wed, 5 Sep 2018 16:21:21 +0000 (UTC) From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479027 - head/sysutils/xen-tools411 Message-ID: <201809051621.w85GLLg4023871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809051621.w85GLLg4023871>