Update of /cvsroot/mingw/xscripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26723 Modified Files: AUTHORS.in ChangeLog LICENSE.in README.in README.tmac x86-mingw32-build.sh.batch x86-mingw32-build.sh.conf x86-mingw32-build.sh.detail x86-mingw32-build.sh.dialogue x86-mingw32-build.sh.functions x86-mingw32-build.sh.getopts x86-mingw32-build.sh.help x86-mingw32-build.sh.hosts x86-mingw32-build.sh.mirrors x86-mingw32-build.sh.version Log Message: Prepare version 1.0, release candidate #1. Index: x86-mingw32-build.sh.detail =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.detail,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** x86-mingw32-build.sh.detail 13 Jan 2008 18:16:53 -0000 1.2 --- x86-mingw32-build.sh.detail 15 Mar 2009 13:05:54 -0000 1.3 *************** *** 1,8 **** ! # x86-mingw32-build.sh.detail -*- sh -*- -- vim: filetype=sh # $Id$ # # Display details of the current cross compiler build configuration. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 1,8 ---- ! # x86-mingw32-build.sh.detail -*- sh -*- vim: filetype=sh # $Id$ # # Display details of the current cross compiler build configuration. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # Index: x86-mingw32-build.sh.batch =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.batch,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** x86-mingw32-build.sh.batch 22 Feb 2009 15:18:25 -0000 1.3 --- x86-mingw32-build.sh.batch 15 Mar 2009 13:05:54 -0000 1.4 *************** *** 4,8 **** # Unattended mode setup for x86-mingw32-build.sh cross compiler build. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 4,8 ---- # Unattended mode setup for x86-mingw32-build.sh cross compiler build. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # Index: x86-mingw32-build.sh.hosts =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.hosts,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** x86-mingw32-build.sh.hosts 5 Nov 2006 23:26:55 -0000 1.1.1.1 --- x86-mingw32-build.sh.hosts 15 Mar 2009 13:05:54 -0000 1.2 *************** *** 4,8 **** # List of known SourceForge Mirror Sites, hosting packages for download. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 4,8 ---- # List of known SourceForge Mirror Sites, hosting packages for download. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # *************** *** 47,53 **** # today, they don't seem to work for me (KDM, 24-Oct-2006). # ! # citkit RU Asia? ! # cogent US North America ! # voxel US North America # $RCSfile$Revision$: end of file --- 47,53 ---- # today, they don't seem to work for me (KDM, 24-Oct-2006). # ! # citkit RU Asia? ! # cogent US North America ! # voxel US North America # $RCSfile$Revision$: end of file Index: x86-mingw32-build.sh.functions =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.functions,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** x86-mingw32-build.sh.functions 22 Feb 2009 15:18:25 -0000 1.3 --- x86-mingw32-build.sh.functions 15 Mar 2009 13:05:54 -0000 1.4 *************** *** 4,8 **** # Define functions used by the mingw32 cross-compiler build script. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 4,8 ---- # Define functions used by the mingw32 cross-compiler build script. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/xscripts/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog 15 Mar 2009 09:36:45 -0000 1.13 --- ChangeLog 15 Mar 2009 13:05:54 -0000 1.14 *************** *** 1,4 **** --- 1,25 ---- 2009-03-15 Keith Marshall <kei...@us...> + Prepare version 1.0, release candidate #1. + + * All files: Update copyright notices; include year 2009. + + * x86-mingw32-build.sh.version (PACKAGE_VERSION_MAJOR): Set it to 1. + (PACKAGE_VERSION_MINOR): Leave unchanged, set to 0. + (PACKAGE_VERSION_PATCH): Leave as empty string. + (SNAPSHOT): Reset to empty string. + + * x86-mingw32-build.sh.conf: Use latest available packages: + (GCC_VERSION): Update to current stable release: 3.4.5-20060117-2. + (BINUTILS_VERSION): Update to current stable release: 2.19.1. + (RUNTIME_VERSION): Update to current stable release: 3.15.2. + (W32API_VERSION): Update to current stable release: 3.13. + (INSTALL_DIR): Make it `$HOME/mingw32' by default. + + * x86-mingw32-build.sh.hosts: Layout adjustment. + * x86-mingw32-build.sh.mirrors: Typo; s/vaild/valid/. + + 2009-03-15 Keith Marshall <kei...@us...> + Adapt package tarball names to new MinGW.org conventions. Index: x86-mingw32-build.sh.conf =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** x86-mingw32-build.sh.conf 21 Feb 2009 19:33:49 -0000 1.6 --- x86-mingw32-build.sh.conf 15 Mar 2009 13:05:54 -0000 1.7 *************** *** 45,56 **** assume WORKING_DIR $HOME/tmp/mingw-3.4.5 assume PACKAGE_DIR $HOME/packages/mingw-3.4.5 ! assume INSTALL_DIR $HOME/mingw # # 4) Package versions, from which the compiler will be built. # ! assume GCC_VERSION 3.4.5-20060117-1 ! assume BINUTILS_VERSION 2.18.50-20080109 ! assume RUNTIME_VERSION 3.14 ! assume W32API_VERSION 3.11 # # 5) Automatic patching of downloaded packages: if any appropriately --- 45,56 ---- assume WORKING_DIR $HOME/tmp/mingw-3.4.5 assume PACKAGE_DIR $HOME/packages/mingw-3.4.5 ! assume INSTALL_DIR $HOME/mingw32 # # 4) Package versions, from which the compiler will be built. # ! assume GCC_VERSION 3.4.5-20060117-2 ! assume BINUTILS_VERSION 2.19.1 ! assume RUNTIME_VERSION 3.15.2 ! assume W32API_VERSION 3.13 # # 5) Automatic patching of downloaded packages: if any appropriately Index: x86-mingw32-build.sh.help =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.help,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** x86-mingw32-build.sh.help 13 Jan 2008 18:16:53 -0000 1.2 --- x86-mingw32-build.sh.help 15 Mar 2009 13:05:54 -0000 1.3 *************** *** 1,8 **** ! # x86-mingw32-build.sh.help -*- sh -*- -- vim: filetype=sh # $Id$ # # Help text definitions for x86-mingw32-build.sh script. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 1,8 ---- ! # x86-mingw32-build.sh.help -*- sh -*- vim: filetype=sh # $Id$ # # Help text definitions for x86-mingw32-build.sh script. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # Index: LICENSE.in =================================================================== RCS file: /cvsroot/mingw/xscripts/LICENSE.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.in 5 Nov 2006 23:26:34 -0000 1.1.1.1 --- LICENSE.in 15 Mar 2009 13:05:54 -0000 1.2 *************** *** 2,6 **** LICENSE.in for x86-mingw32-build.sh ! Copyright (C) 2006, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> --- 2,6 ---- LICENSE.in for x86-mingw32-build.sh ! Copyright (C) 2006, 2009, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> Index: x86-mingw32-build.sh.mirrors =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.mirrors,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** x86-mingw32-build.sh.mirrors 23 Feb 2009 00:17:04 -0000 1.3 --- x86-mingw32-build.sh.mirrors 15 Mar 2009 13:05:54 -0000 1.4 *************** *** 4,8 **** # Identify a SourceForge Mirror Site, from which to download packages. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 4,8 ---- # Identify a SourceForge Mirror Site, from which to download packages. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # *************** *** 65,69 **** if test "$ALLOW_DOWNLOADS" = YES && test "$BUILD_METHOD" = unattended then ! echo "$script.conf: DOWNLOAD_HOST does not specify a vaild mirror" echo "$script.mirrors: automatic download feature is disabled" fi --- 65,69 ---- if test "$ALLOW_DOWNLOADS" = YES && test "$BUILD_METHOD" = unattended then ! echo "$script.conf: DOWNLOAD_HOST does not specify a valid mirror" echo "$script.mirrors: automatic download feature is disabled" fi Index: README.in =================================================================== RCS file: /cvsroot/mingw/xscripts/README.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.in 5 Nov 2006 23:26:36 -0000 1.1.1.1 --- README.in 15 Mar 2009 13:05:54 -0000 1.2 *************** *** 3,7 **** $Id$ ! Copyright (C) 2006, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> --- 3,7 ---- $Id$ ! Copyright (C) 2006, 2009, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> *************** *** 28,32 **** $Id$ .LP ! Copyright (C) 2006, MinGW Project <http://www.mingw.org> .LP The `x86\-mingw32\-build' script will build a cross compiler suite, --- 28,32 ---- $Id$ .LP ! Copyright (C) 2006, 2009, MinGW Project <http://www.mingw.org> .LP The `x86\-mingw32\-build' script will build a cross compiler suite, Index: README.tmac =================================================================== RCS file: /cvsroot/mingw/xscripts/README.tmac,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.tmac 5 Nov 2006 23:26:37 -0000 1.1.1.1 --- README.tmac 15 Mar 2009 13:05:54 -0000 1.2 *************** *** 5,9 **** README files. ! Copyright (C) 2006, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> --- 5,9 ---- README files. ! Copyright (C) 2006, 2009, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> Index: x86-mingw32-build.sh.dialogue =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.dialogue,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** x86-mingw32-build.sh.dialogue 22 Feb 2009 15:18:25 -0000 1.5 --- x86-mingw32-build.sh.dialogue 15 Mar 2009 13:05:54 -0000 1.6 *************** *** 4,8 **** # Manage dialogue for interactive execution of x86-mingw32-build script. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 4,8 ---- # Manage dialogue for interactive execution of x86-mingw32-build script. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # Index: x86-mingw32-build.sh.version =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.version,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** x86-mingw32-build.sh.version 13 Jan 2008 18:16:53 -0000 1.2 --- x86-mingw32-build.sh.version 15 Mar 2009 13:05:54 -0000 1.3 *************** *** 1,9 **** #!/bin/sh ! # x86-mingw32-build.sh.version -*- sh -*- -- vim: filetype=sh # $Id$ # # Version identification for x86-mingw32-build.sh script. # ! PACKAGE_VERSION_MAJOR=0 PACKAGE_VERSION_MINOR=0 PACKAGE_VERSION_PATCH="" --- 1,9 ---- #!/bin/sh ! # x86-mingw32-build.sh.version -*- sh -*- vim: filetype=sh # $Id$ # # Version identification for x86-mingw32-build.sh script. # ! PACKAGE_VERSION_MAJOR=1 PACKAGE_VERSION_MINOR=0 PACKAGE_VERSION_PATCH="" *************** *** 12,18 **** # a snapshot release. # ! SNAPSHOT=20061101-1 # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 12,18 ---- # a snapshot release. # ! SNAPSHOT="" # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # Index: AUTHORS.in =================================================================== RCS file: /cvsroot/mingw/xscripts/AUTHORS.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** AUTHORS.in 5 Nov 2006 23:26:27 -0000 1.1.1.1 --- AUTHORS.in 15 Mar 2009 13:05:54 -0000 1.2 *************** *** 2,6 **** AUTHORS.in for x86-mingw32-build.sh ! Copyright (C) 2006, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> --- 2,6 ---- AUTHORS.in for x86-mingw32-build.sh ! Copyright (C) 2006, 2009, MinGW Project <http://www.mingw.org> Written by Keith Marshall <kei...@us...> *************** *** 32,36 **** .LP .nf ! Copyright (C) 2006, MinGW Project <http://www.mingw.org> $Id$ .LP --- 32,36 ---- .LP .nf ! Copyright (C) 2006, 2009, MinGW Project <http://www.mingw.org> $Id$ .LP Index: x86-mingw32-build.sh.getopts =================================================================== RCS file: /cvsroot/mingw/xscripts/x86-mingw32-build.sh.getopts,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** x86-mingw32-build.sh.getopts 19 Feb 2009 19:02:27 -0000 1.3 --- x86-mingw32-build.sh.getopts 15 Mar 2009 13:05:54 -0000 1.4 *************** *** 4,8 **** # Interpret command line arguments given to the x86-mingw32-build script. # ! # Copyright (C) 2006, MinGW Project # Written by Keith Marshall <kei...@us...> # --- 4,8 ---- # Interpret command line arguments given to the x86-mingw32-build script. # ! # Copyright (C) 2006, 2009, MinGW Project # Written by Keith Marshall <kei...@us...> # |