diff --git a/srcpkgs/glibc/glibc-devel.template b/srcpkgs/glibc/glibc-devel.template index 4ce96606c42..a665982b317 100644 --- a/srcpkgs/glibc/glibc-devel.template +++ b/srcpkgs/glibc/glibc-devel.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains files for development: headers, static libs, etc." -revision="2:20100511" - Add_dependency run kernel-libc-headers Add_dependency run glibc diff --git a/srcpkgs/glibc/glibc-locales.template b/srcpkgs/glibc/glibc-locales.template index b6d2ff86005..276cd342675 100644 --- a/srcpkgs/glibc/glibc-locales.template +++ b/srcpkgs/glibc/glibc-locales.template @@ -5,7 +5,6 @@ long_desc="${long_desc} This package contains the ${sourcepkg} locale files, for non US users." -revision="2:20100511" noarch=yes do_install() diff --git a/srcpkgs/glibc/nscd.template b/srcpkgs/glibc/nscd.template index 1fd4bddeae4..2aa4a186ca7 100644 --- a/srcpkgs/glibc/nscd.template +++ b/srcpkgs/glibc/nscd.template @@ -5,7 +5,6 @@ long_desc=" This package contains nscd, a daemon that provides a cache for the most common name service requests." -revision="2:20100511" openrc_services="nscd default false" conf_files="/etc/nscd.conf" diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index d33914a1c85..a8e2bf10655 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -1,7 +1,6 @@ # Template file for 'glibc' pkgname=glibc -version=2.11.1 -revision="3:20100511" +version=2.11.2 distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2" build_style=gnu_configure build_wrksrc="build" @@ -10,11 +9,12 @@ configure_args="--with-tls -disable-profile --with-__thread --enable-kernel=2.6.27 --enable-add-ons --without-gd --without-cvs --without-selinux --libexecdir=/usr/lib --libdir=/usr/lib --enable-stackguard-randomization ---with-headers=$XBPS_MASTERDIR/usr/include" -make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install" +--with-headers=$XBPS_MASTERDIR/usr/include SHELL=/bin/bash" +make_install_target="SHELL=/bin/bash +install_root=$XBPS_DESTDIR/$pkgname-$version install" short_desc="The GNU C library" maintainer="Juan RP " -checksum=64e01d0cfc964a8d8a8c74b5d36bd655e800c12d22b756dd84d867148a595fa1 +checksum=c2ac76ee363eed31b2a377489fb2818139f4668b5505ad583009eb9b0e228713 long_desc=" The GNU C Library is the standard system C library for all GNU systems, and is an important part of what makes up a GNU system. It provides the