[arch-commits] Commit in texlive-bin/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Fri Feb 3 00:34:23 UTC 2012
Date: Thursday, February 2, 2012 @ 19:34:23
Author: remy
Revision: 148516
Rebuild without system zlib (FS#28221).
Usage of system zlib deferred until xetex works again.
Modified:
texlive-bin/repos/extra-i686/PKGBUILD
texlive-bin/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 20 +++++++++++---------
extra-x86_64/PKGBUILD | 20 +++++++++++---------
2 files changed, 22 insertions(+), 18 deletions(-)
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-02 23:34:39 UTC (rev 148515)
+++ extra-i686/PKGBUILD 2012-02-03 00:34:23 UTC (rev 148516)
@@ -4,7 +4,7 @@
pkgname=texlive-bin
pkgver=2011.3
_luatex_ver=0.70.1
-pkgrel=1.1
+pkgrel=1.2
pkgdesc="TeX Live binaries"
license=('GPL')
arch=('i686' 'x86_64')
@@ -104,7 +104,9 @@
test ! -d Work && mkdir Work
cd Work
echo "--> Initial configuration..."
- # we use temporary prefix to avoid messing the existing $pkgdir/usr/share/texmf tree
+ # we use temporary prefix to avoid messing the existing
+ # $pkgdir/usr/share/texmf tree
+ # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
../configure --prefix=/usr -C \
--sysconfdir=/etc \
--datarootdir=/usr/share \
@@ -118,15 +120,15 @@
--disable-t1utils \
--disable-bibtexu \
--disable-xz \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
+ --without-system-zlib \
+ --without-system-zziplib \
+ --without-system-pnglib \
--with-system-ncurses \
--with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
+ --without-system-gd \
+ --without-system-poppler \
+ --without-system-xpdf \
+ --without-system-freetype2 \
--without-system-graphite \
--with-freetype2-libdir=/usr/lib \
--with-freetype2-include=/usr/include/freetype2 \
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-02-02 23:34:39 UTC (rev 148515)
+++ extra-x86_64/PKGBUILD 2012-02-03 00:34:23 UTC (rev 148516)
@@ -4,7 +4,7 @@
pkgname=texlive-bin
pkgver=2011.3
_luatex_ver=0.70.1
-pkgrel=1.1
+pkgrel=1.2
pkgdesc="TeX Live binaries"
license=('GPL')
arch=('i686' 'x86_64')
@@ -104,7 +104,9 @@
test ! -d Work && mkdir Work
cd Work
echo "--> Initial configuration..."
- # we use temporary prefix to avoid messing the existing $pkgdir/usr/share/texmf tree
+ # we use temporary prefix to avoid messing the existing
+ # $pkgdir/usr/share/texmf tree
+ # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
../configure --prefix=/usr -C \
--sysconfdir=/etc \
--datarootdir=/usr/share \
@@ -118,15 +120,15 @@
--disable-t1utils \
--disable-bibtexu \
--disable-xz \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
+ --without-system-zlib \
+ --without-system-zziplib \
+ --without-system-pnglib \
--with-system-ncurses \
--with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
+ --without-system-gd \
+ --without-system-poppler \
+ --without-system-xpdf \
+ --without-system-freetype2 \
--without-system-graphite \
--with-freetype2-libdir=/usr/lib \
--with-freetype2-include=/usr/include/freetype2 \
More information about the arch-commits
mailing list