Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 23:48:08 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552083 - head/x11/gnome-shell
Message-ID:  <202010112348.09BNm8N3062985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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