Commit Graph

43 Commits

Author SHA1 Message Date
Oliver Tappe
8ec70f6e92 Add x86_64 as supported architecture to ports required by Haiku. 2013-09-02 11:51:26 +02:00
Ingo Weinhold
d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Oliver Tappe
39a646a289 Adjust recipes to separation of buildhost and target packages 2013-08-05 00:14:47 +02:00
Ingo Weinhold
b8867b8fd6 libtool: update recipe
* Move libltdl into new package libtool_libltdl.
* Use runConfigure, jobArgs.
2013-06-15 22:32:22 +02:00
Ingo Weinhold
98020cfd10 libtool: Move development libs to respective dir 2013-04-28 02:07:26 +02:00
Ingo Weinhold
d74b126d3f libtool: Move autoconf to build_prerequires
... to break dependency cycle.
2013-04-28 02:07:26 +02:00
Oliver Tappe
8167741595 Adjust libtool a bit more to our needs.
* add /boot/common/develop/lib to link-time library search path
* configure libtool to not hardcode run-time paths into libraries
2013-04-27 21:32:59 +02:00
Oliver Tappe
c849f5886d Update libtool-2.4 recipe to work with autoconf-1.13
* liberate requirement on automake from 1.11 to generic, as there's hope
  that any automake equal or newer than 1.11 will do
* add patch for removing dependency to help2man which is being invoked
  to regenerate the manpages, which won't work and has become an error
  with automake-1.13
* move patches for 2.4 into a corresponding subfolder
* explictly list patches
2013-04-24 00:20:27 +02:00
Oliver Tappe
e8f0489003 Adjust libtool requirements to make it usable again
* with the current set of packages, libtool could no longer be used
  for building, as its requirement on automake-1.11 could not be
  provided.
2013-04-23 14:11:39 +02:00
Oliver Tappe
a704dbf9a7 * adjust several recipes to our new naming conventions 2013-04-19 23:06:59 +00:00
Oliver Tappe
93daa4e027 * apparently, libtool may invoke ranlib 2013-04-14 17:56:59 +00:00
Oliver Tappe
2fb46053f1 * one more round of requirements shuffling, the base packages seem to
be declared properly, now
* improve formatting of recipe files for better readability and better
  compatibility with showing diffs (when moving specification lines)
* add/improve DESCRIPTION where it was just a copy of SUMMARY
2013-04-13 14:55:49 +00:00
Oliver Tappe
91b3bbf55b 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
2013-04-12 23:17:04 +00:00
Oliver Tappe
9597a02f40 Add cmd:tar as requirement of libtool
* libtool uses tar to copy files, so it is a runtime requirement
2013-04-07 21:43:33 +00:00
Oliver Tappe
fee11484cf * replace STATUS_HAIKU with appropriate ARCHITECTURES specification 2013-04-01 17:52:42 +00:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Ingo Weinhold
8f13d28af6 Update the packages required for bootstrapping
* Also declare a resolvable named like the package, even if
  similarly named cmd:* resolvable is declared.
* Add cmd: namespace to resolvables in [BUILD_[PRE]]REQUIRES
  where appropriate. For some reason I thought that didn't
  work (resulting in an error building the package), but
  apparently I was mistaken.
* A few smaller fixes in [BUILD_[PRE]]REQUIRES.
2013-03-27 23:31:02 +00:00
Ingo Weinhold
51ecc7d46f Update beps WRT *DEPENDS/*REQUIRES changes
Also add/remove some dependencies that seemed missing/superfluous.
2013-03-26 19:09:54 +00:00
Ingo Weinhold
a71b9b31f0 libtool-2.4.bep: Fix duplication in PROVIDES
"libtool" was duplicated, "libtoolize" was missing.
2013-03-26 16:47:56 +00:00
Ingo Weinhold
421086fdbe Update for hpkg building 2011-09-27 01:20:34 +00:00
Ingo Weinhold
411501deeb Patch for libtool 2.4
* Disable shlibpath_overrides_runpath as that isn't what Haiku's runtime
  loader implements.
* Update search paths.
2011-09-27 01:16:19 +00:00
Oliver Tappe
76bc471ff6 * work-in-progress commit of my changes for Ingo to pick up 2011-06-14 19:51:04 +00:00
Oliver Tappe
2a7468c0b0 * adjusted build of development-related ports to comply with package management (especially to make the packages relocatable) 2011-03-07 13:07:41 +00:00
Scott McCreary
8c439181a4 Cleaned up libtool's directories 2011-03-05 22:20:44 +00:00
Scott McCreary
8570693b41 Added TEST section to a couple libtool .bep files 2010-11-30 23:02:38 +00:00
Scott McCreary
5b1b9120e1 Updated bep files for gettext, libtool and bison to put "make check" into the TEST section. 2010-10-11 23:34:13 +00:00
Scott McCreary
18b1975476 Updated libtool to 2.4. 2010-09-24 19:47:26 +00:00
Scott McCreary
341b875a9d Added a .bep file for getting and building libtool using git. 2010-07-01 06:00:00 +00:00
Scott McCreary
cf6e984e28 Updated libtool to 2.2.10 2010-06-10 04:48:17 +00:00
Scott McCreary
d62dcb4e85 Updated libtool to 2.2.8 2010-06-05 18:56:14 +00:00
Scott McCreary
ec7532578a Added .bep file for libtool-2.2.7b, which is a release candidate for 2.2.8. 2010-05-24 15:51:35 +00:00
Chris Roberts
19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary
b9e062d078 cleanup, moved sys-devel patches into patches directories 2010-04-16 23:05:42 +00:00
Scott McCreary
4d48cb4c92 comment out the make check in libtool's bep file as it takes a long time to run. Set the default path for ssh. 2010-04-08 12:28:08 +00:00
Scott McCreary
db0ff23da0 Updated libtool-haiku.diff to reflect only the changes needed for the current libtool git master. 2010-02-17 16:22:49 +00:00
Scott McCreary
47f36b4d77 This patch adds the MD5 checksums to all of the .bep files. 2009-11-29 22:44:23 +00:00
Scott McCreary
e69908c6b5 Added .OPD and updated patch for libtool 2.2.6b 2009-11-19 03:00:26 +00:00
Scott McCreary
cea470d7db Initial .bep file for libtool-2.2.6b 2009-11-16 23:43:10 +00:00
Scott McCreary
020e2116ce Initial .bep file for libtool-2.2.6 2009-10-20 23:47:07 +00:00
Scott McCreary
9809e52054 Patch to add Haiku cases to libtool, this was created vs. libtool git master on Oct 20, 2009. Created from original patch by Ingo. 2009-10-20 15:05:36 +00:00
Ingo Weinhold
5e7f5f4dc0 Patch for libtool 2.2.6a, Haiku. 2008-11-10 00:39:49 +00:00
Scott McCreary
081833065f Initial .bep file checking for sdl-image 2008-07-30 16:49:08 +00:00