0
0
Fork 0
Commit Graph

57 Commits

Author SHA1 Message Date
extrowerk 35e9efb509
automake: bump (#6290) 2021-10-17 23:38:22 +03:00
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jerome Duval f2a736498a automake: bump version 2021-01-07 18:50:17 +01:00
Jerome Duval bd34643aa3 automake: bump version. 2020-05-05 13:45:31 +02:00
Jerome Duval bdb0fcbd78 code style. 2018-09-25 10:21:17 +02:00
fbrosson bd646943d2
automake: add version 1.16.1, with a TEST_REQUIRES. (#3086) 2018-09-19 05:01:36 +00:00
Jerome Duval ceb7e88114 sys-*: reorder sections. 2018-08-10 08:17:37 +02:00
Jerome Duval f12244ea3e automake: bump version. 2017-07-04 23:45:22 +02:00
Jerome Duval 8faba33005 Bump revisions for x86_64 rebuild after time_t change. 2017-06-20 07:18:22 +02:00
Jérôme Duval 454940d466 Bump revisions for x86_64 rebuild after time_t change.
* make gawk compatible with version 3.
* add some prerequisites for icu.
2017-06-12 17:40:24 -04:00
Vale 6b99721506 More order fixes 2016-02-28 20:17:42 -05:00
Vale f8aeb53372 More ordering & layout fixes 2016-02-26 10:33:51 -05:00
Vale 4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Jerome Duval 9b71e9edf8 automake: rename version 1.13 to automake113.
* remove install-html for 1.15.
2015-12-02 21:21:03 +00:00
Jerome Duval 88f66934d5 automake: bump version. 2015-11-01 20:47:17 +00:00
Humdinger 82d0a570cd Recipe primping, improved SUMMARY/DESCRIPTION, re-ordering blocks. 2015-09-03 17:55:00 +02:00
Augustin Cavalier 4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier 2714d7583b Get rid of old automake beps. 2015-07-16 12:07:14 -04:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
PulkoMandy 5f9bcb6928 Declare ARM support for packages to bootstrap.
* The bootstrap process won't work without that.
2014-04-22 21:23:55 +02:00
Oliver Tappe 80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Jonathan Schleifer a43ff1ba51 automake: Add missing cmd:find 2014-03-25 23:08:12 +01:00
Jonathan Schleifer 71862950aa automake: Add checksums 2014-03-25 21:59:19 +01:00
noryb009 1d16aaeecd Rewrap sys-devel DESCRIPTIONs 2014-01-02 16:40:58 -05:00
Alexander von Gluck IV d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Oliver Tappe 8ec70f6e92 Add x86_64 as supported architecture to ports required by Haiku. 2013-09-02 11:51:26 +02:00
Scott McCreary 6b1987a9de Added a WIP automake-1.12.2, builds but getss marked obsolete 2013-08-23 01:47:50 -07:00
Ingo Weinhold d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Oliver Tappe 6cd004f3e4 Fix build of automake on bootstrap image:
* prerequire cmd:gcc and cmd:ld
* use bootstrap.sh to bootstrap the build system, otherwise it fails to
  generate aclocal from aclocal.in (which seems to be related to 
  timestamps, as an otherwise identical source folder [from the tree]
  works fine) - hohum ...
2013-08-07 22:27:42 +02:00
Oliver Tappe 39a646a289 Adjust recipes to separation of buildhost and target packages 2013-08-05 00:14:47 +02:00
Ingo Weinhold 1e2cafa16f automake: update recipe
Use runConfigure and jobArgs.
2013-06-15 22:03:16 +02:00
Ingo Weinhold dc059313ce automake: Move makeinfo to the build_prerequires
... to break another dependency cycle.
2013-04-28 02:07:25 +02:00
Oliver Tappe 4a44285fa7 Reinstate correct architectures definition for automake-1.11.1 2013-04-27 21:57:42 +02:00
Oliver Tappe 1f16fbf468 Finish and activate autoconf-2.69 and automake-1.13.1 2013-04-21 19:57:15 +02:00
Oliver Tappe 4a90d4f15d Deactivate autoconf-2.68 and automake-1.11.1 for now.
* we need to make room for new versions (as support for multiple versions of
  a single port hasn't been implemented in haikuporter yet)
2013-04-21 19:55:45 +02:00
Oliver Tappe a704dbf9a7 * adjust several recipes to our new naming conventions 2013-04-19 23:06: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 4bee30e63b Revision 1 of automake-1.13.1:
* add cmd:autoconf and cmd:perl as build-prereqs
* declare as untested on all architectures to make it inactive for haikuporter
2013-04-12 23:20:02 +00:00
Oliver Tappe 22b1f1519f Revision 3 of automake-1.11.1:
* add cmd:autoconf and cmd:perl as build_prereqs
2013-04-12 23:18:14 +00:00
Scott McCreary f0a5b24ee4 Converted autoconf-2.69 and automake-1.13.1 to .recipe format. 2013-04-02 05:25:50 +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 a129add7ef Update for building hpkg 2011-07-21 21:17:56 +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 cc27dd0a35 Cleaned up automake's directories. 2011-03-05 22:21:21 +00:00