head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.54 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.52 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.50 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.48 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.46 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.44 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.42 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.40 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.38 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.36 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.34 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.32 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.30 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.28 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.26 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.24 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.22 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.20 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.18 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.16 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.14 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.12 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.10 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.8 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.4 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3; locks; strict; comment @# @; 1.3 date 2019.08.31.21.32.13; author schmonz; state Exp; branches; next 1.2; commitid 0wXPaM05bZn66eBB; 1.2 date 2018.03.11.22.57.55; author schmonz; state dead; branches; next 1.1; commitid aP11hLsBBx9yR5uA; 1.1 date 2018.03.02.19.22.24; author schmonz; state Exp; branches; next ; commitid BJZEOpkWPCNDXUsA; desc @@ 1.3 log @Avoid rebuilding everything on install. Respect PKG_SYSCONFDIR correctly in ikiwiki-mass-rebuild. Bump PKGREVISION. @ text @$NetBSD$ Avoid rebuilding at install time. --- po/Makefile.orig 2019-02-26 23:01:54.000000000 +0000 +++ po/Makefile @@@@ -12,7 +12,7 @@@@ all: ikiwiki.pot mo $(TRANSLATED_UNDERLA mo: $(MOFILES) -install: all +install: # Normal mo files for program translation. for file in $(MOFILES); do \ lang=`echo $$file | sed 's/\.mo//'`; \ @ 1.2 log @Update to 3.20180311. From the changelog: [ Amitai Schleier ] * Avoid unexpected full paths from find(1) [ thm.id.fedoraproject.org ] * rst test: Probe for docutils Python 3 module, not Python 2 [ Simon McVittie ] * mdwn: Automatically detect which Discount flags to use, fixing regressions in 3.20180228 when using Discount < 2.2 * Add a test asserting that no plugin is an empty file, to confirm that the build fixes in 3.20180228 were successful @ text @d1 1 a1 1 $NetBSD: patch-po_Makefile,v 1.1 2018/03/02 19:22:24 schmonz Exp $ d3 1 a3 1 Avoid unexpected full paths from find(1). d5 1 a5 1 --- po/Makefile.orig 2018-02-28 10:41:06.000000000 +0000 d7 9 a15 9 @@@@ -22,7 +22,7 @@@@ install: all # Underlay translation via po files that go in special per-language # underlays. - for file in `cd underlays && find . -type f -name \*.po`; do \ + for file in `find underlays -type f -name \*.po | sed -e 's|^underlays/||'`; do \ lang=`echo $$file | sed -e 's/.po$$//' -e 's/.*\\.//'`; \ dir=`dirname "$(DESTDIR)$(PREFIX)/share/ikiwiki/po/$$lang/$$file"`; \ install -d $$dir; \ @ 1.1 log @Add patches missed in previous commit. @ text @d1 1 a1 1 $NetBSD$ @