This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] bsdiff-4.3


Igor Peshansky wrote:
>> bsdiff-4.3.README contains <VER> and <REL> from the template.  It is my
>> understanding that these should be substituted for the actual values in
>> the README.
>>     
> Your understanding is correct.
>   
OK then, here you go... version 4.3-3:

http://cyberx.lapo.it/cygwin/bsdiff/

and relevant patch to "sed inline" those evil tags...

diff -b -u -r1.45 generic-build-script
--- templates/generic-build-script      22 Jan 2006 04:35:42 -0000      1.45
+++ templates/generic-build-script      28 Jan 2006 15:43:02 -0000
@@ -295,14 +295,15 @@
     fi && \
     /usr/bin/install -m 755 ${srcdir}/CYGWIN-PATCHES/preremove.sh \
       ${instdir}${sysconfdir}/preremove/${PKG}.sh ; \
-  fi &&
+  fi && \
   if [ -f ${srcdir}/CYGWIN-PATCHES/manifest.lst ] ; then
     if [ ! -d ${instdir}${sysconfdir}/preremove ]; then
       mkdir -p ${instdir}${sysconfdir}/preremove ;
     fi &&
     /usr/bin/install -m 755 ${srcdir}/CYGWIN-PATCHES/manifest.lst \
       ${instdir}${sysconfdir}/preremove/${PKG}-manifest.lst ;
-  fi )
+  fi && \
+  sed -i -e "s/<VER>/$VER/;s/<REL>/$REL/"
${instdir}${prefix}/share/doc/Cygwin/${SHORTPKG}.README )
 }
 strip() {
   (cd ${instdir} && \


    Lapo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]