<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8836">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">install_prereq: Add DragonFly BSD.<br><br>ASTERISK-27820<br><br>Change-Id: I718ddb000fe5184b1bdc7759da67a370a7520144<br>---<br>M contrib/scripts/install_prereq<br>1 file changed, 26 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq<br>index 3ac7a0a..dfeb36f 100755<br>--- a/contrib/scripts/install_prereq<br>+++ b/contrib/scripts/install_prereq<br>@@ -146,6 +146,22 @@<br> # Asterisk: for ./configure --with-pjproject-bundled:<br> PACKAGES_FBSD="$PACKAGES_FBSD bzip2 patch python"<br> <br>+# Basic build system:<br>+PACKAGES_DBSD="gmake pkgconf"<br>+# Asterisk: basic requirements:<br>+PACKAGES_DBSD="$PACKAGES_DBSD libedit jansson e2fsprogs-libuuid sqlite3 libxml2"<br>+# Asterisk: for addons:<br>+PACKAGES_DBSD="$PACKAGES_DBSD speex speexdsp libogg libvorbis alsa-lib portaudio curl xmlstarlet bison flex"<br>+PACKAGES_DBSD="$PACKAGES_DBSD postgresql10-client unixODBC neon gmime26 lua52 uriparser libxslt libressl"<br>+PACKAGES_DBSD="$PACKAGES_DBSD mariadb101-client radcli freetds"<br>+PACKAGES_DBSD="$PACKAGES_DBSD net-snmp iksemel corosync newt popt libical spandsp"<br>+PACKAGES_DBSD="$PACKAGES_DBSD cclient binutils libsrtp gsm libilbc doxygen graphviz libzip openldap-client libhoard"<br>+PACKAGES_DBSD="$PACKAGES_DBSD codec2 fftw3 libsndfile unbound"<br>+# Asterisk: for the unpackaged below:<br>+PACKAGES_DBSD="$PACKAGES_DBSD wget subversion"<br>+# Asterisk: for ./configure --with-pjproject-bundled:<br>+PACKAGES_DBSD="$PACKAGES_DBSD bzip2 patch python"<br>+<br> KVERS=`uname -r`<br> <br> JANSSON_VER=2.11<br>@@ -302,6 +318,13 @@<br>        fi<br> }<br> <br>+handle_dbsd() {<br>+  extra_packs=`check_installed_fpkgs $PACKAGES_DBSD`<br>+   if [ x"$extra_packs" != "x" ] ; then<br>+             $testcmd pkg install -y $extra_packs<br>+ fi<br>+}<br>+<br> handle_SUSE() {<br>   extra_packs=`check_installed_zypper $PACKAGES_SUSE`<br>   if [ x"$extra_packs" != "x" ] ; then<br>@@ -380,7 +403,7 @@<br> unsupported_distro=''<br> <br> # A number of distributions we don't (yet?) support.<br>-if [ "$OS" != 'Linux' -a "$OS" != 'NetBSD' -a "$OS" != 'OpenBSD' -a "$OS" != 'FreeBSD' ]; then<br>+if [ "$OS" != 'Linux' -a "$OS" != 'NetBSD' -a "$OS" != 'OpenBSD' -a "$OS" != 'FreeBSD' -a "$OS" != 'DragonFly' ]; then<br>       echo >&2 "$0: Your OS ($OS) is currently not supported. Aborting."<br>   exit 1<br> fi<br>@@ -427,6 +450,8 @@<br>      handle_obsd<br> elif [ "$OS" = 'FreeBSD' ]; then<br>      handle_fbsd<br>+elif [ "$OS" = 'DragonFly' ]; then<br>+   handle_dbsd<br> fi<br> <br> if ! in_test_mode; then<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8836">change 8836</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8836"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I718ddb000fe5184b1bdc7759da67a370a7520144 </div>
<div style="display:none"> Gerrit-Change-Number: 8836 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>