Changes between Version 29 and Version 30 of pkg-msys


Ignore:
Timestamp:
Feb 10, 2012, 3:02:55 AM (12 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pkg-msys

    v29 v30  
    6464 if "%MSYSTEM%" == "MINGW32" set FGCOLOR=%MINGW32FGCOLOR%
    6565 
    66 -start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
    67 +start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-16 -tn msys -geometry 80x25 -e /bin/sh --login -i
     66-start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
     67+start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-16 -tn msys -geometry 80x25 -e /bin/sh --login -i
    6868 exit
    6969 
     
    73733. Copy `c:\osgeo4w\apps\msys\etc\fstab.sample` to `c:\osgeo4w\apps\msys\etc\fstab` (without .sample)
    7474
    75 4. Open `c:\osgeo4w\apps\msys\etc\fstab`
     754. Modify `c:\osgeo4w\apps\msys\etc\fstab`
    7676
    77 5. At line 16, change:
    7877{{{
    79 c:/mingw                /mingw
    80 c:/ActiveState/perl     /perl
     78--- apps/msys/etc/fstab.sample  2009-07-11 18:34:34 +0000
     79+++ apps/msys/etc/fstab 2012-02-09 16:11:26 +0000
     80@@ -13,5 +13,4 @@
     81 #Blank lines are ignored.
     82 
     83 #Win32_Path            Mount_Point
     84-c:/mingw               /mingw
     85-c:/ActiveState/perl    /perl
     86+@osgeo4w@              /osgeo4w
    8187}}}
    82 To:
    83 {{{
    84 @osgeo4w@       /osgeo4w
    85 }}}
    86 6. Download the MinGW packages:
     88
     895. Download the MinGW packages:
    8790(''[https://sourceforge.net/project/showfiles.php?group_id=2435 updates may be found here]'')
    8891 * '''bin-utils''' from [http://downloads.sourceforge.net/mingw/binutils-2.19.1-mingw32-bin.tar.gz here]
     
    9497 * '''w32api''' from [http://downloads.sourceforge.net/mingw/w32api-3.13-mingw32-dev.tar.gz here] (dev package only)
    9598
    96 7. Download the latest '''make''' program compliant with the OSGeo4W framework from [http://downloads.sourceforge.net/mingw/make-3.81-MSYS-1.0.11-2.tar.bz2 here]
     996. Download the latest '''make''' program compliant with the OSGeo4W framework from [http://downloads.sourceforge.net/mingw/make-3.81-MSYS-1.0.11-2.tar.bz2 here]
    97100(''future updates may be found [https://sourceforge.net/project/showfiles.php?group_id=2435 here]'')
    98101
    99 8. Unpack to `c:\osgeo4w\apps\msys`  (the content of the sub-folders in the zip-files - ''bin'', ''share'' have to be copied into the related sub-folders of `c:\osgeo4w\apps\msys`)
     1027. Unpack to `c:\osgeo4w\apps\msys`  (the content of the sub-folders in the zip-files - ''bin'', ''share'' have to be copied into the related sub-folders of `c:\osgeo4w\apps\msys`)
    100103
    101 9. Close and re-open msys to reload the settings.
     1048. Close and re-open msys to reload the settings.
    102105
    103106=== Pre-built Binaries ===