Sat, 24 Mar 2012 21:40:49 +0100
Introduce many changes to the buildconf and source code including:
(01) clean up, update, and partially update default config files,
(02) seems that Melware is unable to perform release engineering so
update chan_capi to new daily snapshot to solve echo problems,
(03) correct Asterisk inadequate hard coded gmime version check,
(04) force postgresql pthreads linkage to solve build problem,
(05) remove buggy hard coded LibXML configure definitions,
(06) remove local architecture specification to allow GCC
internal logic to determine proper CPU type instead,
(07) remove vendor sound install target causing uncontrolled
downloads and non RPM managed file installation,
(08) solve long outstanding bug in tcptls causing Asterisk
to ignore any intermediate CA certificate signatures,
(09) back out Digium engineering team's bright idea of replacing the
very portable and pervasive POSIX rand(1) with ast_random(), and
then not even implementing it causing all references to fail in
platforms not providing the very new POSIX.1-2008 mkdtemp(3)
function only distributed by BSD and some Linux,
(10) withdraw advanced linker symbol manipulations from SVR5 builds
until either Binutils supports hybrid versioned and anonymous
linker scripts or GCC stops hard coding versioned linker scripts,
(11) correct missing library linkage, some tailored to a specific OS,
(12) remove outdated logic for the no longer distributed gmime-config(1),
(13) remove local gmime buildconf hacks now that Asterisk has corrected
their own build configuration to almost portably support gmime,
(14) solve build problems relating to undetected LibXML paths,
(15) correct erroneous out of tree include definitions,
(16) improve some variable and comment naming,
(17) simplify sound language path hierarchy creation,
and correct australian english installation logic.
michael@13 | 1 | |
michael@13 | 2 | This is @l_prefix@, an RPM-based OpenPKG software package hierarchy. |
michael@13 | 3 | This filesystem area contains software which was automatically |
michael@13 | 4 | installed through OpenPKG RPM packages from http://www.openpkg.org/. |
michael@13 | 5 | |
michael@13 | 6 | Short OpenPKG RPM query command summary: |
michael@13 | 7 | |
michael@13 | 8 | $ @l_prefix@/bin/openpkg rpm -qa |
michael@13 | 9 | (q)uery list of (a)ll installed packages |
michael@13 | 10 | |
michael@13 | 11 | $ @l_prefix@/bin/openpkg rpm -qi <name> |
michael@13 | 12 | (q)uery (i)nformation about package <name> |
michael@13 | 13 | |
michael@13 | 14 | $ @l_prefix@/bin/openpkg rpm -qlv <name> |
michael@13 | 15 | (q)uery (v)erbose (l)ist of installed files of package <name> |
michael@13 | 16 | |
michael@13 | 17 | Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a |
michael@13 | 18 | user's Bourne (Again) Shell startup script (.profile or .bashrc) in |
michael@13 | 19 | order to activate this hierarchy and all of its packages. |
michael@13 | 20 | |
michael@13 | 21 | In case of any questions or problems post to the OpenPKG project |
michael@13 | 22 | user support mailing list <openpkg-users@openpkg.org>. For more |
michael@13 | 23 | details about OpenPKG visit http://www.openpkg.org/. |
michael@13 | 24 |