Matthias, There are couple of logical errors in the PatchScript for libs/perlmods/locale-textdomain-pm.info which are fixed with the following change that I committed to 10.7 tree (it still needs to be applied to 10.5/10.6 fink as well)...
Index: locale-textdomain-pm.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/locale-textdomain-pm.info,v retrieving revision 1.2 diff -r1.2 locale-textdomain-pm.info 4c4 < Revision: 2 --- > Revision: 3 16c16 < PatchScript: sed "s|FINKPATH|%p|" %{PatchFile} | patch -p1 --- > PatchScript: sed "s|FINKPATH|%p|g" < %{PatchFile} | patch -p1 You weren't redirecting the %{PatchFile} into sed so none of the instances of FINKPATH were being replaced with %p. Also you need to use g at the end of the sed construct to allow the second instance of FINKPATH in the patch to be replaced with %p. Jack ps Currently the XS version isn't being built but this change fixes this. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel