Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18676

Modified Files:
        sed.info 
Added Files:
        sed.patch 
Log Message:
Fix building of the sed package if no GNU sed is installed

--- NEW FILE: sed.patch ---
diff -ru sed-4.1.5/configure sed-4.1.5-patched/configure
--- sed-4.1.5/configure 2006-02-03 10:24:40.000000000 +0100
+++ sed-4.1.5-patched/configure 2006-12-27 23:17:58.000000000 +0100
@@ -11265,13 +11265,13 @@
       esac
     done ;;
     gettext-fix )
-  sed -e '/^mkinstalldirs *=/a\' \
-      -e "install_sh=$install_sh" \
+  sed -e "/^mkinstalldirs *=/a\\
+install_sh=$install_sh" \
       -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
       intl/Makefile > intl/Makefile.tmp
   mv intl/Makefile.tmp intl/Makefile
-  sed -e '/^mkinstalldirs *=/a\' \
-      -e "install_sh=$install_sh" \
+  sed -e "/^mkinstalldirs *=/a\\
+install_sh=$install_sh" \
       -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
       po/Makefile > po/Makefile.tmp
   mv po/Makefile.tmp po/Makefile ;;

Index: sed.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/sed.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sed.info    24 Dec 2006 17:38:10 -0000      1.4
+++ sed.info    27 Dec 2006 23:31:22 -0000      1.5
@@ -21,6 +21,7 @@
 #
 Source: gnu
 Source-MD5: 7a1cbbbb3341287308e140bd4834c3ba 
+Patch: %n.patch
 Depends: libgettext3-shlibs, libiconv
 BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev
 ConfigureParams: --with-libiconv-prefix=%p --mandir=%p/share/man 
--infodir=%p/share/info --program-prefix=g
@@ -49,7 +50,7 @@
  Previous revisions by Christoph Pfisterer and Sylvain Cuaz.
 <<
 DescUsage: <<
- This program intalls as gsed, to use it as sed run
+ This program installs as gsed, to use it as sed run
  'sudo update-alternatives --config sed'
 <<
 License: GPL


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to