svn commit: r349677 - head/comms/gammu

Boris Samorodov bsam at FreeBSD.org
Sun Mar 30 20:05:53 UTC 2014


Author: bsam
Date: Sun Mar 30 20:05:52 2014
New Revision: 349677
URL: http://svnweb.freebsd.org/changeset/ports/349677
QAT: https://qat.redports.org/buildarchive/r349677/

Log:
  Acually bash should present at _configure_ time, so the port build/install
  a bash completion file. Restore BUILD_DEPENDS upon bash for non-default
  BASH option.
  
  Reported by:	Łukasz Wąsikowski <lukasz at wasikowski.net> (via e-mail)

Modified:
  head/comms/gammu/Makefile

Modified: head/comms/gammu/Makefile
==============================================================================
--- head/comms/gammu/Makefile	Sun Mar 30 19:49:54 2014	(r349676)
+++ head/comms/gammu/Makefile	Sun Mar 30 20:05:52 2014	(r349677)
@@ -45,6 +45,7 @@ post-install:
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBASH}
+BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 PLIST_FILES+=	etc/bash_completion.d/gammu
 PLIST_DIRSTRY+=	etc/bash_completion.d


More information about the svn-ports-head mailing list