[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Fri Feb 3 01:16:07 UTC 2012


    Date: Thursday, February 2, 2012 @ 20:16:06
  Author: remy
Revision: 148521

upgpkg: texlive-bin 2011.3-4

Rebuild without system zlib (FS#28221).

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-03 01:14:17 UTC (rev 148520)
+++ PKGBUILD	2012-02-03 01:16:06 UTC (rev 148521)
@@ -5,7 +5,7 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=3
+pkgrel=4
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -105,7 +105,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 \
@@ -119,15 +121,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