head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.32 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.30 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.28 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.26 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.24 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.22 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.20 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.18 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.16 pkgsrc-2024Q1-base:1.1 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.1 date 2022.04.04.01.18.43; author gutteridge; state Exp; branches; next ; commitid nfXHuFMfhkgtVOyD; desc @@ 1.1 log @sawfish: re-source 1.13 archive for true release content Not sure how I missed it, but the original archive site is still the place to get the true release archives, as I just noticed while comparing something. This simplifies things, as they actually do provide a configure script, have a normal $WRKSRC by default, etc., in that version of the archive. This change is close enough after the original update I made to hopefully be unobtrusive, and the archive file name differs, too. There's an issue where upstream thinks they have an install target that accommodates bsdtar, but it doesn't work on NetBSD (at least, 9.99.95). Patching it could be revisited, but, since this package seems to expect gtar as a runtime dependency, anyway, hardly pressing. @ text @$NetBSD$ * Fix PKGLOCALEDIR * Avoid differing PLIST depending on whether kde4-config was in the path or not --- configure.orig 2021-12-24 19:23:47.000000000 +0000 +++ configure @@@@ -11870,7 +11870,7 @@@@ SUBDIRS="src lisp scripts themes sounds sawfishdir='${datadir}/sawfish' lispdir='${sawfishdir}/lisp' -localedir='${datadir}/locale' +#localedir='${datadir}/locale' sawfishexecdir='${libdir}/sawfish' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 @@@@ -14551,12 +14551,12 @@@@ fi KDE4_SESSION="$with_kde4session" -if test "$with_kde4session" = "yes"; then - KDED4IR="`kde4-config --install data`" -fi +#if test "$with_kde4session" = "yes"; then +# KDED4IR="`kde4-config --install data`" +#fi if test "x$KDE4DIR" = x; then - KDE4DIR="${datadir}/kde4/apps/" + KDE4DIR="${datadir}/kde/apps/" fi @