svn commit: r463734 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Tue Mar 6 16:25:17 UTC 2018


Author: mat
Date: Tue Mar  6 16:25:16 2018
New Revision: 463734
URL: https://svnweb.freebsd.org/changeset/ports/463734

Log:
  Add a hint about devel/boost-python-libs.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Scripts/qa.sh   (contents, props changed)

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Tue Mar  6 16:23:37 2018	(r463733)
+++ head/Mk/Scripts/qa.sh	Tue Mar  6 16:25:16 2018	(r463734)
@@ -515,6 +515,8 @@ proxydeps_suggest_uses() {
 	elif [ ${pkg} = "multimedia/gstreamer1" ]; then warn "you need to use USE_GSTREAMER1+=yes"
 	elif [ ${pkg} = "multimedia/gstreamer1-plugins" ]; then warn "you need to use USE_GSTREAMER1+=yes"
 	elif [ ${pkg} = "multimedia/gstreamer1-plugins-bad" ]; then warn "you need to use USE_GSTREAMER1+=bad"
+	# boost related
+	elif [ ${pkg} = "devel/boost-python-libs" ]; then warn "you need to add LIB_DEPENDS+=\${PY_BOOST} and maybe USES+=python"
 	# sdl-related
 	elif [ ${pkg} = 'devel/sdl12' ]; then
 		warn "you need USE_SDL+=sdl"


More information about the svn-ports-all mailing list