]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/$(redhat-package)): use passive ftp.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Sep 2003 09:40:23 +0000 (09:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Sep 2003 09:40:23 +0000 (09:40 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi
lily/tie-performer.cc
mf/GNUmakefile

index 6f19a115a1f44de214d02cc9827fb1626af27713..04d2954914584df4a10eee8cc77db28953537cae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
+
 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
@@ -14,6 +18,8 @@
 
 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * lily/tie-performer.cc (initialize): init  prev_event
+
        * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
 
        * lily/script-engraver.cc (make_script_from_event): don't crash on
index 57c4c85f012b3812953eaa9478f1d971253f8b50..7fc2f195f20977983df5aaf9db9577ba78d137f8 100644 (file)
 
 @section Downloading
 
-Even numbered versions are `stable'. The webpages for the stable version
-(1.4) reside @uref{http://www.gnu.org/software/lilypond, on the GNU
-servers}. Big enhancements go into the latest odd numbered version
-(1.5), whose webpages are on @uref{http://www.lilypond.org/,the lilypond
-site}.
-
-Building LilyPond is an involved process. We advise to use binary
-packages if these are available for your platform.
-
+Even numbered versions are `stable' (2.0, 1.8 etc), while odd version
+are development releases (1.9, 1.7 etc).  Building LilyPond is an
+involved process, so if possible, download a precompiled binary from
+@uref{http://www.lilypond.org/,the lilypond site}.
 
 
 @subsection Source code
@@ -322,18 +317,6 @@ set include paths for kpathsea.
 @itemize @bullet
 @item The flex precompiled in NetBSD-1.4.2 is broken.
 Upgrade to flex-2.5.4a.
-
-@ignore
-@c is this current?
-@item The configuration of Gcc (egcs-2.91.60 19981201 (egcs-1.1.1
-release)) does not include @file{/usr/pkg} paths.  Configure it using:
-@example
-
-       CFLAGS='-I /usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ./configure
-
-@end example
-@end ignore
-
 @end itemize
 
 @unnumberedsubsec  Solaris
index 3ca52b6c4920b9c42d8306b8719fca40ada12ac5..da9696c2a5890cf8dad25f40c3f15c2d80daf135 100644 (file)
@@ -76,6 +76,7 @@ void
 Tie_performer::initialize ()
 {
   event_ = 0;
+  prev_event_ = 0;
 }
 
 
index 3ccf89cfdfe92948c9d3777b3d3b56ce9e81208b..86e13e2e158aa6066475a772491f6e83b2b3101c 100644 (file)
@@ -93,7 +93,7 @@ endif
 debian-mirror=http://ftp.us.debian.org
 debian-package =lilypond_$(TOPLEVEL_VERSION)-1_i386.deb
 $(outdir)/$(debian-package):
-       wget -P $(outdir) $(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package)
+       wget --passive-ftp -P $(outdir) $(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package)
 
 get-deb-pfa: $(outdir)/$(debian-package)
        rm -rf $(outdir)/./usr
@@ -105,7 +105,7 @@ get-deb-pfa: $(outdir)/$(debian-package)
 
 redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
 $(outdir)/$(redhat-package):
-       wget -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)
+       wget  --passive-ftp -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)
 
 get-rpm-pfa: $(outdir)/$(redhat-package)
        cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa'