29 Commits

Author SHA1 Message Date
github-actions[bot]
6f444116de AutoBuild: rebuilds_and_updates started at 2025-06-12-09UTC (#12030)
* some rebuilds

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* use git source for diffutils

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update packages, add sed to core.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* adjust make build

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* revert make changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to rebuilds_and_updates

* fixup sed

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/amd64 to rebuilds_and_updates

* Add built packages for linux/arm/v7 to rebuilds_and_updates

* Update packages/sed.rb

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-12 16:09:07 +00:00
github-actions[bot]
626a53a7a7 Update buildsystems to use buildsystem name variables, and report contents of those variables/methods during use. (#11936)
* Update buildsystems, update jq, add jq to core for arm.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Only report build options if they exist.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix overeager sed replacement.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* workflow debugging

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add logging for build errors.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Revert to function in each package file.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update jq since it needs gcc14 to build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to buildsystems

* remove deprecated gfbgraph

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* fix git tag for gnome_maps

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update llvm20 package file.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update gnome_maps deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Abstract out buildsystems_methods reporting.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Keep LIBC_VERSION const from being empty.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update crew_profile_base and libxml2

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* clarify

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update libarchive

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* update libavif

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* more updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add libxml2 build comment.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add build comment to libarchive.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Don't warn for missing directory during package removal.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-05-23 19:50:48 +00:00
github-actions[bot]
b006472fed AutoBuild: update-diffutils started at 2025-04-09-19UTC (#11701)
* Diffutils 3.11 => 3.12

* Add built packages for linux/386 to update-diffutils

* Add built packages for linux/amd64 to update-diffutils

* Add built packages for linux/arm/v7 to update-diffutils

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
2025-04-09 20:04:12 +00:00
github-actions[bot]
e9b61bc55d AutoBuild: update-diffutils started at 2025-02-04-17UTC (#11244)
* Diffutils 3.10 => 3.11

* Add built packages for linux/386 to update-diffutils

* Add built packages for linux/amd64 to update-diffutils

* Add built packages for linux/arm/v7 to update-diffutils

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
2025-02-04 18:08:10 +00:00
Maximilian Downey Twiss
f6b6cab229 Rename autotools constants to fall in line with the rest of crew (#10442)
* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS

* Rename build_extras and install_extras to configure_build_extras and configure_install_extras
2024-09-09 18:21:58 -05:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Ed Reel
696c73973f Diffutils 3.8 => 3.10 (#8295)
Update manifest files
2023-05-23 18:34:31 -04:00
Satadru Pramanik
22bb47bd45 add missing runtime deps to ALL core packages, add getrealdeps script (#7472)
* gcc: add missing zlibpkg dep

* add getrealdeps script

* add color

* suggested changes from @supechicken

* suggested changes

* fix verbiage

* add NOCOLORS option

* use read in lieu of head, and do not check nonexistent files

* Exit early if wrong package name is given.

* Add some quick exit code

* Allow for pkg.rb in getrealdeps and also add deps to all core packages

* fix lint error

* fix zlibpkg

* cleanup gcc deps

* move filecmd to be a ruby dependency

* fix llvm deps

* lint fix

* update more deps

* make sure package is installed before checking for deps

* add more deps

* change verbiage

* add more deps

* more dep updates
2022-10-10 18:39:48 -05:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
supechicken
7d148abc2d diffutils => 3.8 (#6153)
* Update diffutils

* Add pre-built binaries

Co-authored-by: Ed Reel <edreel@gmail.com>
2021-09-11 15:59:18 -05:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
8993e2cc41 Licensed file da* to ez* 2021-03-19 12:55:39 -04:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
726b2f604c Change man path for eventstat (#3408)
Add pre-built binaries for d-s packages
2019-08-08 23:11:33 +09:00
Casey Strouse
1c04383c36 Update diffutils from 3.6 to 3.7 (#3401) 2019-08-07 09:31:16 -05:00
James Larrowe
dc96990fd1 Unhardcode paths (#2782)
* Unhardcode paths

(fixed since last time)

* Misc. fixes

* More little fixes.

* Quoting fixes

* Fix quoting

* Unhardcode paths

Libcap fix

* Last little fixes
2018-10-26 13:38:09 -05:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Ed Reel
3d52f80893 Update diffutils from 3.5-1 to 3.6 2017-07-16 21:00:59 -05:00
Ed Reel
8950760570 Change packages d-h from sha1 to sha256 2017-06-29 11:57:31 -05:00
Kazushi (Jam) Marukawa
de321a3556 Change several package files to not perform strip in each of them since crew is stripping automatically now. 2017-06-26 00:31:02 +09:00
lyxell
5aa6546dde Add package descriptions and homepages 2017-05-30 05:20:56 +02:00
Kazushi (Jam) Marukawa
a053cbf4c5 Change diffutils.rb to strip binary and add check method 2017-05-29 00:06:13 +09:00
Casey Strouse
009846ad2e Update diffutils to 3.5
This is a general bugfix/maintenance release. The makefile modifications
are no longer necessary and have been removed.

Tested as working on Samsung XE50013-K01US.

All tests passing.
https://gist.github.com/cstrouse/58a6eb6c5c93231db5b4e113497d7d53
2017-01-30 05:04:29 -07:00
Kazushi (Jam) Marukawa
ed59755a54 Removed binary or dummy files for armv7l from diffutils, gawk, less, libsigsegv and ncurses 2016-12-24 18:58:08 +09:00
Kazushi (Jam) Marukawa
4a1f3a6190 Updated all necessary packages for ARM 2016-11-15 20:41:51 +09:00
Jake Waksbaum
74c08c3341 installs locale files now 2014-11-20 21:12:36 -05:00
Jake Waksbaum
6a04923966 ncurses, ncurses_so, autoconf, automake, clisp, diffutils, ffcall, libsigsegv, m4 2014-11-17 12:37:01 -05:00