- Jun 23, 2023
-
-
Tianling Shen authored
* Added test.sh script * Fixed build with riscv64 * Passed package version via go ldflags * Refreshed patches * Removed useless test binaries from package Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 27b4291bd474f1517fc1a00ee7b8e7e69ded8a55)
-
- Jun 17, 2023
-
-
Tianling Shen authored
In Go 1.18+ embedded files is natively supported, so this package is useless now. It has been archived on Jun 2022 and failed to build on the riscv64 target. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 92059f19b01c36bee1d0aee34cd7b07a8fa5a7cf)
-
- May 18, 2023
-
-
Tianling Shen authored
* Added new dependency * Enabled parallel build * Switched to use KERNEL_MAKE Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
Tianling Shen authored
Backported a upstream commit (with manually rebased) to fix build with musl 1.2.4. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
- May 16, 2023
-
-
Nick Hainke authored
Release notes: https://gcc.gnu.org/gcc-12/changes.html Refresh patches: - 230-musl_libssp.patch - 910-mbsd_multi.patch - 920-specs_nonfatal_getenv.patch - 970-macos_arm64-building-fix.patch Signed-off-by:
Nick Hainke <vincent@systemli.org>
-
Nick Hainke authored
This simplifies reviewing process. Signed-off-by:
Nick Hainke <vincent@systemli.org>
-
- Apr 21, 2023
-
-
Paul Fertser authored
Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by:
Paul Fertser <fercerpav@gmail.com>
-
- Apr 08, 2023
-
-
Andre Heider authored
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by:
Andre Heider <a.heider@gmail.com>
-
- Jan 25, 2023
-
-
Glen Huang authored
Signed-off-by:
Glen Huang <i@glenhuang.com>
-
- Jan 22, 2023
-
-
Oskari Rauta authored
Signed-off-by:
Oskari Rauta <oskari.rauta@gmail.com>
-
- Jan 11, 2023
-
-
Christian Marangi authored
Limit postinst and postrm only with INCLUDE_STATIC_LINK_SPEC enabled as it's only needed to install and remove the generated spec file. Also remove extra tab from scripts. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Christian Marangi authored
Copy patch from gcc 11 to gcc 12 and add missing hash. Refresh patch for .c -> .cc change and drop 931-libffi-fix-MIPS-softfloat-build-issue as it got merged in gcc 12. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
- Sep 09, 2022
-
-
Michael Pratt authored
We do not build the tests for this package, so we can avoid needing autoreconf when the host automake version doesn't match the version this package was bootstrapped with by not changing the .am file in this patch. Signed-off-by:
Michael Pratt <mcpratt@pm.me>
-
Michael Pratt authored
Provide the library and headers for flex in the staging directory for the target build of packages that depend on lexical functions. Signed-off-by:
Michael Pratt <mcpratt@pm.me>
-
- Jul 06, 2022
-
-
Rosen Penev authored
This reverts commit 4db8466a. branch 22.03 has GCC 11.2 Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jun 27, 2022
-
-
Christian Marangi authored
- Update 11 minor version to match the upstream - Rename patches dir to reflect new gcc 11 minor version - Drop upstream patch Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 4db8466a)
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org> (cherry picked from commit 8e0bc54f)
-
W. Michael Petullo authored
This is based on the toolchain GCC, and aims to share as much of its Makefile and patches with that definition. The package requires two additional patches: (1) 003-dont-choke-when-building-32bit-on-64bit.patch, which fixes the `error: size of array 'test_real_width' is negative` error that occurs when building a 32-bit GCC on a 64-bit host. (Search the Internet for examples of this error appearing.) (2) 980-add-nostdinc++.patch, which backports a fix from 11.3.0 (11.2.0 only). Signed-off-by:
W. Michael Petullo <mike@flyn.org> (cherry picked from commit ceaa6e84)
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org> (cherry picked from commit abbe33b3)
-
- Jun 21, 2022
-
-
Christian Marangi authored
- Update 11 minor version to match the upstream - Rename patches dir to reflect new gcc 11 minor version - Drop upstream patch Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
- Jun 16, 2022
-
-
Rosen Penev authored
It doesn't seem to be used by meson. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- May 26, 2022
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- May 18, 2022
-
-
W. Michael Petullo authored
This is based on the toolchain GCC, and aims to share as much of its Makefile and patches with that definition. The package requires two additional patches: (1) 003-dont-choke-when-building-32bit-on-64bit.patch, which fixes the `error: size of array 'test_real_width' is negative` error that occurs when building a 32-bit GCC on a 64-bit host. (Search the Internet for examples of this error appearing.) (2) 980-add-nostdinc++.patch, which backports a fix from 11.3.0 (11.2.0 only). Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- Apr 29, 2022
-
-
Eneas U de Queiroz authored
Amend the patch that disabled tests and docs to remove everything but the src dir that builds the main flex program--the only file packaged. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com>
-
Tianling Shen authored
This was previously used by cloudreve, but now deprecated. Package `embed` has been built-in since Go 1.16, so this one is pointless anyway. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
- Apr 17, 2022
-
-
W. Michael Petullo authored
This change aims to fix build problems that produce the error "gettext infrastructure mismatch". References: - See the commit comments at: https://github.com/openwrt/packages/commit/baaf7f95cb5259724e28158510d9bcd152d4f693 Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- Apr 14, 2022
-
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
W. Michael Petullo authored
Signed-off-by:
W. Michael Petullo <mike@flyn.org>
-
- Mar 10, 2022
-
-
Niels Widger authored
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for changes. Signed-off-by:
Niels Widger <niels@qacafe.com>
-
- Jan 19, 2022
-
-
Sergey V. Lobanov authored
lpc21isp Makefile detects Darwin and defines __APPLE__ that is not required for cross-compile build for OpenWrt This patch sets OSTYPE="Linux" due to OpenWrt is always Linux Signed-off-by:
Sergey V. Lobanov <sergey@lobanov.in>
-
- Jan 18, 2022
-
-
Rosen Penev authored
Fixes compilation with newer glibc. Ported gnulib patch from m4. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Oct 20, 2021
-
-
Tianling Shen authored
This is required by cloudreve. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
- Oct 10, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec1@gmail.com>
-
- Oct 08, 2021
-
-
Eneas U de Queiroz authored
Even though PKG_BUILD_PARALLEL is set for the package, the package calls $(MAKE) without $(PKG_JOBS), so it was always built with only one job. Fix this by adding $(PKG_JOBS) to the $(MAKE) call, and calling make install only after make all is finished. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com>
-
- Sep 28, 2021
-
-
Niels Widger authored
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for changes. Signed-off-by:
Niels Widger <niels@qacafe.com>
-
Niels Widger authored
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for changes. Signed-off-by:
Niels Widger <niels@qacafe.com>
-
- Sep 25, 2021
-
-
Rosen Penev authored
Remove upstream backport. Add patch fixing compilation with powerpc and musl. Switch to AUTORELEASE for simplicity. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 19, 2021
-
-
Rosen Penev authored
There's no point to this package. Ninja files are typically generated by meson or CMake, none of which are available as packages. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-