Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv25787/main/finkinfo/x11

Modified Files:
      Tag: pangocairo-branch
        lesstif.info xmhtml.info xv.info 
Log Message:
Switch to PatchFile whenever patching in PatchScript


Index: xmhtml.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/xmhtml.info,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- xmhtml.info 23 May 2006 02:22:16 -0000      1.3
+++ xmhtml.info 6 Oct 2007 19:13:54 -0000       1.3.2.1
@@ -5,8 +5,10 @@
 Source: http://www.xs4all.nl/~ripley/XmHTML/dist/XmHTML-%v.tar.gz
 Source-MD5: 6d079435fb954bb7878f4dd0d3f7b8d8
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: libpng3, libjpeg, lesstif
-PatchScript: sed 's|@prefix@|%p|g' <%a/%n.patch | patch -p1
+BuildDepends: libpng3, libjpeg, lesstif, fink (>= 0.24.12-1)
+PatchFile: %n.patch
+PatchFile-MD5: 26e2e1354ee9c09a5c8746b2942dca3f
+PatchScript: sed 's|@prefix@|%p|g' <%{PatchFile} | patch -p1
 CompileScript: make
 InstallScript: <<
  mkdir -p %i/include

Index: lesstif.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/lesstif.info,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- lesstif.info        19 Jul 2007 22:23:35 -0000      1.2.2.2
+++ lesstif.info        6 Oct 2007 19:13:54 -0000       1.2.2.3
@@ -6,11 +6,13 @@
 Source-MD5: 74bce66719adb680009f145ef801bce2
 Depends: %N-shlibs (= %e:%v-%r)
 NoSetLDFLAGS: True
+PatchFile: %n.patch
+PatchFile-MD5: 977dbd80926783607f68c7a8519be349
 PatchScript: <<
-  sed -e 's|@PREFIX@|%p|' < %a/%n.patch | patch -p1
+  sed -e 's|@PREFIX@|%p|' < %{PatchFile} | patch -p1
   perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' 
scripts/autoconf/ac_find_motif.m4
 <<
-BuildDepends: x11-dev
+BuildDepends: x11-dev, fink (>= 0.24.12-1)
 Replaces: lesstif-dev, openmotif3
 Conflicts: openmotif3
 BuildDependsOnly: True

Index: xv.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/xv.info,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- xv.info     24 Jul 2007 17:36:47 -0000      1.3.2.2
+++ xv.info     6 Oct 2007 19:13:55 -0000       1.3.2.3
@@ -7,6 +7,7 @@
 #Maintainer: Eric Lee <[EMAIL PROTECTED]>
 Maintainer: Daniel Macks <[EMAIL PROTECTED]>
 BuildDepends: <<
+       fink (>= 0.24.12-1),
        libjasper1,
        libjpeg, 
        libpng3, 
@@ -35,13 +36,15 @@
 Source2: mirror:sourceforge:png-mng/xv-3.10a-jumbo-patches-20070520.tar.gz
 Source2-MD5: 9fb2d0ec320498105cafeba38a588472
 
+PatchFile: %n.patch
+PatchFile-MD5: 87ede5f75ce454b3ebe62879ec119941
 PatchScript: <<
 # first apply public 3rd-party stuff
 # gunzip --stdout 
../xv-3.10a+jp-extension-rev5.3.3+FLmask.v2.1+png+misc.patch.gz | patch -p1
   patch -p1 < ../xv-3.10a-jumbo-fix-enh-patch-20070520.txt
 
 # then patch in apple and local-fink stuff
-  patch -p1 < %a/%n.patch
+  patch -p1 < %{PatchFile}
 # perl -pi -e 's,/usr/local,%p,' Makefile
   perl -pi -e 's,^(TIFF|JPEG|PNG|JP2K)DIR = .*,\1DIR = %p,' Makefile
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to