head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2010.06.11.13.16.08; author drochner; state dead; branches; next 1.1; 1.1 date 2010.01.22.14.21.32; author wiz; state Exp; branches; next ; desc @@ 1.2 log @update to 1.15 changes: -Support for multiple DOC_SOURCE_DIR directories -many bugfixes @ text @$NetBSD: patch-ab,v 1.1 2010/01/22 14:21:32 wiz Exp $ From d1a042fbd75b7f8d44293fbee01e783be79d884c Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Mon, 03 Aug 2009 13:32:36 +0000 Subject: gtkdoc-scan: touch MODULE-overrides.txt when missing. Fixes #590625 gtk-doc.make puts $(DOC_MODULE)-overrides.txt in EXTRA_DIST, so this file must exist to be able to "make dist". --- gtkdoc-scan.in.orig 2009-11-25 19:18:11.000000000 +0000 +++ gtkdoc-scan.in @@@@ -180,12 +180,12 @@@@ if ($REBUILD_SECTIONS || ! -e $sections_ `cp $old_decl_list $sections_file`; } -# If there is no MODULE-overrides.txt file we create an empty one. -# FIXME: why? -#my $overrides_file = "${OUTPUT_DIR}/$MODULE-overrides.txt"; -#if (! -e $overrides_file) { -# `touch $overrides_file`; -#} +# If there is no MODULE-overrides.txt file we create an empty one +# because EXTRA_DIST in gtk-doc.make requires it. +my $overrides_file = "${OUTPUT_DIR}/$MODULE-overrides.txt"; +if (! -e $overrides_file) { + `touch $overrides_file`; +} @ 1.1 log @Add two patches from upstream to fix --module and 'make dist' problems. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @