From 9a749632529cf659cf7f3b14ada210f713ec4e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 22 Dec 2015 02:36:37 +0100 Subject: [PATCH] parted: update recipe; still broken It fails at getting gnulib anyway. I just noticed they changed git repository as well. --- sys-block/parted/parted-3.1.53_git.recipe | 26 ++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/sys-block/parted/parted-3.1.53_git.recipe b/sys-block/parted/parted-3.1.53_git.recipe index 3533bd22b..a3b7ea407 100644 --- a/sys-block/parted/parted-3.1.53_git.recipe +++ b/sys-block/parted/parted-3.1.53_git.recipe @@ -6,7 +6,7 @@ HOMEPAGE="http://www.gnu.org/software/parted" COPYRIGHT="1999-2007 Free Software Foundation Inc." LICENSE="GNU GPL v3" REVISION="1" -SOURCE_URI="git://git.debian.org/git/parted/parted.git" +SOURCE_URI="git://git.debian.org/git/parted/parted.git#1c659d5cc6830c6f4f26660e9049582afbad3fd3" ARCHITECTURES="!x86_gcc2 !x86 !x86_64" SECONDARY_ARCHITECTURES="!x86_gcc2 !x86" @@ -17,31 +17,46 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libiconv$secondaryArchSuffix + lib:libintl$secondaryArchSuffix + lib:libncurses$secondaryArchSuffix + lib:libreadline$secondaryArchSuffix + lib:libuuid$secondaryArchSuffix " BUILD_REQUIRES=" + devel:libiconv$secondaryArchSuffix + devel:libintl$secondaryArchSuffix + devel:libncurses$secondaryArchSuffix + devel:libreadline$secondaryArchSuffix + devel:libuuid$secondaryArchSuffix " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel cmd:git cmd:autoconf + cmd:gawk + cmd:grep cmd:libtool cmd:make + cmd:makeinfo cmd:gcc$secondaryArchSuffix + cmd:gnulib_tool$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:gperf + cmd:pkg_config$secondaryArchSuffix cmd:rsync cmd:gettext " -#PATCHES="parted.patch" +PATCHES="parted-3.1.53_git.patchset" # TODO: Fix libdl test in configure.ac BUILD() { ./bootstrap - runConfigure ./configure --disable-dynamic-loading + runConfigure ./configure --disable-dynamic-loading --disable-device-mapper make } @@ -49,3 +64,8 @@ INSTALL() { make install } + +TEST() +{ + make check +}