xzutils: update to 5.0.5

This commit is contained in:
Tom G. Christensen 2013-11-20 18:07:07 +01:00
parent 5466e4e910
commit 6886992c62
2 changed files with 8 additions and 3 deletions

View File

@ -6,8 +6,8 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=xz topdir=xz
version=5.0.3 version=5.0.5
pkgver=2 pkgver=1
source[0]=http://tukaani.org/xz/$topdir-$version.tar.gz source[0]=http://tukaani.org/xz/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -18,12 +18,13 @@ source[0]=http://tukaani.org/xz/$topdir-$version.tar.gz
# Global settings # Global settings
export CPPFLAGS="-I/usr/tgcware/lib" export CPPFLAGS="-I/usr/tgcware/lib"
export LDFLAGS="-L/usr/tgcware/lib -R/usr/tgcware/lib" export LDFLAGS="-L/usr/tgcware/lib -R/usr/tgcware/lib"
ac_overrides="gl_cv_posix_shell=/usr/bin/ksh"
reg prep reg prep
prep() prep()
{ {
generic_prep generic_prep
if [ "$_os" = "sunos56" -a "$arch" = "i386" ]; then if [ "$arch" = "i386" ]; then
# Replacing Wl,-z text with -mimpure-text is a workaround to avoid # Replacing Wl,-z text with -mimpure-text is a workaround to avoid
# "ld: fatal: relocations remain against allocatable but non-writable sections" # "ld: fatal: relocations remain against allocatable but non-writable sections"
# when linking liblzma # when linking liblzma
@ -49,6 +50,7 @@ install()
{ {
generic_install DESTDIR generic_install DESTDIR
${__mv} ${stagedir}${prefix}/${_docdir}/xz ${stagedir}${prefix}/${_vdocdir} ${__mv} ${stagedir}${prefix}/${_docdir}/xz ${stagedir}${prefix}/${_vdocdir}
compat xzutils 5.0.3 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Wed Nov 20 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 5.0.5-1
- Update to 5.0.5
* Fri Jun 3 2011 Tom G. Christensen <swpkg@jupiterrise.com> - 5.0.3-2 * Fri Jun 3 2011 Tom G. Christensen <swpkg@jupiterrise.com> - 5.0.3-2
- Workaround linker error on SunOS 5.6/x86 - Workaround linker error on SunOS 5.6/x86