Changeset 7


Ignore:
Timestamp:
03/25/07 10:21:43 (6 years ago)
Author:
alanbach-guest
Message:

[svn-inject] Applying Debian modifications to trunk

Location:
pkg/pygtk/trunk
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/pygtk/trunk/config.guess

    r4 r7  
    22# Attempt to guess a canonical system name. 
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
    4 #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 
    5  
    6 timestamp='2005-08-03' 
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 
     5#   Inc. 
     6 
     7timestamp='2006-07-02' 
    78 
    89# This file is free software; you can redistribute it and/or modify it 
     
    107108trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 
    108109: ${TMPDIR=/tmp} ; 
    109  { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 
     110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 
    110111 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || 
    111112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 
     
    207208        echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} 
    208209        exit ;; 
     210    *:SolidBSD:*:*) 
     211        echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} 
     212        exit ;; 
    209213    macppc:MirBSD:*:*) 
    210         echo powerppc-unknown-mirbsd${UNAME_RELEASE} 
     214        echo powerpc-unknown-mirbsd${UNAME_RELEASE} 
    211215        exit ;; 
    212216    *:MirBSD:*:*) 
     
    765769        exit ;; 
    766770    *:FreeBSD:*:*) 
    767         echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 
     771        case ${UNAME_MACHINE} in 
     772            pc98) 
     773                echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 
     774            amd64) 
     775                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 
     776            *) 
     777                echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 
     778        esac 
    768779        exit ;; 
    769780    i*:CYGWIN*:*) 
     
    780791        echo ${UNAME_MACHINE}-pc-pw32 
    781792        exit ;; 
    782     x86:Interix*:[34]*) 
    783         echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' 
     793    x86:Interix*:[3456]*) 
     794        echo i586-pc-interix${UNAME_RELEASE} 
     795        exit ;; 
     796    EM64T:Interix*:[3456]*) 
     797        echo x86_64-unknown-interix${UNAME_RELEASE} 
    784798        exit ;; 
    785799    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 
     
    816830        exit ;; 
    817831    arm*:Linux:*:*) 
     832        echo ${UNAME_MACHINE}-unknown-linux-gnu 
     833        exit ;; 
     834    avr32*:Linux:*:*) 
    818835        echo ${UNAME_MACHINE}-unknown-linux-gnu 
    819836        exit ;; 
     
    852869        #endif 
    853870EOF 
    854         eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 
     871        eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 
     872            /^CPU/{ 
     873                s: ::g 
     874                p 
     875            }'`" 
    855876        test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 
    856877        ;; 
     
    871892        #endif 
    872893EOF 
    873         eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 
     894        eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 
     895            /^CPU/{ 
     896                s: ::g 
     897                p 
     898            }'`" 
    874899        test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 
    875900        ;; 
     
    919944    sparc:Linux:*:* | sparc64:Linux:*:*) 
    920945        echo ${UNAME_MACHINE}-unknown-linux-gnu 
     946        exit ;; 
     947    vax:Linux:*:*) 
     948        echo ${UNAME_MACHINE}-dec-linux-gnu 
    921949        exit ;; 
    922950    x86_64:Linux:*:*) 
     
    965993        # endif 
    966994        #else 
    967         #ifdef __INTEL_COMPILER 
     995        #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) 
    968996        LIBC=gnu 
    969997        #else 
     
    9751003        #endif 
    9761004EOF 
    977         eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 
     1005        eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 
     1006            /^LIBC/{ 
     1007                s: ::g 
     1008                p 
     1009            }'`" 
    9781010        test x"${LIBC}" != x && { 
    9791011                echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 
     
    11861218        UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 
    11871219        case $UNAME_PROCESSOR in 
    1188             *86) UNAME_PROCESSOR=i686 ;; 
    11891220            unknown) UNAME_PROCESSOR=powerpc ;; 
    11901221        esac 
     
    12641295    i*86:skyos:*:*) 
    12651296        echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' 
     1297        exit ;; 
     1298    i*86:rdos:*:*) 
     1299        echo ${UNAME_MACHINE}-pc-rdos 
    12661300        exit ;; 
    12671301esac 
  • pkg/pygtk/trunk/config.sub

    r4 r7  
    22# Configuration validation subroutine script. 
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
    4 #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 
    5  
    6 timestamp='2005-07-08' 
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 
     5#   Inc. 
     6 
     7timestamp='2006-07-02' 
    78 
    89# This file is (in principle) common to ALL GNU software. 
     
    120121maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 
    121122case $maybe_os in 
    122   nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ 
    123   kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) 
     123  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 
     124  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 
     125  storm-chaos* | os2-emx* | rtmk-nova*) 
    124126    os=-$maybe_os 
    125127    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 
     
    172174                os=-hiuxwe2 
    173175                ;; 
     176        -sco6) 
     177                os=-sco5v6 
     178                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 
     179                ;; 
    174180        -sco5) 
    175181                os=-sco3.2v5 
     
    185191                ;; 
    186192        -sco3.2v[4-9]*) 
     193                # Don't forget version if it is 3.2v4 or newer. 
     194                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 
     195                ;; 
     196        -sco5v6*) 
    187197                # Don't forget version if it is 3.2v4 or newer. 
    188198                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 
     
    232242        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 
    233243        | am33_2.0 \ 
    234         | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ 
     244        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 
    235245        | bfin \ 
    236246        | c4x | clipper \ 
     
    240250        | i370 | i860 | i960 | ia64 \ 
    241251        | ip2k | iq2000 \ 
    242         | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ 
     252        | m32c | m32r | m32rle | m68000 | m68k | m88k \ 
     253        | maxq | mb | microblaze | mcore \ 
    243254        | mips | mipsbe | mipseb | mipsel | mipsle \ 
    244255        | mips16 \ 
     
    258269        | mipstx39 | mipstx39el \ 
    259270        | mn10200 | mn10300 \ 
    260         | ms1 \ 
     271        | mt \ 
    261272        | msp430 \ 
     273        | nios | nios2 \ 
    262274        | ns16k | ns32k \ 
    263275        | or32 \ 
     
    265277        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 
    266278        | pyramid \ 
    267         | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ 
     279        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 
    268280        | sh64 | sh64le \ 
    269         | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ 
    270         | sparcv8 | sparcv9 | sparcv9b \ 
    271         | strongarm \ 
     281        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 
     282        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 
     283        | spu | strongarm \ 
    272284        | tahoe | thumb | tic4x | tic80 | tron \ 
    273285        | v850 | v850e \ 
     
    277289                basic_machine=$basic_machine-unknown 
    278290                ;; 
    279         m32c) 
    280                 basic_machine=$basic_machine-unknown 
    281                 ;; 
    282291        m6811 | m68hc11 | m6812 | m68hc12) 
    283292                # Motorola 68HC11/12. 
     
    286295                ;; 
    287296        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 
     297                ;; 
     298        ms1) 
     299                basic_machine=mt-unknown 
    288300                ;; 
    289301 
     
    306318        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 
    307319        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \ 
    308         | avr-* \ 
     320        | avr-* | avr32-* \ 
    309321        | bfin-* | bs2000-* \ 
    310322        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ 
     
    317329        | i*86-* | i860-* | i960-* | ia64-* \ 
    318330        | ip2k-* | iq2000-* \ 
    319         | m32r-* | m32rle-* \ 
     331        | m32c-* | m32r-* | m32rle-* \ 
    320332        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 
    321333        | m88110-* | m88k-* | maxq-* | mcore-* \ 
     
    337349        | mipstx39-* | mipstx39el-* \ 
    338350        | mmix-* \ 
    339         | ms1-* \ 
     351        | mt-* \ 
    340352        | msp430-* \ 
     353        | nios-* | nios2-* \ 
    341354        | none-* | np1-* | ns16k-* | ns32k-* \ 
    342355        | orion-* \ 
     
    345358        | pyramid-* \ 
    346359        | romp-* | rs6000-* \ 
    347         | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ 
     360        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 
    348361        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 
    349         | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ 
     362        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 
    350363        | sparclite-* \ 
    351         | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ 
     364        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ 
    352365        | tahoe-* | thumb-* \ 
    353366        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 
     
    360373        | z8k-*) 
    361374                ;; 
    362         m32c-*) 
    363                 ;; 
    364375        # Recognize the various machine names and aliases which stand 
    365376        # for a CPU type and a company and sometimes even an OS. 
     
    696707                basic_machine=i386-pc 
    697708                os=-msdos 
     709                ;; 
     710        ms1-*) 
     711                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 
    698712                ;; 
    699713        mvs) 
     
    804818                basic_machine=ns32k-pc532 
    805819                ;; 
     820        pc98) 
     821                basic_machine=i386-pc 
     822                ;; 
     823        pc98-*) 
     824                basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` 
     825                ;; 
    806826        pentium | p5 | k5 | k6 | nexgen | viac3) 
    807827                basic_machine=i586-pc 
     
    859879                basic_machine=i586-unknown 
    860880                os=-pw32 
     881                ;; 
     882        rdos) 
     883                basic_machine=i386-pc 
     884                os=-rdos 
    861885                ;; 
    862886        rom68k) 
     
    11021126                basic_machine=sh-unknown 
    11031127                ;; 
    1104         sparc | sparcv8 | sparcv9 | sparcv9b) 
     1128        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 
    11051129                basic_machine=sparc-sun 
    11061130                ;; 
     
    11751199              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 
    11761200              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 
    1177               | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ 
     1201              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 
     1202              | -openbsd* | -solidbsd* \ 
    11781203              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 
    11791204              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 
     
    11821207              | -chorusos* | -chorusrdb* \ 
    11831208              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 
    1184               | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ 
     1209              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 
     1210              | -uxpv* | -beos* | -mpeix* | -udk* \ 
    11851211              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 
    11861212              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 
     
    11891215              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 
    11901216              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 
    1191               | -skyos* | -haiku*) 
     1217              | -skyos* | -haiku* | -rdos* | -toppers*) 
    11921218        # Remember, each alternative MUST END IN *, to match a version number. 
    11931219                ;; 
     
    13411367 
    13421368case $basic_machine in 
     1369        spu-*) 
     1370                os=-elf 
     1371                ;; 
    13431372        *-acorn) 
    13441373                os=-riscix1.2 
     
    13501379                os=-aout 
    13511380                ;; 
    1352     c4x-* | tic4x-*) 
    1353         os=-coff 
    1354         ;; 
     1381        c4x-* | tic4x-*) 
     1382                os=-coff 
     1383                ;; 
    13551384        # This must come before the *-dec entry. 
    13561385        pdp10-*) 
Note: See TracChangeset for help on using the changeset viewer.