Date: Sun, 30 Mar 2014 20:05:53 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349677 - head/comms/gammu Message-ID: <201403302005.s2UK5rZ5053765@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403302005.s2UK5rZ5053765>