Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24114/10.4/unstable/main/finkinfo/libs

Modified Files:
        readline5.info readline5.patch 
Log Message:
Don't bother attempting to archive existing .a from %d that obviously won't 
exist


Index: readline5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.info      29 Mar 2006 06:00:49 -0000      1.2
+++ readline5.info      29 Mar 2006 06:14:27 -0000      1.3
@@ -48,8 +48,10 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
- 2) fix the --install-name flag to only specify the major version
+ 1) fix the --install-name flag to only specify the major version
+ 2) dmacks: patch doc/Makefile.in to skip even trying to create
+    texinfo dir file
+ 3) dmacks: installing into empty %d, so don't try to remove old .a
 <<
 License: GPL
 Homepage: http://cnswww.cns.cwru.edu/~chet/readline/rltop.html

Index: readline5.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.patch     29 Mar 2006 06:00:49 -0000      1.2
+++ readline5.patch     29 Mar 2006 06:14:27 -0000      1.3
@@ -1,3 +1,17 @@
+diff -Nurd -x'*~' readline-5.0.orig/Makefile.in readline-5.0/Makefile.in
+--- readline-5.0.orig/Makefile.in      2004-04-22 16:44:37.000000000 -0400
++++ readline-5.0/Makefile.in   2006-03-29 01:05:33.000000000 -0500
+@@ -218,10 +218,8 @@
+ install:      $(INSTALL_TARGETS)
+ 
+ install-static: installdirs $(STATIC_LIBS) install-headers install-doc
+-      -$(MV) $(DESTDIR)$(libdir)/libreadline.a 
$(DESTDIR)$(libdir)/libreadline.old
+       $(INSTALL_DATA) libreadline.a $(DESTDIR)$(libdir)/libreadline.a
+       -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libreadline.a
+-      -$(MV) $(DESTDIR)$(libdir)/libhistory.a 
$(DESTDIR)$(libdir)/libhistory.old
+       $(INSTALL_DATA) libhistory.a $(DESTDIR)$(libdir)/libhistory.a
+       -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libhistory.a
+ 
 diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
 --- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.000000000 -0500
 +++ readline-5.0/doc/Makefile.in       2006-03-29 00:53:48.000000000 -0500



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to