0
0
Fork 0
Commit Graph

24 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
Schrijvers Luc 9969bbccf1
man, fix failing lint, issue 5344 (#5430) 2020-11-22 12:02:02 +01:00
waddlesplash 15fa2d6aa7
man: Deactivate in favor of mandoc.
As per #4357.
2019-11-22 22:43:56 -05:00
Jerome Duval 317184d113 man: code style. 2018-08-03 16:25:35 +02:00
fbrosson 777b365021
man: prepend alternate SOURCE_URI. 2018-06-10 12:15:00 +00:00
Jerome Duval d863ba2f68 man: fix settings /bin paths on post-install. 2017-07-25 19:29:26 +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
Adrien Destugues 1753dc2884 man: fix patchset name. 2016-08-28 22:36:13 +02:00
Adrien Destugues 4f292339c9 man: fix patchset name. 2016-07-26 07:25:54 +02:00
Humdinger 26f03fd740 De-linted recipes.
*	ltp
	Fixed typo. Thanks waddlesplash for noticing.

*	man
	Removed unused patch.
	Minor cosmetics.

*	mdocml
	Removed "." from SUMMARY
	Minor cosmetics.

*	milkytracker
	Minor cosmetics.
	Lint warning of not referenced PATCHES is a false positive.

*	minicom
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtdev
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtools
	Removed "." from SUMMARY
	Minor cosmetics.
2015-07-22 15:04:29 +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
Oliver Tappe 80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Jonathan Schleifer d70750f22d man: Fix manpages not rendering properly
Also adds checksums.
2014-03-27 22:12:23 +01: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
Ingo Weinhold be99af36ec man: Fix hard-coded paths
Also declare all the used commands correctly in REQUIRES.
2013-10-03 22:30:07 +02:00
Oliver Tappe 8ec70f6e92 Add x86_64 as supported architecture to ports required by Haiku. 2013-09-02 11:51:26 +02: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
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 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
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