0
0
Fork 0
Commit Graph

46 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 3b57ead64e
flex, add symlink to lex (#5303) 2020-09-29 11:51:08 +02:00
Jerome Duval ceb7e88114 sys-*: reorder sections. 2018-08-10 08:17:37 +02:00
alaviss a0fdf8cf1f Add TEST() to various ports (#1832)
* app-crypt/rhash: disable on x86_gcc2, also fixed secondary arch

* dev-lang/tcc: make tcc actually works

  - update patches: define custom haiku definitions, use haiku
    start/end objects

  - make tcc uses haiku custom paths

  - add secondary arch support
  - add x86_64

* dev-lang/tcc: disable on all architectures

  - Haiku's BeBuild.h depends on __GNUC__ macro to select ABI, which
    unfortunately we can't risk to define, so disabling for now

* dev-python/pyqt: use correct name for sip

* dev-lang/spidermonkey: fix build

  - add x86 to snd arch

  - update config.sub and config.guess

  - add missing cmd:js_config
  - add missing cmd:zip

* dev-python/pyqt: clean up the spaces left by previous contributor

* add TEST() for the following ports:
  - sys-devel/flex
  - app-crypt/rhash
  - app-text/podofo
  - app-crypt/qca
  - app-editors/retext
  - app-i18n/mozc
  - dev-lang/tcc
  - dev-lang/yasm
  - dev-lang/spidermonkey
  - dev-libs/glib
  - dev-libs/jsoncpp
  - dev-libs/libtommath
  - dev-libs/libxslt
  - dev-libs/libyajl
  - dev-libs/zziplib
2017-12-10 13:49:50 +01:00
Jerome Duval fcff5f68a9 flex: bump version. 2017-05-11 23:06:08 +02:00
Jérôme Duval bd8818b4a6 Remove libtool files. 2016-11-21 16:20:36 +01:00
Jérôme Duval dfc2009c24 flex: needs gzip. 2016-09-28 18:37:06 +02:00
Adrien Destugues 98c8f32e31 flex: disable parallel builds 2016-08-28 22:36:15 +02:00
Jerome Duval eeec20ce33 flex: bump version. 2016-07-27 20:20:59 +00:00
Vale 6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
Vale 4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Jerome Duval abda66a1f4 flex: add recipe for version 2.6.0. 2015-11-19 19:43:39 +00:00
Humdinger 97cd269925 De-Lint recipes.
*	fastdep
	Removed "." from SUMMARY.
	Minor cosmetics.

*	ffmpeg
	Removed "." from SUMMARY.

*	fheroes
	Removed "." from SUMMARY.

*	filecropper
	Removed "." and improved SUMMARY.
	Use g++ instead of gcc.

*	flex
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	fontforge
	Removed "." from SUMMARY.
	Minor cosmetics.

*	fossil
	Shortened and improved SUMMARY/DESCRIPTION.

*	fpc
	Use same SUMMARY/DESCRIPTION in the non-BEP recipes.

*	freetype
	Minor cosmetics.
	(The PATCHES is commented out on purpose, enabling
	subpixel rendering and hinting)

*	ftgl
	Removed "." from SUMMARY.
	Sorted _devel block to the top.
2015-07-19 19:18:11 +02:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Humdinger a38db25c39 Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...

Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)

Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
2015-01-12 19:23:51 +01:00
Jerome Duval 5429d682fb flex: disable shared libs and nls.
* this avoids the installation of a useless libfl.so
2015-01-08 22:07:33 +00: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
Jerome Duval aac2b105e0 flex: added recipe for version 2.5.39 2014-04-14 18:27:04 +00: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
Oliver Tappe 27d367d428 Add PATCHES where missing in recipes. 2013-08-25 13:33:05 +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 5e69362f2e flex: update recipe
* Declare library provides correctly.
* Move development libraries to develop/lib.
* Add missing cmd:makeinfo build requires.
* Use runConfigure, jobArgs.
2013-06-15 22:48:45 +02:00
Oliver Tappe 191f87a041 Flex requires cmd:m4 at runtime. 2013-04-28 01:44:58 +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 02490389f5 Revision 3 of flex-2.5.35:
* specify to be compatible with autoconf >= 2.60
2013-04-12 23:14:46 +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
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 b184a15764 Update for hpkg build 2011-07-21 23:54:58 +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 f036988447 Cleaned up flex's directories. 2011-03-06 03:17:01 +00:00
Chris Roberts 19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Chris Roberts 54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00
Scott McCreary 91db569c39 Fixed the multiple src_uri so that it actually works now. 2010-03-12 06:30:38 +00:00
Scott McCreary ce46f2457f Fixed .bep for flex-2.5.35 2010-03-12 04:55:17 +00:00
Scott McCreary 02e404b369 Initial .bep file for flex, marked as broken for now as haikuporter doesn't seem to be able to download it. 2010-03-10 01:45:16 +00:00
Scott McCreary 9ca5464088 Removed Apache v2 licenses from apr and apr-util since it is now included in Haiku. Fixed typo in libxml2 and curl .OPD files. Put flex .OPD file in right place. Added initial curl-7.19.7 .bep file, but it needs more work, marked as broken for now. 2009-11-24 07:44:57 +00:00
Scott McCreary 09537a46ec Initial .OptionalPackageDescription files for many of the Haiku Optional Packages, and a few license files. 2009-11-23 08:02:43 +00:00