Upgraded heavybuilds/firefox to 102.10.0
Fixed CFLAGS variable in net/rsync
This commit is contained in:
parent
346fbb43fe
commit
4e6156c974
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||
app=firefox
|
||||
version=102.9.0
|
||||
version=102.10.0
|
||||
build=1sml
|
||||
homepage="http://www.mozilla.org/projects/firefox/"
|
||||
download="https://archive.mozilla.org/pub/firefox/releases/$versionesr/source/firefox-102.9.0esr.source.tar.xz"
|
||||
download="https://archive.mozilla.org/pub/firefox/releases/$version/source/firefox-"$version"esr.source.tar.xz'"
|
||||
desc="Web browser from mozilla.org based on Gecko engine"
|
||||
requires="zip unzip yasm libevent alsa-lib libpng icu hunspell python3 diffutils llvm imake libxt gtk3 dbus-glib ffmpeg clang nodejs mozilla-nss lld"
|
||||
|
||||
|
@ -141,7 +142,7 @@ build() {
|
|||
|
||||
sha512sums="
|
||||
602584f4c77b7a554aaa068eda5409b68eb0b3229e9c224bffb91c83c4314d25de15bd560a323626ff78f6df339c79e1ef8938c54b78ecadf4dc75c5241290ad autoconf-2.13.tar.gz
|
||||
3923212ce4b7d1f589129025961ff1b380b8aaf1dd074674f3bd63cf14e9a44ff051bda556b7796c25634e153de00ce62243ece15a520f63dd0791a19b2a6685 firefox-102.9.0esr.source.tar.xz
|
||||
f2b53c35bdd22a3de6f32699b832babcbf499667197c02dd50cf0b6cd956e0f4471f420938c2ab72f0a0686ed99fe74e3184afe9b5f7169130879b8f8fd99f0b firefox-102.10.0esr.source.tar.xz
|
||||
4e584621145cf8add069c6dac18e805b3274a1ee402d84e924df2341f7d3c5be261a93ef51283bacbd606f47fbdc628c4323ecc31efc5b403b8d224b18dc278f allow-custom-rust-vendor.patch
|
||||
b1cb2db3122634f66d2bae7066e76f2dcd455c464e021db4de3b0a08314df95cb667846081682db549dd2af8a00831cabe44a2420c66cdfb5e3b5fa7e6bd21d3 avoid-redefinition.patch
|
||||
454ea3263cabce099accbdc47aaf83be26a19f8b5a4568c01a7ef0384601cf8315efd86cd917f9c8bf419c2c845db89a905f3ff9a8eb0c8e41042e93aa96a85c disable-moz-stackwalk.patch
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||
app=rsync
|
||||
version=3.2.7
|
||||
build=1sml
|
||||
build=2sml
|
||||
noautoconfsite=1
|
||||
homepage="https://rsync.samba.org/"
|
||||
download="https://download.samba.org/pub/rsync/src/rsync-$version.tar.gz"
|
||||
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
CFLAGS="$CFLAGS -include sys/sysmacros.h" \
|
||||
CFLAGS+=" -include sys/sysmacros.h" \
|
||||
./configure \
|
||||
--prefix="" \
|
||||
--disable-locale \
|
||||
|
|
Loading…
Reference in a new issue