0
0
Fork 0
Commit Graph

12 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 097b84ba45 libtommath: bump version. 2019-10-25 21:49:34 +02:00
Jérôme Duval 51cad0e141
libtommath: update HOMEPAGE. 2018-09-14 14:02:02 +02:00
Jerome Duval 51ee6bc944 code style.
remove old patches.
2018-08-14 10:42:32 +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 1b1df1acf9 libtommath: bump version.
* now produces shared library.
2017-11-04 16:01:31 +01:00
Vale 4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Augustin Cavalier 4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Humdinger b733ccc20f De-Lint recipes.
*	less
	Remove "." from SUMMARY.
	Minor cosmetics.

*	lftp
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libaacs
	Moved _devel block up.
	Minor cosmetics.

*	libarchive
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libavlduptree
	Shortened SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libbdplus
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libdwarf
	Shortened SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libebml
	Changed SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libffi
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libgcrypt
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libgeotiff
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libid3tag
	Improved DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libidn
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	liblo
	Moved _devel block up.
	Minor cosmetics.

*	libmatroska
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmdi
	Remove "." and improved SUMMARY.
	Sorted _devel blocks.
	Minor cosmetics.

*	libmetalink
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmicro
	Improved SUMMARY.
	Added cmd:hg to BUILD_PREREQUIRES.

*	libmng
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmmp4v2
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libpurple
	Remove "." from SUMMARY.
	Moved _devel and _finch block up.
	Minor cosmetics.

*	libquicktime
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libsdl
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libsoundtouch
	Improved DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libtar
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libtommath
	Remove "." from SUMMARY.
	Minor cosmetics.
2015-07-21 16:51:11 +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
Nolan Clark fd9c94c7bb Created libtommath recipe 2014-12-06 19:00:44 -06:00