[Asterisk-code-review] install prereq: Update FreeBSD libraries. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Sat Feb 17 03:25:47 CST 2018
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8247
Change subject: install_prereq: Update FreeBSD libraries.
......................................................................
install_prereq: Update FreeBSD libraries.
deleted
autoconf gcc libsamplerate sqlite
changed
binutils to libbfd
freetds-devel to freetds
gmime2 to gmime26
mysql55-client to mysql57-client
added
alsa-lib bison bzip2 cclient corosync doxygen libedit flex graphviz
libhoard libical libilbc libltdl lua neon newt net-snmp
openldap-client openssl patch pkgconf portaudio postgresql10-client
python radcli speexdsp subversion uriparser xmlstarlet libzip
codec2 fftw3 libsndfile unbound
ASTERISK-27686
Change-Id: Ibe88c9b26e59c30d26cdb313a3ef01c9f37ac80d
---
M contrib/scripts/install_prereq
1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/47/8247/1
diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index 1a4d5c5..fe62e5e 100755
--- a/contrib/scripts/install_prereq
+++ b/contrib/scripts/install_prereq
@@ -51,8 +51,22 @@
PACKAGES_RH="$PACKAGES_RH bzip2 patch python-devel"
PACKAGES_OBSD="popt gmake wget libxml libogg libvorbis curl iksemel spandsp speex iodbc freetds-0.63p1-msdblib mysql-client gmime sqlite sqlite3 jack libxslt"
-PACKAGES_FBSD="autoconf gcc binutils popt gmake wget libxml2 libogg libvorbis curl iksemel spandsp speex unixODBC freetds-devel mysql55-client gmime2 sqlite"
-PACKAGES_FBSD="$PACKAGES_FBSD sqlite3 libxslt jansson e2fsprogs-libuuid gsm libsrtp libsamplerate"
+
+# Basic build system:
+PACKAGES_FBSD="gmake pkgconf"
+# Asterisk: basic requirements:
+PACKAGES_FBSD="$PACKAGES_FBSD libedit jansson e2fsprogs-libuuid sqlite3 libxml2"
+# Asterisk: for addons:
+PACKAGES_FBSD="$PACKAGES_FBSD speex speexdsp libogg libvorbis alsa-lib portaudio curl xmlstarlet bison flex"
+PACKAGES_FBSD="$PACKAGES_FBSD postgresql10-client unixODBC libltdl neon gmime26 lua52 uriparser libxslt openssl"
+PACKAGES_FBSD="$PACKAGES_FBSD mysql57-client radcli freetds"
+PACKAGES_FBSD="$PACKAGES_FBSD net-snmp iksemel corosync newt popt libical spandsp"
+PACKAGES_FBSD="$PACKAGES_FBSD cclient libbfd libsrtp gsm libilbc doxygen graphviz libzip openldap-client libhoard"
+PACKAGES_FBSD="$PACKAGES_FBSD codec2 fftw3 libsndfile unbound"
+# Asterisk: for the unpackaged below:
+PACKAGES_FBSD="$PACKAGES_FBSD wget subversion"
+# Asterisk: for ./configure --with-pjproject-bundled:
+PACKAGES_FBSD="$PACKAGES_FBSD bzip2 patch python"
KVERS=`uname -r`
--
To view, visit https://gerrit.asterisk.org/8247
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe88c9b26e59c30d26cdb313a3ef01c9f37ac80d
Gerrit-Change-Number: 8247
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180217/c5c8cc4a/attachment-0001.html>
More information about the asterisk-code-review
mailing list