Commit Graph

80 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
Scott McCreary
aab5cf528b Updated ed recipe to add provides for cmd:red 2013-08-27 01:55:49 -07:00
Oliver Tappe
aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +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
Scott McCreary
45eda090be Delete armyknife-63, add recipe for armyknife-66
WIP on taglib recipes, Note that taglib-1.8 won't build with gcc2,
Thus for a gcc2 built armyknife we may need a taglib-1.7.2 library.
Fix filename for ed-1.7, still may need more work, not fully tested
yes but it is getting further than previous version.
2013-08-23 16:44:45 +00:00
Scott McCreary
8141741351 Remove broken ed-1.4.recipe 2013-08-23 01:41:24 -07:00
Scott McCreary
b141bc9626 WIP ed-1.7.0, gets warning could not parse port/version 2013-08-23 01:38:50 -07:00
Ingo Weinhold
3033898201 man: don't link against -llocale
It doesn't exist anymore on newer Haikus.
2013-08-21 16:10:10 +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
Oliver Tappe
d525fee8e9 Fix names of recipe files that were non-parsable 2013-08-04 21:47:43 +02:00
Ingo Weinhold
9592e95b6e Build debug info packages for grep, sed, and tar 2013-07-11 13:46:34 +02:00
Ingo Weinhold
8c77ae3e2e man: update recipe
* Add missing provides.
* Add GLOBAL_WRITABLE_FILES.
* Make use of jobArgs.
2013-06-17 19:00:45 +02:00
Ingo Weinhold
04fbe42572 groff: make use of runConfigure, jobArgs 2013-06-17 19:00:45 +02:00
Ingo Weinhold
a3885cf3df texinfo: update recipe
* Fix requires/build requires.
* Use runConfigure and jobArgs.
2013-06-15 22:11:10 +02:00
Ingo Weinhold
f527844ec3 grep: update build requires 2013-06-15 21:54:07 +02:00
Ingo Weinhold
14910ebf16 sed: update recipe
* Use runConfigure.
* Use jobArgs.
2013-06-15 21:41:52 +02:00
Ingo Weinhold
834609bc0c grep: Re-add gettext to build_requires, bump revision
In the likely event that we split the gettext package, the build would
otherwise break.
2013-05-27 04:24:54 +02:00
Ingo Weinhold
7e03f12fa3 grep: Fix paths in patch
They had a leading "./" which "git apply" doesn't seem to ignore.
2013-05-27 04:23:37 +02:00
Oliver Tappe
b7e15bc175 declare libintl as runtime requirement of grep 2013-05-20 19:25:36 +02:00
Ingo Weinhold
903e8fb7c6 Convert grep recipe to an actual recipe
* Remove the other non-recipes/patches.
* We use the bz2 source archive. The xz URL is included as a comment.
  Would be nice, if both could be specified and haikuporter would pick
  one it has an unarchiving tool for.
2013-04-29 11:37:19 +02:00
Ingo Weinhold
28f92d76d9 texinfo: Remove lib/charset.alias 2013-04-28 16:09:15 +02:00
Ingo Weinhold
80e2775585 texinfo requires ncurses
The haiku system package did provide ncurses implicitly before, so
that was never noticed.
2013-04-28 02:07:26 +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
Ingo Weinhold
de97fbcc15 Remove man 1.6f patch and recipe 2013-04-24 16:01:19 +02:00
Ingo Weinhold
98e24ea065 Convert man 1.6g recipe to an actual recipe
Due to man needing a config file and our package manager/daemon not
supporting any settings file handling one has to manually copy the
man.conf from the package to the respective settings directory to
make things work.
2013-04-24 15:58:41 +02:00
Ingo Weinhold
27fd02eaf4 Update man 1.6g patch
Mostly fixes for using the correct paths for package management, like
not using absolute paths for the tools that man invokes, and using
the correct man search paths.

Displayed man pages contain uninterpreted escape sequences. It works
correctly when adding the '-r' option to DEFAULTLESSOPT (or piping to
"less -irs"), but the comment for this variable explicitly notes that
having to do that hints toward a broken setup. So I didn't do that and
we'll see later whether the current Haiku does better.
2013-04-24 15:47:39 +02:00
Ingo Weinhold
428759c831 Convert groff recipe to actual recipe 2013-04-23 23:04:59 +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
afb58916ac Revision 3 of texinfo-4.13a:
* add missing build-prerequisite cmd:sed
2013-04-12 23:06:04 +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
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
c8af8bcf72 texinfo-4.13a.bep: Update for hpkg building 2013-03-26 19:59:57 +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
38c17b9fe0 Cleaned up groff's directories. 2011-03-05 20:46:29 +00:00
Scott McCreary
5e9fc18337 Updated xinetd bep to remove a line from configure.in that was wiping out rlim_t 2011-01-20 17:30:04 +00:00
Scott McCreary
71e911111f Fixed patch and bep files for xinetd. 2011-01-20 01:05:34 +00:00
Scott McCreary
8d59097cd3 Updated the copyright for gawk. 2010-10-12 20:11:59 +00:00
Scott McCreary
5195a0d474 Initial .bep file for gawk 2010-10-12 19:24:20 +00:00
Scott McCreary
3cf3c035e6 Added new TEST section to python, automake, findutils, coreutils and diffutils. 2010-10-08 21:03:19 +00:00
Scott McCreary
9ce3bf4dad Updated patch for xinetd, which gets it a bit further but still needs more work. Initial .bep file and added the license. 2010-10-07 06:56:33 +00:00
Scott McCreary
477a504895 Updated findutils and diffutils. Added a patch for diffutils to allow make check to build and run. 2010-10-06 19:18:24 +00:00
Scott McCreary
ceac1b7277 Initial .bep file for coreutils 2010-10-06 15:07:17 +00:00
Scott McCreary
7d8de3b7f9 Moved several patches into patches directories. Added initial .bep file
for coreutils, along with a patch file so that it builds cleanly.
2010-09-24 23:20:06 +00:00