svn commit: r552083 - head/x11/gnome-shell

Matthias Andree mandree at FreeBSD.org
Sun Oct 11 23:48:08 UTC 2020


Author: mandree
Date: Sun Oct 11 23:48:07 2020
New Revision: 552083
URL: https://svnweb.freebsd.org/changeset/ports/552083

Log:
  x11/gnome-shell: list bash-completion in BUILD_DEPENDS
  
  This is to isolate the outcome of the build of gnome-shell
  from options in other ports, namely p11-kit's BASH and
  gnome-control-center's CHEESE options.
  
  We may want to consider adding bash-completion to RUN_DEPENDS,
  too, this is up for further discussion.
  
  PR:		250269 (related)
  Reported by:	cmt@
  Approved by:	portmgr@ (blanket, fix dependencies)

Modified:
  head/x11/gnome-shell/Makefile

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Sun Oct 11 23:10:52 2020	(r552082)
+++ head/x11/gnome-shell/Makefile	Sun Oct 11 23:48:07 2020	(r552083)
@@ -17,7 +17,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl \
 		sassc:textproc/sassc \
 		gnome-control-center:sysutils/gnome-control-center \
-		a2x:textproc/asciidoc
+		a2x:textproc/asciidoc \
+		${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
 LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification \
 		libdrm.so:graphics/libdrm \
 		libmutter-6.so:x11-wm/mutter \


More information about the svn-ports-all mailing list