base-chroot: chroot-fakeroot is gone; thanks for your service.

This commit is contained in:
Juan RP 2014-09-24 19:58:48 +02:00
parent 1ce278f035
commit 35da85f4eb
3 changed files with 2 additions and 49 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.56
version=0.57
revision=1
noarch=yes
bootstrap=yes
@ -14,5 +14,5 @@ depends="
base-files>=0.92 glibc-devel glibc-locales binutils gcc>=4.9.1_8 gcc-c++>=4.9.1_8
patch chroot-bash chroot-grep chroot-coreutils diffutils
chroot-gettext chroot-texinfo sed chroot-gawk findutils
make gzip file tar chroot-fakeroot chroot-distcc
make gzip file tar chroot-util-linux chroot-distcc
chroot-git>=2.0 m4 ccache xbps>=0.38 xz which iana-etc"

View file

@ -1,24 +0,0 @@
--- communicate.h.orig 2014-01-08 10:28:04.825714200 +0100
+++ communicate.h 2014-01-08 10:29:13.825221763 +0100
@@ -70,7 +70,7 @@
# define STAT64_SUPPORT
#else
# ifndef __APPLE__
-# warning Not using stat64 support
+# define STAT64_SUPPORT
# endif
/* if glibc is 2.0 or older, undefine these again */
# undef STAT64_SUPPORT
--- libfakeroot.c.orig 2014-01-08 10:44:53.185797653 +0100
+++ libfakeroot.c 2014-01-08 10:45:18.249966551 +0100
@@ -31,6 +31,10 @@
*/
#define _GNU_SOURCE
+#ifndef _STAT_VER
+#define _STAT_VER 0
+#endif
+
#define FAKEROOT_LIBFAKEROOT
#ifdef __APPLE__

View file

@ -1,23 +0,0 @@
# Template file for 'chroot-fakeroot'
pkgname=chroot-fakeroot
version=1.18.4
revision=5
lib32disabled=yes
bootstrap=yes
wrksrc="fakeroot-${version}"
build_style=gnu-configure
provides="fakeroot-${version}_${revision}"
conflicts="fakeroot>=0"
# need getopt(1)
depends="chroot-util-linux"
short_desc="Gives a fake root environment -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.debian.org/fakeroot"
license="GPL-3"
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
post_install() {
rm -rf ${DESTDIR}/usr/share
rm -f ${DESTDIR}/usr/lib/*.a
}