![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit fefc2650434a1e2902a90153ecdbd4bbf7fa7e44 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Apr 12 10:42:48 2020 +1000 thunderbird: 68.6.0 -> 68.7.0 diff --git a/thunderbird/.signature b/thunderbird/.signature index 9b555a98c..20bf374eb 100644 --- a/thunderbird/.signature +++ b/thunderbird/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31C45F5fVwZOhfnpx0FnZTP2VgduY+6rQAdIljKqmyw++zuYU8cCDxMDgmDmJRQle0NnrWXaAJt4dTOWUe8rog0= -SHA256 (Pkgfile) = 9200bc2c6655109a97f27f53ae7d58a4759205417c28b519d040cc317d254c77 +RWSagIOpLGJF30MDie+n2NdYhle004xHaW/yLl9iB617zP9rP1WVCsFJ1xJrPQYRM62FNcbCXFfdSXi3oOxrJVwIzP9o2LyvJA0= +SHA256 (Pkgfile) = cb53a16bda3d112792309a8ffd3ea4616023e6499d9e64b200919fdc83f9091c SHA256 (.footprint) = 345c06ea7ab2e90fe32c0a85a09dab8dc14485da0967bae3951c1052e3629b4c -SHA256 (thunderbird-68.6.0.source.tar.xz) = 4e3b8fdcfae12e7d49232a9c324e82d47ed94b371031f31baf69b2f7c2fb5b51 +SHA256 (thunderbird-68.7.0.source.tar.xz) = bc2efd2fee1d8f856a177e1579d529890dbf3621e6fb32a443c225ff7bf14b84 SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index bdeda4780..5e16ca5e4 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -5,7 +5,7 @@ # Optional: sccache name=thunderbird -version=68.6.0 +version=68.7.0 release=1 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$versi... $name.desktop) @@ -16,6 +16,7 @@ build() { if [ -e '/usr/bin/ccache' ]; then export OS_CCACHE_COMPILERCHECK="$(/usr/bin/clang -dumpversion | sed -z 's/\n/ /g'; crux | cut -d' ' -f3)" export CCACHE_COMPILERCHECK="string:$OS_CCACHE_COMPILERCHECK" + PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//') fi prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache @@ -33,8 +34,6 @@ cat <<- EOF > .mozconfig ac_add_options --with-system-nss ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman - #breaks search: - #ac_add_options --enable-system-sqlite ac_add_options --enable-alsa ac_add_options --enable-official-branding ac_add_options --with-distribution-id=nu.crux @@ -49,9 +48,12 @@ cat <<- EOF > .mozconfig ac_add_options --enable-calendar EOF + [[ -e '/usr/bin/ccache' ]] && echo 'ac_add_options --enable-ccache' >> .mozconfig + export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib export MOZ_MAKE_FLAGS="-j ${JOBS-1}" export MOZBUILD_STATE_PATH="$PKGMK_SOURCE_DIR/.mozbuild" + export MOZ_NOSPAM=1 ./mach build DESTDIR=$PKG ./mach install