automake, cleanup, change dependency for coreutils/diffutils (#8983)

This commit is contained in:
Schrijvers Luc
2023-07-08 09:44:37 +02:00
committed by GitHub
parent ee02bc929f
commit 151e2e16ac
5 changed files with 40 additions and 186 deletions

View File

@@ -1,57 +0,0 @@
SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
DESCRIPTION="
Automake is a tool for automatically generating 'Makefile.in' files from \
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
COPYRIGHT="2009 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="5"
SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.gz"
CHECKSUM_SHA256="b7b37c0c0f09a286cf55cad408d74aef97774d73d744c88c396ff7957045d4cb"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
automake = $portVersion compat >= 1.11
cmd:aclocal = $portVersion compat >= 1.11
cmd:aclocal_1.11 = $portVersion compat >= 1.11
cmd:automake = $portVersion compat >= 1.11
cmd:automake_1.11 = $portVersion compat >= 1.11
"
REQUIRES="
haiku
coreutils
diffutils
cmd:awk
cmd:m4 >= 1.4
cmd:perl >= 5.8
cmd:sh
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel
cmd:autoconf >= 2.60
cmd:make
cmd:perl >= 5.8
cmd:sed
"
BUILD()
{
PERL="/bin/env perl" ./configure $configureDirArgs
make -j$jobs
}
INSTALL()
{
make install
}
TEST()
{
make check
}

View File

@@ -1,62 +0,0 @@
SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
DESCRIPTION="
Automake is a tool for automatically generating 'Makefile.in' files from \
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
COPYRIGHT="2012 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="4"
SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.12.2.tar.gz"
CHECKSUM_SHA256="b2eef742f42730831d1af2fe0e5b954e2b60773e2e9922ba6280cdd0ab4a5d00"
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
automake = $portVersion compat >= 1.12
cmd:aclocal = $portVersion compat >= 1.12
cmd:aclocal_1.12 = $portVersion compat >= 1.12
cmd:automake = $portVersion compat >= 1.12
cmd:automake_1.12 = $portVersion compat >= 1.12
"
REQUIRES="
haiku
coreutils
diffutils
cmd:awk
cmd:m4 >= 1.4
cmd:perl >= 5.8
cmd:sh
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel
cmd:autoconf >= 2.60
cmd:gcc
cmd:ld
cmd:make
cmd:makeinfo
cmd:perl >= 5.8
cmd:sed
"
BUILD()
{
./bootstrap.sh
PERL="/bin/env perl" runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
make install-html
}
TEST()
{
make check
}

View File

@@ -1,61 +0,0 @@
SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
DESCRIPTION="Automake is a tool for automatically generating 'Makefile.in' \
files from 'Makefile.am' files. 'Makefile.am' is a series of 'make' macro \
definitions (with rules occasionally thrown in). The generated 'Makefile.in' \
files are compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
COPYRIGHT="2013 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/automake/automake-$portVersion.tar.gz"
CHECKSUM_SHA256="988e32527abe052307d21c8ca000aa238b914df363a617e38f4fb89f5abf6260"
ARCHITECTURES="all"
PROVIDES="
automake = $portVersion compat >= 1.13
cmd:aclocal = $portVersion compat >= 1.13
cmd:aclocal_1.15 = $portVersion compat >= 1.15
cmd:automake = $portVersion compat >= 1.13
cmd:automake_1.15 = $portVersion compat >= 1.15
"
REQUIRES="
haiku
coreutils
diffutils
cmd:awk
cmd:m4 >= 1.4
cmd:perl >= 5.8
cmd:sh
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:autoconf >= 2.60
cmd:find
cmd:gcc
cmd:ld
cmd:make
cmd:makeinfo
cmd:perl >= 5.8
cmd:sed
"
BUILD()
{
./bootstrap
PERL="/bin/env perl" runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
}
TEST()
{
make check
}

View File

@@ -6,7 +6,7 @@ files are compatible with the GNU Makefile standards."
HOMEPAGE="https://www.gnu.org/software/automake/"
COPYRIGHT="2011-2021 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftpmirror.gnu.org/automake/automake-$portVersion.tar.gz
https://ftp.gnu.org/gnu/automake/automake-$portVersion.tar.gz"
CHECKSUM_SHA256="07bd24ad08a64bc17250ce09ec56e921d6343903943e99ccf63bbf0705e34605"
@@ -22,12 +22,29 @@ PROVIDES="
"
REQUIRES="
haiku
coreutils
diffutils
cmd:awk
cmd:cat
cmd:chmod
cmd:cmp
cmd:echo
cmd:expr
cmd:fgrep
cmd:grep
cmd:hostname
cmd:install
cmd:install_info
cmd:ls
cmd:make
cmd:m4 >= 1.4
cmd:mkdir
cmd:mv
cmd:perl >= 5.8
cmd:rm
cmd:rmdir
cmd:sed
cmd:sh
cmd:sleep
cmd:tr
"
BUILD_REQUIRES="

View File

@@ -6,7 +6,7 @@ files are compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
COPYRIGHT="2013 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz"
CHECKSUM_SHA256="51bc10031847e9965c4f2c16a0a66552309ce28ea82b1afa8cef736643ebaa27"
SOURCE_DIR="automake-$portVersion"
@@ -20,12 +20,29 @@ PROVIDES="
"
REQUIRES="
haiku
coreutils
diffutils
cmd:awk
cmd:cat
cmd:chmod
cmd:cmp
cmd:echo
cmd:expr
cmd:fgrep
cmd:grep
cmd:hostname
cmd:install
cmd:install_info
cmd:ls
cmd:make
cmd:m4 >= 1.4
cmd:mkdir
cmd:mv
cmd:perl >= 5.8
cmd:rm
cmd:rmdir
cmd:sed
cmd:sh
cmd:sleep
cmd:tr
"
BUILD_REQUIRES="