tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/cross/h8300-elf-gcc34



Hi,

From: "Ryo ONODERA" <ryoon%NetBSD.org@localhost>, Date: Sun, 5 May 2013 
13:12:44 +0000

> Module Name:  pkgsrc
> Committed By: ryoon
> Date:         Sun May  5 13:12:44 UTC 2013
> 
> Modified Files:
>       pkgsrc/cross/h8300-elf-gcc34: Makefile
> 
> Log Message:
> Fix fetch od newlib-1.14.0.tar.gz.
> Thank you, wiz@.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/h8300-elf-gcc34/Makefile
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

The diff of this commit is here.

SITES.newlib-${NEWLIBVER}.tar.gz does not work, so SITES for
newlib-1.14.0.tar.gz is not set, and it is set as MASTER_SITES.

Is this expected behavior?

Thank you.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/cross/h8300-elf-gcc34/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    30 Apr 2013 13:26:34 -0000      1.1
+++ Makefile    5 May 2013 13:11:32 -0000
@@ -6,8 +6,8 @@
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-3.4.6/}
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
                        ${DISTNAME:S/-core-/-g++-/}${EXTRACT_SUFX} \
-                       newlib-${NEWLIBVER}.tar.gz
-SITES.newlib-${NEWLIBVER}.tar.gz=      ftp://sources.redhat.com/pub/newlib/
+                       newlib-${NEWLIBVER}${EXTRACT_SUFX}
+SITES.newlib-1.14.0.tar.gz=    ftp://sources.redhat.com/pub/newlib/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              #empty

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index