svn commit: r467840 - head/net/ceph

Jan Beich jbeich at FreeBSD.org
Fri Apr 20 20:08:29 UTC 2018


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


More information about the svn-ports-head mailing list