head 1.2; access; symbols pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2024.02.10.10.19.10; author wiz; state dead; branches; next 1.1; commitid nGvEvXyNgAzHaSXE; 1.1 date 2022.05.03.20.03.31; author nia; state Exp; branches; next ; commitid 5qBiIrxw7ekueECD; desc @@ 1.2 log @swift: remove Doesn't build in any bulk build, upstream development has stopped 5 years ago. @ text @$NetBSD: patch-Swiften_SConscript,v 1.1 2022/05/03 20:03:31 nia Exp $ Reproducible Builds: Sort directory contents at build. via Arch Linux. --- Swiften/SConscript.orig 2018-04-06 10:06:46.000000000 +0000 +++ Swiften/SConscript @@@@ -567,7 +567,9 @@@@ if env["SCONS_STAGE"] == "build" : swiften_includes = [] swiften_public_includes = [] top_path = env.Dir("..").abspath - for root, dirs, files in os.walk(env.Dir(".").abspath) : + for root, dirs, files in sorted(os.walk(env.Dir(".").abspath)) : + dirs.sort() + files.sort() if root.endswith("UnitTest") : continue for file in files : @ 1.1 log @swift: Update to 4.0.2. Fixes build with latest version of Qt/Boost. @ text @d1 1 a1 1 $NetBSD$ @