From 66abb8240b5d0982cda45781a819643ea84f7827 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 11 Jul 2012 20:43:03 +0200 Subject: [PATCH] xbps-git: rebuild against atf-0.16. --- srcpkgs/xbps-git/template | 5 +++-- srcpkgs/xbps-git/xbps-tests-git.rshlibs | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps-git/template b/srcpkgs/xbps-git/template index 9d84105ebb..d0e1621225 100644 --- a/srcpkgs/xbps-git/template +++ b/srcpkgs/xbps-git/template @@ -1,13 +1,14 @@ # Template file for 'xbps-git' pkgname=xbps-git version="$(date -u +%Y%m%d)" -revision=1 +revision=2 nofetch=yes noextract=yes build_style=configure configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-pie --with-tests" depends="xbps-triggers libxbps-git>=$version" -makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel libarchive-devel libfetch-devel confuse-devel atf-devel" +makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel +libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16" conf_files="/etc/xbps/xbps.conf" subpackages="libxbps-git libxbps-devel-git xbps-tests-git xbps-static-git" provides="xbps-9999" diff --git a/srcpkgs/xbps-git/xbps-tests-git.rshlibs b/srcpkgs/xbps-git/xbps-tests-git.rshlibs index d0e1ce3e83..c76b06b858 100644 --- a/srcpkgs/xbps-git/xbps-tests-git.rshlibs +++ b/srcpkgs/xbps-git/xbps-tests-git.rshlibs @@ -2,3 +2,4 @@ libprop.so.0 libxbps.so.0 libpthread.so.0 libc.so.6 +libatf-c.so.0