Revision 3 of libtool-2.4:

* move cmd:sed from build_prereq to build_req
* adjust compatibility declarations for autoconf and automake to match
  their documented behaviour
This commit is contained in:
Oliver Tappe
2013-04-12 23:17:04 +00:00
parent 02490389f5
commit 91b3bbf55b

View File

@@ -4,7 +4,7 @@ DESCRIPTION="GNU libtool is a set of shell scripts to automatically configure UN
HOMEPAGE="http://www.gnu.org/software/libtool"
SRC_URI="ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz"
CHECKSUM_MD5="b32b04148ecdd7344abc6fe8bd1bb021"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="libtool = $portVersion compat >= 2.4
@@ -13,17 +13,18 @@ PROVIDES="libtool = $portVersion compat >= 2.4
lib:libltdl.a = 7.3.0 compat >= 7
lib:libltdl = 7.3.0 compat >= 7"
REQUIRES="haiku >= $haikuVersion
cmd:aclocal >= 1.11.1
cmd:automake >= 1.11.1
cmd:aclocal >= 1.11
cmd:automake >= 1.11
cmd:tar"
BUILD_REQUIRES="cmd:autoconf >= 2.68
cmd:autoheader >= 2.68"
BUILD_REQUIRES="cmd:autoconf >= 2.60
cmd:aclocal >= 1.11
cmd:autoheader >= 2.60
cmd:sed"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make
cmd:nm
cmd:sed"
cmd:nm"
SOURCE_DIR="$portVersionedName"