Hallo, could someone please push the attached patch to abslibre? It's to update crosstool-ng from 1.18.0 to 1.19.0. It also removes the dependency cvs. I have crosstool-ng running without cvs and successfully creating a cross toolchain. I don't know why it should depend on cvs, maybe that is optional?
thanks and best regards Mono
index 0f47414..251240a 100644 --- a/libre/crosstool-ng/PKGBUILD +++ b/libre/crosstool-ng/PKGBUILD @@ -3,18 +3,18 @@ # Contributor (Parabola): Márcio Silva <[email protected]> pkgname=crosstool-ng -pkgver=1.18.0 +pkgver=1.19.0 pkgrel=1 pkgdesc="A versatile cross toolchain generator (eglibc addons patch)" arch=('i686' 'x86_64') url="http://crosstool-ng.org/" license=(GPL2) -depends=('cvs' 'curl' 'gperf' 'wget') +depends=('curl' 'gperf' 'wget') makedepends=('libtool') optdepends=('subversion: for retrieving eglibc sources') source=(http://crosstool-ng.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2) #libc_ports_short_name.patch) -md5sums=('3376d389c632baa77f0bce1db1a196a9') +md5sums=('882e5420ec0ff5a19a9d027ec5094527') build() { cd $srcdir/$pkgname-$pkgver
_______________________________________________ Dev mailing list [email protected] https://lists.parabolagnulinux.org/mailman/listinfo/dev
