From ed8118ce4b573a1d64a80c28d5b7804a3e27b999 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 26 Sep 2003 09:40:23 +0000 Subject: [PATCH] ($(outdir)/$(redhat-package)): use passive ftp. --- ChangeLog | 6 ++++++ Documentation/topdocs/INSTALL.texi | 25 ++++--------------------- lily/tie-performer.cc | 1 + mf/GNUmakefile | 4 ++-- 4 files changed, 13 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f19a115a1..04d2954914 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-26 Han-Wen Nienhuys + + * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp. + 2003-09-25 Jan Nieuwenhuizen * cygwin/bug-lilypond-cygwin.sh: Add tests for registry @@ -14,6 +18,8 @@ 2003-09-25 Han-Wen Nienhuys + * 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 diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 57c4c85f01..7fc2f195f2 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -15,15 +15,10 @@ @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 diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index 3ca52b6c49..da9696c2a5 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -76,6 +76,7 @@ void Tie_performer::initialize () { event_ = 0; + prev_event_ = 0; } diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 3ccf89cfdf..86e13e2e15 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -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' -- 2.39.5