From 8950faa2f6a5752930eea7b0bb08f1785c217339 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 28 Apr 2013 00:41:56 +0200 Subject: [PATCH] Update sed recipe to newer autotools * Basically we just don't run autoreconf anymore. * Also remove lib/charset.alias from the package. --- sys-apps/sed/sed-4.2.1.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/sed/sed-4.2.1.recipe b/sys-apps/sed/sed-4.2.1.recipe index 40de789b0..f3e4cface 100644 --- a/sys-apps/sed/sed-4.2.1.recipe +++ b/sys-apps/sed/sed-4.2.1.recipe @@ -12,7 +12,7 @@ DESCRIPTION=" HOMEPAGE="http://www.gnu.org/software/sed" SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz" CHECKSUM_MD5="f0fd4d7da574d4707e442285fd2d3b86" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -26,9 +26,8 @@ BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion cmd:gcc cmd:ld - cmd:aclocal >= 1.11 - cmd:autoreconf >= 2.68 cmd:make + cmd:perl cmd:sed " @@ -36,7 +35,6 @@ SOURCE_DIR="$portVersionedName" BUILD() { - autoreconf ./configure $configureDirArgs \ --enable-regex-tests --without-included-regex \ --disable-rpath --with-gnu-ld @@ -46,6 +44,8 @@ BUILD() INSTALL() { make install + rm $libDir/charset.alias + rmdir $libDir } LICENSE="GNU GPL v3"