On Thu, Apr 19, 2007 at 09:48:08PM +0200, Jürgen Kilb wrote:
> please find attached an patch which will correct some package sources:

Thanks. Please don't use html for mails, especially not as it is
crashing patch whitespace.

> diff -urN rules.org/mgetty.make rules/mgetty.make
> --- rules.org/mgetty.make       2007-01-28 22:17:41.000000000 +0100
> +++ rules/mgetty.make   2007-04-19 21:02:21.000000000 +0200
> @@ -21,7 +21,7 @@
>  MGETTY_DATE    = Dec16
>  MGETTY         = mgetty$(MGETTY_VERSION)
>  MGETTY_SUFFIX  = tar.gz
> -MGETTY_URL     = ftp://ftp.leo.org/historic/comp/os/unix/networking/mgetty/$
> (MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX)
> +MGETTY_URL     = ftp://alpha.greenie.net/pub/mgetty/source/1.1/$(MGETTY)-$
> (MGETTY_DATE).$(MGETTY_SUFFIX)
>  MGETTY_SOURCE  = $(SRCDIR)/$(MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX)
>  MGETTY_DIR     = $(BUILDDIR)/mgetty-$(MGETTY_VERSION)

Applied.

> diff -urN rules.org/pcre.make rules/pcre.make
> --- rules.org/pcre.make 2007-01-28 22:17:41.000000000 +0100
> +++ rules/pcre.make     2007-04-19 20:37:20.000000000 +0200
> @@ -20,8 +20,8 @@
>  #
>  PCRE_VERSION           = 5.0
>  PCRE                   = pcre-$(PCRE_VERSION)
> -PCRE_SUFFIX            = tar.gz
> -PCRE_URL               = 
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
> /$(PCRE).$(PCRE_SUFFIX)
> +PCRE_SUFFIX            = tar.bz2
> +PCER_URL               = http://mesh.dl.sourceforge.net/sourceforge/pcre/$
> (PCRE).$(PCRE_SUFFIX)
>  PCRE_SOURCE            = $(SRCDIR)/$(PCRE).$(PCRE_SUFFIX)
>  PCRE_DIR               = $(BUILDDIR)/$(PCRE)

Please use $(PTXCONF_SETUP_SFMIRROR); this makes it possible to use
'ptxdist setup' to change the mirror. Applied with that change.

> diff -urN rules.org/ppp.make rules/ppp.make
> --- rules.org/ppp.make  2007-01-28 22:17:41.000000000 +0100
> +++ rules/ppp.make      2007-04-19 21:22:25.000000000 +0200
> @@ -19,7 +19,7 @@
>  #
>  PPP_VERSION    = 2.4.1
>  PPP            = ppp-$(PPP_VERSION)
> -PPP_URL                = ftp://ftp.samba.org/pub/ppp/$(PPP).tar.gz
> +PPP_URL                = http://samba.org/ftp/ppp/$(PPP).tar.gz
>  PPP_SOURCE     = $(SRCDIR)/$(PPP).tar.gz
>  PPP_DIR                = $(BUILDDIR)/$(PPP)
> 
> diff -urN rules.org/rsync.make rules/rsync.make
> --- rules.org/rsync.make        2007-01-28 22:17:41.000000000 +0100
> +++ rules/rsync.make    2007-04-19 21:11:50.000000000 +0200
> @@ -20,7 +20,7 @@
>  RSYNC_VERSION  = 2.6.8
>  RSYNC          = rsync-$(RSYNC_VERSION)
>  RSYNC_SUFFIX   = tar.gz
> -RSYNC_URL      = http://samba.anu.edu.au/ftp/rsync/$(RSYNC).$(RSYNC_SUFFIX)
> +RSYNC_URL      = http://samba.anu.edu.au/ftp/rsync/old-versions/$(RSYNC).$
> (RSYNC_SUFFIX)
>  RSYNC_SOURCE   = $(SRCDIR)/$(RSYNC).$(RSYNC_SUFFIX)
>  RSYNC_DIR      = $(BUILDDIR)/$(RSYNC)

Applied; note that also a version update (with proper testing) could be
a good idea :)

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to