Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5119

Modified Files:
        gtk-doc.info 
Log Message:
clear runtime diagnostic and other fixes stolen from debian


Index: gtk-doc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gtk-doc.info        7 Apr 2009 16:57:31 -0000       1.10
+++ gtk-doc.info        9 Apr 2009 17:08:26 -0000       1.11
@@ -1,6 +1,6 @@
 Package: gtk-doc
 Version: 1.11
-Revision: 1
+Revision: 2
 BuildDepends: <<
        fink (>= 0.24.12-1),
        glib2-dev (>= 2.18.0-1),
@@ -21,8 +21,21 @@
 <<
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
 Source-MD5: b5e268c71fa90aad890cf53715664d0a
+Source2: mirror:debian:pool/main/g/gtk-doc/%n_%v-3.diff.gz
+Source2-MD5: ce6b25179900a2aae50595f6c7fccd1b
 PatchFile: %n.patch
 PatchFile-MD5: 7730fade0dae01d028cebad947df0c46
+PatchScript: <<
+#!/bin/sh -ev
+       %{default_script}
+       gzip -dc ../%n_%v-*.diff.gz | patch -p1
+       for file in \
+               50_shell-errors.patch \
+       ; do
+               echo "applying $file"
+               patch -p0 < debian/patches/$file
+       done
+<<
 ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog 
--disable-dependency-tracking --disable-scrollkeeper --disable-static 
PERL=/usr/bin/perl PYTHON=/usr/bin/python
 CompileScript: <<
        ./configure %c
@@ -34,6 +47,8 @@
 install -d -m 755 %i/share/doc/%n/examples
 install -c -m 644 doc/* %i/share/doc/%n/doc/
 install -c -m 644 examples/* %i/share/doc/%n/examples/
+       mkdir -p %i/share/man/man1
+       cp debian/*.1 %i/share/man/man1
 <<
 PostInstScript: <<
        if [ configure = "$1" ]; then
@@ -62,5 +77,10 @@
        Customized docbook-to-man, and tools not installed
        Apple's perl and python are sufficient, so make sure they are used
        Patch programs to avoid needing glib2-dev at runtime
+
+       Avoid perl -w diagnostics and improve error messages in
+       system() calls (debian patch)
+
+       Install manpages for command-line programs (from debian)
 <<
 Homepage: http://www.gtk.org/gtk-doc/


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to