Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2018 20:08:29 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467840 - head/net/ceph
Message-ID:  <201804202008.w3KK8THS026845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Apr 20 20:08:29 2018
New Revision: 467840
URL: https://svnweb.freebsd.org/changeset/ports/467840

Log:
  net/ceph: drop bogus flavor specifier
  
  Unsuffixed binaries are only installed for default python version.
  
  $ DEFAULT_VERSIONS=python=3.6 make
  [...]
  ===>   ceph-12.2.4_1 depends on executable: sphinx-build - not found
  ===>   ceph-12.2.4_1 depends on executable: virtualenv - not found
  
  PR:		227260

Modified:
  head/net/ceph/Makefile   (contents, props changed)

Modified: head/net/ceph/Makefile
==============================================================================
--- head/net/ceph/Makefile	Fri Apr 20 20:08:04 2018	(r467839)
+++ head/net/ceph/Makefile	Fri Apr 20 20:08:29 2018	(r467840)
@@ -20,7 +20,7 @@ IGNORE_FreeBSD_10=	Doesnt build for FreeBSD 10.x
 BUILD_DEPENDS=	\
 	yasm:devel/yasm \
 	pkgconf:devel/pkgconf \
-	sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
+	sphinx-build:textproc/py-sphinx \
 	gperf:devel/gperf \
 	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
 LIB_DEPENDS=	\
@@ -42,7 +42,7 @@ RUN_DEPENDS=	\
 	xml:textproc/xmlstarlet \
 	jq:textproc/jq \
 	flock:sysutils/flock \
-	virtualenv:devel/py-virtualenv@${PY_FLAVOR} \
+	virtualenv:devel/py-virtualenv \
 	${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
 
 CONFLICTS_INSTALL=	ceph-devel



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