0
0
Fork 0
Commit Graph

39 Commits

Author SHA1 Message Date
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 bf83815f98 sed: bump version 2021-01-17 09:52:33 +01:00
miqlas 3137e68aa0 Sed: version bump, cleanup, test results (#3501) 2018-12-25 23:16:39 +01:00
fbrosson f36da4c5b0
sed: drop commandSuffix, simplify PROVIDES.
This neutral change means that sed_x86 no longer exists on x86_64
hybrid. sed_x86 now only exists for x86_gcc2 hybrid.

FWIW, the CONFLICTS in sed_x86 is required to prevent, on x86_gcc2
hybrid, the co-installation of sed_x86 4.4 (or 4.5) with sed 4.2.1.
2018-09-28 11:55:41 +00:00
Jerome Duval ceb7e88114 sys-*: reorder sections. 2018-08-10 08:17:37 +02:00
Jerome Duval 09e14ae6d5 sys-apps: code style. 2018-08-03 16:25:34 +02:00
fbrosson abd007e3be sed 4.5: add recipe for the latest release but mark it as untested. 2018-04-02 15:55:21 +00:00
fbrosson 6821afdd44 sed 4.4: add support for x86 secondary arch, add TEST().
* Mark as broken on x86_gcc2, as a big gcc2 patch would be required.
  (Users of x86_gcc2 hybrid will be able to switch to sed_x86.)
* Shrink patch, as Haiku can handle #!/usr/bin/env shebangs.
* HOMEPAGE: Switch to https.
* COPYRIGHT: update years.
* SOURCE_URI: add mirror.
2018-04-02 15:54:40 +00: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
Jerome Duval a92684ac4a x86: enable some recipes which build OK. 2017-04-28 23:44:49 +02:00
Jerome Duval c0783bf7ba sed: add recipe for version 4.4. 2017-02-16 22:42:27 +01:00
Humdinger 82d0a570cd Recipe primping, improved SUMMARY/DESCRIPTION, re-ordering blocks. 2015-09-03 17:55:00 +02: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
Alexander von Gluck IV 90b7a5fde8 sed: Sed is now self-satisfying
* Don't require sed to build sed
* I am noting a HaikuPorter sed requirement
  slipping through however:
  /wrapper-script: line 137: sed: command not found
  Doesn't seem to impact final result
* This should help remove the need for the
  sed bootstrap package :-)
2014-12-03 21:36:06 +00:00
Alexander von Gluck IV efbc036ece fix: Update perl,diffutils,sed,which,m4,make include grep buildreq 2014-12-03 20:35:06 +00: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
noryb009 a0d7390124 Rewrap sys-apps 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
Oliver Tappe 27d367d428 Add PATCHES where missing in recipes. 2013-08-25 13:33:05 +02:00
Oliver Tappe ccd6b03f42 Fix path to 'env' in help2man script of sed's build system. 2013-08-24 19:13:13 +02:00
Ingo Weinhold d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Ingo Weinhold 9592e95b6e Build debug info packages for grep, sed, and tar 2013-07-11 13:46:34 +02:00
Ingo Weinhold 14910ebf16 sed: update recipe
* Use runConfigure.
* Use jobArgs.
2013-06-15 21:41:52 +02:00
Ingo Weinhold 8950faa2f6 Update sed recipe to newer autotools
* Basically we just don't run autoreconf anymore.
* Also remove lib/charset.alias from the package.
2013-04-28 00:41:56 +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 9324df8ddc Revision 2 of sed-4.2.1:
* add missing prerequisites cmd:gcc, cmd:make and cmd:sed
* switch build stage to use autoreconf instead of autoconf, as was
  hinted by a message during the build before, however that doesn't
  seem to help much with respect to getting rid of warning messages
2013-04-12 23:04:28 +00:00
Oliver Tappe 2c784482c2 Convert sed-4.2.1 to recipe format and adjust the patch to no
longer require fuzz.
2013-04-11 20:19:37 +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 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
Chris Roberts 19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary 828dc5e9dd Updated sed to got into /boot/system as libtool has issue when sed is in /boot/common, updated python 2.6.5 files, and updated openssh's .opd file 2010-03-21 07:01:14 +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 96c5181d41 Initial .OPD files for lua, perl, mono, rsynce, subversion, sqlite. Moved rsynce patch and updated .bep file so that it works now. (still need to find and fill in copyright for mono) 2009-11-19 20:14:09 +00:00
Scott McCreary 7ecc2547c8 Initial .bep file for sed-4.2.1 2009-10-21 04:00:23 +00:00
Scott McCreary d5a40ab2fd patch for sed on haiku, credit to kaliber for this one. 2008-12-03 06:20:42 +00:00