0
0
Fork 0
Commit Graph

28 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 13c4aea137 libarchive: bump version 2021-01-15 14:21:28 +01:00
Jerome Duval 7b0da76cc8 libarchive: bump version 2020-12-05 21:40:22 +01:00
Augustin Cavalier e23e9be3cf Bump revisions of all packages that depend on OpenSSL. 2020-03-19 20:08:50 -04:00
Jerome Duval 501eb73d67 libarchive: bump version. 2020-02-17 13:20:23 +01:00
Jerome Duval b72cf7202c libarchive: bump version. 2020-01-26 12:28:08 +01:00
Jerome Duval 4060196054 libarchive: bump version. 2019-09-27 21:11:12 +02:00
Jerome Duval e25a98976c libarchive: bump version.
patch is upstreamed.
2019-03-30 00:32:12 +01:00
fbrosson ea3f4cd92e
Drop some quotes to make the recipes consistent with the wiki.
The quotes around $binDir and $prefix are not needed in the
definitions of commandBinDir. There are over 120 recipes which
define commandBinDir, and *most* of them don't have quotes in
the lines defining commandBinDir and commandSuffix.

15 recipes were not consistent with the wiki. Now they are.
2018-09-22 11:16:03 +00:00
Jerome Duval 20746f828e code format.
* fix libdsk_tools PROVIDES.
2018-09-11 14:43:35 +02:00
Michael Lotz b63610ca88 Various revision bumps to force rebuild of _x86 packages.
These were all built against openssl11 which was deactivated.
2017-11-29 21:26:57 +01:00
Jerome Duval 7bf1322801 libarchive: bump version. 2017-07-13 18:31:46 +02:00
Jerome Duval 2d283029a5 libarchive: remove libtool file. 2017-04-17 11:00:41 +02:00
Jerome Duval a2fa2947e3 libarchive: bump version.
* fix provides. makes this version incompatible with the previous one.
Only one new package (zeal) uses it. Another (libextractor) isn't enabled.
2017-02-25 14:05:40 +01:00
miqlas 6c429059aa libarchive: enabled x64 arch (#925) 2016-12-12 15:44:34 +00:00
Augustin Cavalier 55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -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
Oliver Tappe 80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
noryb009 28c828ad5a Rewrap app-arch DESCRIPTIONs 2014-01-02 16:40:56 -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
Chris Roberts b82638db01 Convert/update libarchive to working recipe
Still debating on whether to allow a gcc2 version without lzma support.

Patch will need cmake enhancements before being upstreamed as they
like to keep it in sync with the autotools build.
2013-10-26 19:18:51 -06: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
Scott McCreary 8121ae5818 Updated libarchive to 2.8.4, bep file from disreali. 2010-12-03 20:08:33 +00:00
Scott McCreary ae09de0722 Added TEST section to libarchive, patch from disreali. 2010-10-16 19:32:53 +00:00
Scott McCreary c886a7d3a5 Added libarchive .bep file by disreali with some minor changes. 2010-09-08 06:56:18 +00:00