diff --git a/sys-devel/m4/m4-1.4.14.bep b/sys-devel/m4/m4-1.4.14.bep index 2130a7b05..6cd9eb5e2 100644 --- a/sys-devel/m4/m4-1.4.14.bep +++ b/sys-devel/m4/m4-1.4.14.bep @@ -5,16 +5,22 @@ CHECKSUM_MD5="f0542d58f94c7d0ce0d01224e447be66" REVISION="1" STATUS_HAIKU="unstable" DEPEND="" + BUILD { cd m4-1.4.14 ./configure --prefix=/boot/common --enable-changeword make } -MESSAGE="This is crappy software. It really is." + INSTALL { cd m4-1.4.14 make install -# make check } + +TEST { + cd m4-1.4.14 + makecheck +} + LICENSE="GNU GPL v3" COPYRIGHT="2000, 2005-2010 Free Software Foundation, Inc." diff --git a/sys-devel/m4/m4-1.4.15.bep b/sys-devel/m4/m4-1.4.15.bep index 219f45abc..ed67467a5 100644 --- a/sys-devel/m4/m4-1.4.15.bep +++ b/sys-devel/m4/m4-1.4.15.bep @@ -3,8 +3,9 @@ HOMEPAGE="http://www.gnu.org/software/m4/" SRC_URI="http://ftp.gnu.org/gnu/m4/m4-1.4.15.tar.gz" CHECKSUM_MD5="5649a2e593b6c639deae9e72ede777dd" REVISION="1" -STATUS_HAIKU="stable" +STATUS_HAIKU="broken" DEPEND="" + BUILD { cd m4-1.4.15 echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.ac @@ -14,16 +15,19 @@ BUILD { libtoolize --force --copy --install aclocal -I m4 autoreconf -# autoconf -# autoheader -# automake ./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-changeword make } + INSTALL { cd m4-1.4.15 make install -# make check } + +TEST { + cd m4-1.4.15 + make check +} + LICENSE="GNU GPL v3" COPYRIGHT="2000, 2005-2010 Free Software Foundation, Inc."