source: scripts/untested/blfs-patches/libmikmod-3.1.11-a.patch @ fd5b1fe

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fd5b1fe was fd5b1fe, checked in by Jim Gifford <clfs@…>, 18 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
File size: 66.6 KB
  • libmikmod-3.1.

    Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
    Date: 2005-08-06
    Initial Package Version: 3.1.11
    Upstream Status: From Upstream
    Origin: Upstream
    Description: Patch release update
    
    diff --recursive --unified libmikmod-3.1.11/NEWS libmikmod-3.1.11-a/NEWS
    old new  
     1Summary of changes between libmikmod 3.1.11 and libmikmod 3.1.11-a
     2========================================================================
     3libmikmod-3.1.11-a was released on 05/03/2004
     4
     5Most of my work and attention goes on the 3.2.x series, but I still receive
     6occasional bug reports and patchs for the 3.1.11 version. There are not enough
     7changes to make a full release, but many people may find this patch useful.
     8
     9BUGFIXES
     10- libmikmod playback now works correcly on amd64 (type size problem)
     11- fixed warning issued by automake >= 1.8
     12- config.sub and config.guess updated
     13
     14
    115Summary of changes between libmikmod 3.1.10 and libmikmod 3.1.11 (Thiers):
    216==========================================================================
    317
  • libmikmod-3.1.

    diff --recursive --unified libmikmod-3.1.11/config.guess libmikmod-3.1.11-a/config.guess
    old new  
    11#! /bin/sh
    22# Attempt to guess a canonical system name.
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    4 #   2000, 2001, 2002 Free Software Foundation, Inc.
     4#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    55
    6 timestamp='2002-01-02'
     6timestamp='2004-03-03'
    77
    88# This file is free software; you can redistribute it and/or modify it
    99# under the terms of the GNU General Public License as published by
     
    2424# configuration script generated by Autoconf, you may include it under
    2525# the same distribution terms that you use for the rest of that program.
    2626
    27 # Originally written by Per Bothner <bothner@cygnus.com>.
     27# Originally written by Per Bothner <per@bothner.com>.
    2828# Please send patches to <config-patches@gnu.org>.  Submit a context
    2929# diff and a properly formatted ChangeLog entry.
    3030#
     
    8888  exit 1
    8989fi
    9090
     91trap 'exit 1' 1 2 15
    9192
    92 dummy=dummy-$$
    93 trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15
     93# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
     94# compiler to aid in system detection is discouraged as it requires
     95# temporary files to be created and, as you can see below, it is a
     96# headache to deal with in a portable fashion.
    9497
    95 # CC_FOR_BUILD -- compiler used by this script.
    9698# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
    9799# use `HOST_CC' if defined, but it is deprecated.
    98100
    99 set_cc_for_build='case $CC_FOR_BUILD,$HOST_CC,$CC in
    100  ,,)    echo "int dummy(){}" > $dummy.c ;
    101         for c in cc gcc c89 ; do
    102           ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ;
    103           if test $? = 0 ; then
     101# Portable tmp directory creation inspired by the Autoconf team.
     102
     103set_cc_for_build='
     104trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
     105trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
     106: ${TMPDIR=/tmp} ;
     107 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
     108 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
     109 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
     110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
     111dummy=$tmp/dummy ;
     112tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
     113case $CC_FOR_BUILD,$HOST_CC,$CC in
     114 ,,)    echo "int x;" > $dummy.c ;
     115        for c in cc gcc c89 c99 ; do
     116          if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
    104117             CC_FOR_BUILD="$c"; break ;
    105118          fi ;
    106119        done ;
    107         rm -f $dummy.c $dummy.o $dummy.rel ;
    108120        if test x"$CC_FOR_BUILD" = x ; then
    109121          CC_FOR_BUILD=no_compiler_found ;
    110122        fi
    111123        ;;
    112124 ,,*)   CC_FOR_BUILD=$CC ;;
    113125 ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
    114 esac'
     126esac ;'
    115127
    116128# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
    117129# (ghazi@noc.rutgers.edu 1994-08-24)
     
    138150        #
    139151        # Note: NetBSD doesn't particularly care about the vendor
    140152        # portion of the name.  We always set it to "unknown".
    141         UNAME_MACHINE_ARCH=`(uname -p) 2>/dev/null` || \
    142             UNAME_MACHINE_ARCH=unknown
     153        sysctl="sysctl -n hw.machine_arch"
     154        UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
     155            /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
    143156        case "${UNAME_MACHINE_ARCH}" in
     157            armeb) machine=armeb-unknown ;;
    144158            arm*) machine=arm-unknown ;;
    145159            sh3el) machine=shl-unknown ;;
    146160            sh3eb) machine=sh-unknown ;;
     
    166180                ;;
    167181        esac
    168182        # The OS release
    169         release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
     183        # Debian GNU/NetBSD machines have a different userland, and
     184        # thus, need a distinct triplet. However, they do not need
     185        # kernel version information, so it can be replaced with a
     186        # suitable tag, in the style of linux-gnu.
     187        case "${UNAME_VERSION}" in
     188            Debian*)
     189                release='-gnu'
     190                ;;
     191            *)
     192                release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
     193                ;;
     194        esac
    170195        # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
    171196        # contains redundant information, the shorter form:
    172197        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
    173198        echo "${machine}-${os}${release}"
    174199        exit 0 ;;
     200    amd64:OpenBSD:*:*)
     201        echo x86_64-unknown-openbsd${UNAME_RELEASE}
     202        exit 0 ;;
    175203    amiga:OpenBSD:*:*)
    176204        echo m68k-unknown-openbsd${UNAME_RELEASE}
    177205        exit 0 ;;
    178206    arc:OpenBSD:*:*)
    179207        echo mipsel-unknown-openbsd${UNAME_RELEASE}
    180208        exit 0 ;;
     209    cats:OpenBSD:*:*)
     210        echo arm-unknown-openbsd${UNAME_RELEASE}
     211        exit 0 ;;
    181212    hp300:OpenBSD:*:*)
    182213        echo m68k-unknown-openbsd${UNAME_RELEASE}
    183214        exit 0 ;;
     
    196227    mvmeppc:OpenBSD:*:*)
    197228        echo powerpc-unknown-openbsd${UNAME_RELEASE}
    198229        exit 0 ;;
     230    pegasos:OpenBSD:*:*)
     231        echo powerpc-unknown-openbsd${UNAME_RELEASE}
     232        exit 0 ;;
    199233    pmax:OpenBSD:*:*)
    200234        echo mipsel-unknown-openbsd${UNAME_RELEASE}
    201235        exit 0 ;;
     
    211245    *:OpenBSD:*:*)
    212246        echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
    213247        exit 0 ;;
     248    *:ekkoBSD:*:*)
     249        echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
     250        exit 0 ;;
     251    macppc:MirBSD:*:*)
     252        echo powerppc-unknown-mirbsd${UNAME_RELEASE}
     253        exit 0 ;;
     254    *:MirBSD:*:*)
     255        echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
     256        exit 0 ;;
    214257    alpha:OSF1:*:*)
    215         if test $UNAME_RELEASE = "V4.0"; then
     258        case $UNAME_RELEASE in
     259        *4.0)
    216260                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
    217         fi
     261                ;;
     262        *5.*)
     263                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
     264                ;;
     265        esac
     266        # According to Compaq, /usr/sbin/psrinfo has been available on
     267        # OSF/1 and Tru64 systems produced since 1995.  I hope that
     268        # covers most systems running today.  This code pipes the CPU
     269        # types through head -n 1, so we only detect the type of CPU 0.
     270        ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
     271        case "$ALPHA_CPU_TYPE" in
     272            "EV4 (21064)")
     273                UNAME_MACHINE="alpha" ;;
     274            "EV4.5 (21064)")
     275                UNAME_MACHINE="alpha" ;;
     276            "LCA4 (21066/21068)")
     277                UNAME_MACHINE="alpha" ;;
     278            "EV5 (21164)")
     279                UNAME_MACHINE="alphaev5" ;;
     280            "EV5.6 (21164A)")
     281                UNAME_MACHINE="alphaev56" ;;
     282            "EV5.6 (21164PC)")
     283                UNAME_MACHINE="alphapca56" ;;
     284            "EV5.7 (21164PC)")
     285                UNAME_MACHINE="alphapca57" ;;
     286            "EV6 (21264)")
     287                UNAME_MACHINE="alphaev6" ;;
     288            "EV6.7 (21264A)")
     289                UNAME_MACHINE="alphaev67" ;;
     290            "EV6.8CB (21264C)")
     291                UNAME_MACHINE="alphaev68" ;;
     292            "EV6.8AL (21264B)")
     293                UNAME_MACHINE="alphaev68" ;;
     294            "EV6.8CX (21264D)")
     295                UNAME_MACHINE="alphaev68" ;;
     296            "EV6.9A (21264/EV69A)")
     297                UNAME_MACHINE="alphaev69" ;;
     298            "EV7 (21364)")
     299                UNAME_MACHINE="alphaev7" ;;
     300            "EV7.9 (21364A)")
     301                UNAME_MACHINE="alphaev79" ;;
     302        esac
     303        # A Pn.n version is a patched version.
    218304        # A Vn.n version is a released version.
    219305        # A Tn.n version is a released field test version.
    220306        # A Xn.n version is an unreleased experimental baselevel.
    221307        # 1.2 uses "1.2" for uname -r.
    222         cat <<EOF >$dummy.s
    223         .data
    224 \$Lformat:
    225         .byte 37,100,45,37,120,10,0     # "%d-%x\n"
    226 
    227         .text
    228         .globl main
    229         .align 4
    230         .ent main
    231 main:
    232         .frame \$30,16,\$26,0
    233         ldgp \$29,0(\$27)
    234         .prologue 1
    235         .long 0x47e03d80 # implver \$0
    236         lda \$2,-1
    237         .long 0x47e20c21 # amask \$2,\$1
    238         lda \$16,\$Lformat
    239         mov \$0,\$17
    240         not \$1,\$18
    241         jsr \$26,printf
    242         ldgp \$29,0(\$26)
    243         mov 0,\$16
    244         jsr \$26,exit
    245         .end main
    246 EOF
    247         eval $set_cc_for_build
    248         $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
    249         if test "$?" = 0 ; then
    250                 case `./$dummy` in
    251                         0-0)
    252                                 UNAME_MACHINE="alpha"
    253                                 ;;
    254                         1-0)
    255                                 UNAME_MACHINE="alphaev5"
    256                                 ;;
    257                         1-1)
    258                                 UNAME_MACHINE="alphaev56"
    259                                 ;;
    260                         1-101)
    261                                 UNAME_MACHINE="alphapca56"
    262                                 ;;
    263                         2-303)
    264                                 UNAME_MACHINE="alphaev6"
    265                                 ;;
    266                         2-307)
    267                                 UNAME_MACHINE="alphaev67"
    268                                 ;;
    269                         2-1307)
    270                                 UNAME_MACHINE="alphaev68"
    271                                 ;;
    272                 esac
    273         fi
    274         rm -f $dummy.s $dummy
    275         echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
     308        echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
     309        exit 0 ;;
     310    Alpha*:OpenVMS:*:*)
     311        echo alpha-hp-vms
    276312        exit 0 ;;
    277313    Alpha\ *:Windows_NT*:*)
    278314        # How do we know it's Interix rather than the generic POSIX subsystem?
     
    295331    *:OS/390:*:*)
    296332        echo i370-ibm-openedition
    297333        exit 0 ;;
     334    *:OS400:*:*)
     335        echo powerpc-ibm-os400
     336        exit 0 ;;
    298337    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
    299338        echo arm-acorn-riscix${UNAME_RELEASE}
    300339        exit 0;;
     
    312351    NILE*:*:*:dcosx)
    313352        echo pyramid-pyramid-svr4
    314353        exit 0 ;;
     354    DRS?6000:unix:4.0:6*)
     355        echo sparc-icl-nx6
     356        exit 0 ;;
     357    DRS?6000:UNIX_SV:4.2*:7*)
     358        case `/usr/bin/uname -p` in
     359            sparc) echo sparc-icl-nx7 && exit 0 ;;
     360        esac ;;
    315361    sun4H:SunOS:5.*:*)
    316362        echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
    317363        exit 0 ;;
     
    340386        echo m68k-sun-sunos${UNAME_RELEASE}
    341387        exit 0 ;;
    342388    sun*:*:4.2BSD:*)
    343         UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
     389        UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
    344390        test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
    345391        case "`/bin/arch`" in
    346392            sun3)
     
    380426    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
    381427        echo m68k-unknown-mint${UNAME_RELEASE}
    382428        exit 0 ;;
     429    m68k:machten:*:*)
     430        echo m68k-apple-machten${UNAME_RELEASE}
     431        exit 0 ;;
    383432    powerpc:machten:*:*)
    384433        echo powerpc-apple-machten${UNAME_RELEASE}
    385434        exit 0 ;;
     
    418467          exit (-1);
    419468        }
    420469EOF
    421         $CC_FOR_BUILD $dummy.c -o $dummy \
    422           && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
    423           && rm -f $dummy.c $dummy && exit 0
    424         rm -f $dummy.c $dummy
     470        $CC_FOR_BUILD -o $dummy $dummy.c \
     471          && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
     472          && exit 0
    425473        echo mips-mips-riscos${UNAME_RELEASE}
    426474        exit 0 ;;
    427475    Motorola:PowerMAX_OS:*:*)
    428476        echo powerpc-motorola-powermax
    429477        exit 0 ;;
     478    Motorola:*:4.3:PL8-*)
     479        echo powerpc-harris-powermax
     480        exit 0 ;;
     481    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
     482        echo powerpc-harris-powermax
     483        exit 0 ;;
    430484    Night_Hawk:Power_UNIX:*:*)
    431485        echo powerpc-harris-powerunix
    432486        exit 0 ;;
     
    499553                        exit(0);
    500554                        }
    501555EOF
    502                 $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
    503                 rm -f $dummy.c $dummy
     556                $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
    504557                echo rs6000-ibm-aix3.2.5
    505558        elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
    506559                echo rs6000-ibm-aix3.2.4
     
    509562        fi
    510563        exit 0 ;;
    511564    *:AIX:*:[45])
    512         IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
     565        IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    513566        if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
    514567                IBM_ARCH=rs6000
    515568        else
     
    598651                  exit (0);
    599652              }
    600653EOF
    601                     (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`./$dummy`
    602                     if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
    603                     rm -f $dummy.c $dummy
     654                    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
     655                    test -z "$HP_ARCH" && HP_ARCH=hppa
    604656                fi ;;
    605657        esac
     658        if [ ${HP_ARCH} = "hppa2.0w" ]
     659        then
     660            # avoid double evaluation of $set_cc_for_build
     661            test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
     662            if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
     663            then
     664                HP_ARCH="hppa2.0w"
     665            else
     666                HP_ARCH="hppa64"
     667            fi
     668        fi
    606669        echo ${HP_ARCH}-hp-hpux${HPUX_REV}
    607670        exit 0 ;;
    608671    ia64:HP-UX:*:*)
     
    636699          exit (0);
    637700        }
    638701EOF
    639         $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
    640         rm -f $dummy.c $dummy
     702        $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
    641703        echo unknown-hitachi-hiuxwe2
    642704        exit 0 ;;
    643705    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
     
    683745    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
    684746        echo c4-convex-bsd
    685747        exit 0 ;;
    686     CRAY*X-MP:*:*:*)
    687         echo xmp-cray-unicos
    688         exit 0 ;;
    689748    CRAY*Y-MP:*:*:*)
    690749        echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
    691750        exit 0 ;;
     
    698757    CRAY*TS:*:*:*)
    699758        echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
    700759        exit 0 ;;
    701     CRAY*T3D:*:*:*)
    702         echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
    703         exit 0 ;;
    704760    CRAY*T3E:*:*:*)
    705761        echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
    706762        exit 0 ;;
    707763    CRAY*SV1:*:*:*)
    708764        echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
    709765        exit 0 ;;
    710     CRAY-2:*:*:*)
    711         echo cray2-cray-unicos
    712         exit 0 ;;
     766    *:UNICOS/mp:*:*)
     767        echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
     768        exit 0 ;;
    713769    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
    714770        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
    715771        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
    716772        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
    717773        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
    718774        exit 0 ;;
     775    5000:UNIX_System_V:4.*:*)
     776        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
     777        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
     778        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
     779        exit 0 ;;
    719780    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
    720781        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
    721782        exit 0 ;;
     
    726787        echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
    727788        exit 0 ;;
    728789    *:FreeBSD:*:*)
    729         echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
     790        # Determine whether the default compiler uses glibc.
     791        eval $set_cc_for_build
     792        sed 's/^        //' << EOF >$dummy.c
     793        #include <features.h>
     794        #if __GLIBC__ >= 2
     795        LIBC=gnu
     796        #else
     797        LIBC=
     798        #endif
     799EOF
     800        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
     801        # GNU/KFreeBSD systems have a "k" prefix to indicate we are using
     802        # FreeBSD's kernel, but not the complete OS.
     803        case ${LIBC} in gnu) kernel_only='k' ;; esac
     804        echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
    730805        exit 0 ;;
    731806    i*:CYGWIN*:*)
    732807        echo ${UNAME_MACHINE}-pc-cygwin
     
    737812    i*:PW*:*)
    738813        echo ${UNAME_MACHINE}-pc-pw32
    739814        exit 0 ;;
    740     x86:Interix*:3*)
    741         echo i386-pc-interix3
     815    x86:Interix*:[34]*)
     816        echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
     817        exit 0 ;;
     818    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
     819        echo i${UNAME_MACHINE}-pc-mks
    742820        exit 0 ;;
    743821    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
    744822        # How do we know it's Interix rather than the generic POSIX subsystem?
    745823        # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
    746824        # UNAME_MACHINE based on the output of uname instead of i386?
    747         echo i386-pc-interix
     825        echo i586-pc-interix
    748826        exit 0 ;;
    749827    i*:UWIN*:*)
    750828        echo ${UNAME_MACHINE}-pc-uwin
     
    756834        echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
    757835        exit 0 ;;
    758836    *:GNU:*:*)
     837        # the GNU system
    759838        echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
    760839        exit 0 ;;
     840    *:GNU/*:*:*)
     841        # other systems with GNU libc and userland
     842        echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
     843        exit 0 ;;
    761844    i*86:Minix:*:*)
    762845        echo ${UNAME_MACHINE}-pc-minix
    763846        exit 0 ;;
    764847    arm*:Linux:*:*)
    765848        echo ${UNAME_MACHINE}-unknown-linux-gnu
    766849        exit 0 ;;
     850    cris:Linux:*:*)
     851        echo cris-axis-linux-gnu
     852        exit 0 ;;
    767853    ia64:Linux:*:*)
    768         echo ${UNAME_MACHINE}-unknown-linux
     854        echo ${UNAME_MACHINE}-unknown-linux-gnu
    769855        exit 0 ;;
    770856    m68*:Linux:*:*)
    771857        echo ${UNAME_MACHINE}-unknown-linux-gnu
     
    776862        #undef CPU
    777863        #undef mips
    778864        #undef mipsel
    779         #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) 
    780         CPU=mipsel 
     865        #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
     866        CPU=mipsel
    781867        #else
    782         #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) 
     868        #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
    783869        CPU=mips
    784870        #else
    785871        CPU=
    786872        #endif
    787         #endif
     873        #endif
     874EOF
     875        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
     876        test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
     877        ;;
     878    mips64:Linux:*:*)
     879        eval $set_cc_for_build
     880        sed 's/^        //' << EOF >$dummy.c
     881        #undef CPU
     882        #undef mips64
     883        #undef mips64el
     884        #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
     885        CPU=mips64el
     886        #else
     887        #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
     888        CPU=mips64
     889        #else
     890        CPU=
     891        #endif
     892        #endif
    788893EOF
    789894        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
    790         rm -f $dummy.c
    791         test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
     895        test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
    792896        ;;
    793897    ppc:Linux:*:*)
    794898        echo powerpc-unknown-linux-gnu
     
    824928    s390:Linux:*:* | s390x:Linux:*:*)
    825929        echo ${UNAME_MACHINE}-ibm-linux
    826930        exit 0 ;;
     931    sh64*:Linux:*:*)
     932        echo ${UNAME_MACHINE}-unknown-linux-gnu
     933        exit 0 ;;
    827934    sh*:Linux:*:*)
    828935        echo ${UNAME_MACHINE}-unknown-linux-gnu
    829936        exit 0 ;;
     
    837944        # The BFD linker knows what the default object file format is, so
    838945        # first see if it will tell us. cd to the root directory to prevent
    839946        # problems with other programs or directories called `ld' in the path.
    840         ld_supported_targets=`cd /; ld --help 2>&1 \
     947        # Set LC_ALL=C to ensure ld outputs messages in English.
     948        ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
    841949                         | sed -ne '/supported targets:/!d
    842950                                    s/[         ][      ]*/ /g
    843951                                    s/.*supported targets: *//
     
    849957                ;;
    850958          a.out-i386-linux)
    851959                echo "${UNAME_MACHINE}-pc-linux-gnuaout"
    852                 exit 0 ;;               
     960                exit 0 ;;
    853961          coff-i386)
    854962                echo "${UNAME_MACHINE}-pc-linux-gnucoff"
    855963                exit 0 ;;
     
    874982        LIBC=gnulibc1
    875983        # endif
    876984        #else
     985        #ifdef __INTEL_COMPILER
     986        LIBC=gnu
     987        #else
    877988        LIBC=gnuaout
    878989        #endif
     990        #endif
     991        #ifdef __dietlibc__
     992        LIBC=dietlibc
     993        #endif
    879994EOF
    880995        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
    881         rm -f $dummy.c
    882996        test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
    883997        test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
    884998        ;;
     
    8961010        # Use sysv4.2uw... so that sysv4* matches it.
    8971011        echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
    8981012        exit 0 ;;
     1013    i*86:OS/2:*:*)
     1014        # If we were able to find `uname', then EMX Unix compatibility
     1015        # is probably installed.
     1016        echo ${UNAME_MACHINE}-pc-os2-emx
     1017        exit 0 ;;
     1018    i*86:XTS-300:*:STOP)
     1019        echo ${UNAME_MACHINE}-unknown-stop
     1020        exit 0 ;;
     1021    i*86:atheos:*:*)
     1022        echo ${UNAME_MACHINE}-unknown-atheos
     1023        exit 0 ;;
     1024        i*86:syllable:*:*)
     1025        echo ${UNAME_MACHINE}-pc-syllable
     1026        exit 0 ;;
     1027    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
     1028        echo i386-unknown-lynxos${UNAME_RELEASE}
     1029        exit 0 ;;
     1030    i*86:*DOS:*:*)
     1031        echo ${UNAME_MACHINE}-pc-msdosdjgpp
     1032        exit 0 ;;
    8991033    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
    9001034        UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
    9011035        if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
     
    9171051                UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    9181052                echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
    9191053        elif /bin/uname -X 2>/dev/null >/dev/null ; then
    920                 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
    921                 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
    922                 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
     1054                UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
     1055                (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
     1056                (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
    9231057                        && UNAME_MACHINE=i586
    924                 (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \
     1058                (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
    9251059                        && UNAME_MACHINE=i686
    926                 (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
     1060                (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
    9271061                        && UNAME_MACHINE=i686
    9281062                echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
    9291063        else
    9301064                echo ${UNAME_MACHINE}-pc-sysv32
    9311065        fi
    9321066        exit 0 ;;
    933     i*86:*DOS:*:*)
    934         echo ${UNAME_MACHINE}-pc-msdosdjgpp
    935         exit 0 ;;
    9361067    pc:*:*:*)
    9371068        # Left here for compatibility:
    9381069        # uname -m prints for DJGPP always 'pc', but it prints nothing about
     
    9561087        # "miniframe"
    9571088        echo m68010-convergent-sysv
    9581089        exit 0 ;;
     1090    mc68k:UNIX:SYSTEM5:3.51m)
     1091        echo m68k-convergent-sysv
     1092        exit 0 ;;
     1093    M680?0:D-NIX:5.3:*)
     1094        echo m68k-diab-dnix
     1095        exit 0 ;;
    9591096    M68*:*:R3V[567]*:*)
    9601097        test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
    961     3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0)
     1098    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
    9621099        OS_REL=''
    9631100        test -r /etc/.relid \
    9641101        && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
     
    9751112    mc68030:UNIX_System_V:4.*:*)
    9761113        echo m68k-atari-sysv4
    9771114        exit 0 ;;
    978     i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
    979         echo i386-unknown-lynxos${UNAME_RELEASE}
    980         exit 0 ;;
    9811115    TSUNAMI:LynxOS:2.*:*)
    9821116        echo sparc-unknown-lynxos${UNAME_RELEASE}
    9831117        exit 0 ;;
     
    10491183    SX-5:SUPER-UX:*:*)
    10501184        echo sx5-nec-superux${UNAME_RELEASE}
    10511185        exit 0 ;;
     1186    SX-6:SUPER-UX:*:*)
     1187        echo sx6-nec-superux${UNAME_RELEASE}
     1188        exit 0 ;;
    10521189    Power*:Rhapsody:*:*)
    10531190        echo powerpc-apple-rhapsody${UNAME_RELEASE}
    10541191        exit 0 ;;
     
    10561193        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
    10571194        exit 0 ;;
    10581195    *:Darwin:*:*)
    1059         echo `uname -p`-apple-darwin${UNAME_RELEASE}
     1196        case `uname -p` in
     1197            *86) UNAME_PROCESSOR=i686 ;;
     1198            powerpc) UNAME_PROCESSOR=powerpc ;;
     1199        esac
     1200        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
    10601201        exit 0 ;;
    10611202    *:procnto*:*:* | *:QNX:[0123456789]*:*)
    1062         if test "${UNAME_MACHINE}" = "x86pc"; then
     1203        UNAME_PROCESSOR=`uname -p`
     1204        if test "$UNAME_PROCESSOR" = "x86"; then
     1205                UNAME_PROCESSOR=i386
    10631206                UNAME_MACHINE=pc
    10641207        fi
    1065         echo `uname -p`-${UNAME_MACHINE}-nto-qnx
     1208        echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
    10661209        exit 0 ;;
    10671210    *:QNX:*:4*)
    10681211        echo i386-pc-qnx
    10691212        exit 0 ;;
    1070     NSR-[GKLNPTVW]:NONSTOP_KERNEL:*:*)
     1213    NSR-?:NONSTOP_KERNEL:*:*)
    10711214        echo nsr-tandem-nsk${UNAME_RELEASE}
    10721215        exit 0 ;;
    10731216    *:NonStop-UX:*:*)
     
    10901233        fi
    10911234        echo ${UNAME_MACHINE}-unknown-plan9
    10921235        exit 0 ;;
    1093     i*86:OS/2:*:*)
    1094         # If we were able to find `uname', then EMX Unix compatibility
    1095         # is probably installed.
    1096         echo ${UNAME_MACHINE}-pc-os2-emx
    1097         exit 0 ;;
    10981236    *:TOPS-10:*:*)
    10991237        echo pdp10-unknown-tops10
    11001238        exit 0 ;;
     
    11131251    *:ITS:*:*)
    11141252        echo pdp10-unknown-its
    11151253        exit 0 ;;
    1116     i*86:XTS-300:*:STOP)
    1117         echo ${UNAME_MACHINE}-unknown-stop
     1254    SEI:*:*:SEIUX)
     1255        echo mips-sei-seiux${UNAME_RELEASE}
    11181256        exit 0 ;;
    1119     i*86:atheos:*:*)
    1120         echo ${UNAME_MACHINE}-unknown-atheos
     1257    *:DragonFly:*:*)
     1258        echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
    11211259        exit 0 ;;
    11221260esac
    11231261
     
    12391377}
    12401378EOF
    12411379
    1242 $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm -f $dummy.c $dummy && exit 0
    1243 rm -f $dummy.c $dummy
     1380$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
    12441381
    12451382# Apollos put the system type in the environment.
    12461383
  • libmikmod-3.1.

    diff --recursive --unified libmikmod-3.1.11/config.sub libmikmod-3.1.11-a/config.sub
    old new  
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    44#   2000, 2001, 2002 Free Software Foundation, Inc.
    55
    6 timestamp='2002-01-02'
     6timestamp='2002-07-03'
    77
    88# This file is (in principle) common to ALL GNU software.
    99# The presence of a machine in this file suggests that SOME GNU software
     
    118118# Here we must recognize all the valid KERNEL-OS combinations.
    119119maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
    120120case $maybe_os in
    121   nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
     121  nto-qnx* | linux-gnu* | freebsd*-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
    122122    os=-$maybe_os
    123123    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
    124124    ;;
     
    230230        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
    231231        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
    232232        | c4x | clipper \
    233         | d10v | d30v | dsp16xx \
    234         | fr30 \
     233        | d10v | d30v | dlx | dsp16xx \
     234        | fr30 | frv \
    235235        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
    236236        | i370 | i860 | i960 | ia64 \
     237        | ip2k \
    237238        | m32r | m68000 | m68k | m88k | mcore \
    238         | mips16 | mips64 | mips64el | mips64orion | mips64orionel \
    239         | mips64vr4100 | mips64vr4100el | mips64vr4300 \
    240         | mips64vr4300el | mips64vr5000 | mips64vr5000el \
    241         | mipsbe | mipseb | mipsel | mipsle | mipstx39 | mipstx39el \
    242         | mipsisa32 \
     239        | mips | mipsbe | mipseb | mipsel | mipsle \
     240        | mips16 \
     241        | mips64 | mips64el \
     242        | mips64orion | mips64orionel \
     243        | mips64vr4100 | mips64vr4100el \
     244        | mips64vr4300 | mips64vr4300el \
     245        | mips64vr5000 | mips64vr5000el \
     246        | mipsisa32 | mipsisa32el \
     247        | mipsisa64 | mipsisa64el \
     248        | mipsisa64sb1 | mipsisa64sb1el \
     249        | mipstx39 | mipstx39el \
    243250        | mn10200 | mn10300 \
    244251        | ns16k | ns32k \
    245         | openrisc \
     252        | openrisc | or32 \
    246253        | pdp10 | pdp11 | pj | pjl \
    247254        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
    248255        | pyramid \
    249         | sh | sh[34] | sh[34]eb | shbe | shle \
    250         | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
     256        | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
     257        | sh64 | sh64le \
     258        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
    251259        | strongarm \
    252260        | tahoe | thumb | tic80 | tron \
    253261        | v850 | v850e \
     
    281289        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
    282290        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
    283291        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
    284         | arm-*  | armbe-* | armle-* | armv*-* \
     292        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
    285293        | avr-* \
    286294        | bs2000-* \
    287295        | c[123]* | c30-* | [cjt]90-* | c54x-* \
    288         | clipper-* | cray2-* | cydra-* \
    289         | d10v-* | d30v-* \
     296        | clipper-* | cydra-* \
     297        | d10v-* | d30v-* | dlx-* \
    290298        | elxsi-* \
    291         | f30[01]-* | f700-* | fr30-* | fx80-* \
     299        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
    292300        | h8300-* | h8500-* \
    293301        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
    294302        | i*86-* | i860-* | i960-* | ia64-* \
     303        | ip2k-* \
    295304        | m32r-* \
    296         | m68000-* | m680[01234]0-* | m68360-* | m683?2-* | m68k-* \
     305        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
    297306        | m88110-* | m88k-* | mcore-* \
    298         | mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
    299         | mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
    300         | mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipseb-* \
    301         | mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \
     307        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
     308        | mips16-* \
     309        | mips64-* | mips64el-* \
     310        | mips64orion-* | mips64orionel-* \
     311        | mips64vr4100-* | mips64vr4100el-* \
     312        | mips64vr4300-* | mips64vr4300el-* \
     313        | mips64vr5000-* | mips64vr5000el-* \
     314        | mipsisa32-* | mipsisa32el-* \
     315        | mipsisa64-* | mipsisa64el-* \
     316        | mipsisa64sb1-* | mipsisa64sb1el-* \
     317        | mipstx39 | mipstx39el \
    302318        | none-* | np1-* | ns16k-* | ns32k-* \
    303319        | orion-* \
    304320        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
    305321        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
    306322        | pyramid-* \
    307323        | romp-* | rs6000-* \
    308         | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \
    309         | sparc-* | sparc64-* | sparc86x-* | sparclite-* \
    310         | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \
    311         | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
     324        | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
     325        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
     326        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
     327        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
     328        | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
    312329        | v850-* | v850e-* | vax-* \
    313330        | we32k-* \
    314         | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
     331        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
    315332        | xtensa-* \
    316333        | ymp-* \
    317334        | z8k-*)
     
    377394                basic_machine=ns32k-sequent
    378395                os=-dynix
    379396                ;;
     397        c90)
     398                basic_machine=c90-cray
     399                os=-unicos
     400                ;;
    380401        convex-c1)
    381402                basic_machine=c1-convex
    382403                os=-bsd
     
    397418                basic_machine=c38-convex
    398419                os=-bsd
    399420                ;;
    400         cray | ymp)
    401                 basic_machine=ymp-cray
    402                 os=-unicos
    403                 ;;
    404         cray2)
    405                 basic_machine=cray2-cray
    406                 os=-unicos
    407                 ;;
    408         [cjt]90)
    409                 basic_machine=${basic_machine}-cray
     421        cray | j90)
     422                basic_machine=j90-cray
    410423                os=-unicos
    411424                ;;
    412425        crds | unos)
     
    609622                basic_machine=m68k-atari
    610623                os=-mint
    611624                ;;
    612         mipsel*-linux*)
    613                 basic_machine=mipsel-unknown
    614                 os=-linux-gnu
    615                 ;;
    616         mips*-linux*)
    617                 basic_machine=mips-unknown
    618                 os=-linux-gnu
    619                 ;;
    620625        mips3*-*)
    621626                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
    622627                ;;
     
    714719                basic_machine=hppa1.1-oki
    715720                os=-proelf
    716721                ;;
     722        or32 | or32-*)
     723                basic_machine=or32-unknown
     724                os=-coff
     725                ;;
    717726        OSE68000 | ose68000)
    718727                basic_machine=m68000-ericsson
    719728                os=-ose
     
    874883        sun386 | sun386i | roadrunner)
    875884                basic_machine=i386-sun
    876885                ;;
    877         sv1)
     886        sv1)
    878887                basic_machine=sv1-cray
    879888                os=-unicos
    880889                ;;
     
    882891                basic_machine=i386-sequent
    883892                os=-dynix
    884893                ;;
     894        t3d)
     895                basic_machine=alpha-cray
     896                os=-unicos
     897                ;;
    885898        t3e)
    886                 basic_machine=t3e-cray
     899                basic_machine=alphaev5-cray
     900                os=-unicos
     901                ;;
     902        t90)
     903                basic_machine=t90-cray
    887904                os=-unicos
    888905                ;;
    889906        tic54x | c54x*)
     
    950967                basic_machine=i386-pc
    951968                os=-windows32-msvcrt
    952969                ;;
    953         xmp)
    954                 basic_machine=xmp-cray
    955                 os=-unicos
    956                 ;;
    957970        xps | xps100)
    958971                basic_machine=xps100-honeywell
    959972                ;;
     973        ymp)
     974                basic_machine=ymp-cray
     975                os=-unicos
     976                ;;
    960977        z8k-*-coff)
    961978                basic_machine=z8k-unknown
    962979                os=-sim
     
    977994        op60c)
    978995                basic_machine=hppa1.1-oki
    979996                ;;
    980         mips)
    981                 if [ x$os = x-linux-gnu ]; then
    982                         basic_machine=mips-unknown
    983                 else
    984                         basic_machine=mips-mips
    985                 fi
    986                 ;;
    987997        romp)
    988998                basic_machine=romp-ibm
    989999                ;;
     
    10031013        we32k)
    10041014                basic_machine=we32k-att
    10051015                ;;
    1006         sh3 | sh4 | sh3eb | sh4eb)
     1016        sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
    10071017                basic_machine=sh-unknown
    10081018                ;;
     1019        sh64)
     1020                basic_machine=sh64-unknown
     1021                ;;
    10091022        sparc | sparcv9 | sparcv9b)
    10101023                basic_machine=sparc-sun
    10111024                ;;
     
    10931106              | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
    10941107              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
    10951108              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
    1096               | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* | -morphos*)
     1109              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
     1110              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* | -powermax*)
    10971111        # Remember, each alternative MUST END IN *, to match a version number.
    10981112                ;;
    10991113        -qnx*)
     
    11541168        -ctix* | -uts*)
    11551169                os=-sysv
    11561170                ;;
     1171        -nova*)
     1172                os=-rtmk-nova
     1173                ;;
    11571174        -ns2 )
    11581175                os=-nextstep2
    11591176                ;;
     
    12591276        mips*-*)
    12601277                os=-elf
    12611278                ;;
     1279        or32-*)
     1280                os=-coff
     1281                ;;
    12621282        *-tti)  # must be before sparc entry or we get the wrong os.
    12631283                os=-sysv3
    12641284                ;;
     
    14061426                        -ptx*)
    14071427                                vendor=sequent
    14081428                                ;;
    1409                         -vxsim* | -vxworks*)
     1429                        -vxsim* | -vxworks* | -windiss*)
    14101430                                vendor=wrs
    14111431                                ;;
    14121432                        -aux*)
  • libmikmod-3.1.

    diff --recursive --unified libmikmod-3.1.11/configure.in libmikmod-3.1.11-a/configure.in
    old new  
    11dnl Process this file with autoconf to produce a configure script.
    22dnl
    3 dnl $Id: configure.in,v 1.2 2004/01/21 01:41:49 raph Exp $
     3dnl $Id: configure.in,v 1.1.1.1 2004/06/01 12:16:16 raph Exp $
    44
    55AC_INIT(include/mikmod.h.in)
    66
  • dlapi/dl_hpux.c

    diff --recursive --unified libmikmod-3.1.11/dlapi/dl_hpux.c libmikmod-3.1.11-a/dlapi/dl_hpux.c
    old new  
    11/*==============================================================================
    22
    3   $Id: dl_hpux.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     3  $Id: dl_hpux.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    44
    55  simple dlopen()-like implementation above HP-UX shl_xxx() API
    66
  • docs/mikmod.texi

    diff --recursive --unified libmikmod-3.1.11/docs/mikmod.texi libmikmod-3.1.11-a/docs/mikmod.texi
    old new  
    77
    88  MikMod Sound Library Documentation
    99
    10   $Id: mikmod.texi,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     10  $Id: mikmod.texi,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    1111
    1212@end ignore
    1313@c comment this during modifications
  • drivers/drv_AF.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_AF.c libmikmod-3.1.11-a/drivers/drv_AF.c
    old new  
    2020 
    2121/*==============================================================================
    2222
    23   $Id: drv_AF.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_AF.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on AF audio server.
    2626
  • drivers/drv_aix.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_aix.c libmikmod-3.1.11-a/drivers/drv_aix.c
    old new  
    2020 
    2121/*==============================================================================
    2222
    23   $Id: drv_aix.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_aix.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output to AIX series audio device
    2626
  • drivers/drv_alsa.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_alsa.c libmikmod-3.1.11-a/drivers/drv_alsa.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_alsa.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_alsa.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for Advanced Linux Sound Architecture (ALSA)
    2626
  • drivers/drv_dart.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_dart.c libmikmod-3.1.11-a/drivers/drv_dart.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_dart.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_dart.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on OS/2 MMPM/2 using direct audio (DART)
    2626
  • drivers/drv_ds.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_ds.c libmikmod-3.1.11-a/drivers/drv_ds.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_ds.c,v 1.2 2004/01/21 17:29:32 raph Exp $
     23  $Id: drv_ds.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on win32 platforms using DirectSound
    2626
  • drivers/drv_esd.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_esd.c libmikmod-3.1.11-a/drivers/drv_esd.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_esd.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_esd.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for the Enlightened sound daemon (EsounD)
    2626
  • drivers/drv_hp.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_hp.c libmikmod-3.1.11-a/drivers/drv_hp.c
    old new  
    2020 
    2121/*==============================================================================
    2222
    23   $Id: drv_hp.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_hp.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output to HP 9000 series /dev/audio
    2626
  • drivers/drv_mac.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_mac.c libmikmod-3.1.11-a/drivers/drv_mac.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_mac.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_mac.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output to the Macintosh Sound Manager
    2626
  • drivers/drv_nos.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_nos.c libmikmod-3.1.11-a/drivers/drv_nos.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_nos.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_nos.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for no output
    2626
  • drivers/drv_os2.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_os2.c libmikmod-3.1.11-a/drivers/drv_os2.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_os2.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_os2.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on OS/2 using MMPM/2 MCI interface
    2626
  • drivers/drv_oss.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_oss.c libmikmod-3.1.11-a/drivers/drv_oss.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_oss.c,v 1.2 2004/01/21 01:41:53 raph Exp $
     23  $Id: drv_oss.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on Linux and FreeBSD Open Sound System (OSS) (/dev/dsp)
    2626
  • drivers/drv_pipe.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_pipe.c libmikmod-3.1.11-a/drivers/drv_pipe.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_pipe.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_pipe.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output via a pipe to another command
    2626
  • drivers/drv_raw.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_raw.c libmikmod-3.1.11-a/drivers/drv_raw.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_raw.c,v 1.2 2004/01/21 17:29:32 raph Exp $
     23  $Id: drv_raw.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output to a file called MUSIC.RAW
    2626
  • drivers/drv_sam9407.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_sam9407.c libmikmod-3.1.11-a/drivers/drv_sam9407.c
    old new  
    2020
    2121/*==============================================================================
    2222 
    23   $Id: drv_sam9407.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_sam9407.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424 
    2525  Driver for the Linux sam9407 driver
    2626 
  • drivers/drv_sgi.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_sgi.c libmikmod-3.1.11-a/drivers/drv_sgi.c
    old new  
    2020 
    2121/*==============================================================================
    2222
    23   $Id: drv_sgi.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_sgi.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on SGI audio system (needs libaudio from the dmedia
    2626  package).
  • drivers/drv_stdout.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_stdout.c libmikmod-3.1.11-a/drivers/drv_stdout.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_stdout.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_stdout.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Output data to stdout
    2626
  • drivers/drv_sun.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_sun.c libmikmod-3.1.11-a/drivers/drv_sun.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_sun.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_sun.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on the Sun audio device (/dev/audio).
    2626  Also works under NetBSD and OpenBSD
  • drivers/drv_ultra.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_ultra.c libmikmod-3.1.11-a/drivers/drv_ultra.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_ultra.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_ultra.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for the Linux Ultrasound driver
    2626
  • drivers/drv_wav.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_wav.c libmikmod-3.1.11-a/drivers/drv_wav.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_wav.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_wav.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output to a file called MUSIC.WAV
    2626
  • drivers/drv_win.c

    diff --recursive --unified libmikmod-3.1.11/drivers/drv_win.c libmikmod-3.1.11-a/drivers/drv_win.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: drv_win.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: drv_win.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Driver for output on win32 platforms using the multimedia API
    2626
  • include/mikmod.h.in

    diff --recursive --unified libmikmod-3.1.11/include/mikmod.h.in libmikmod-3.1.11-a/include/mikmod.h.in
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mikmod.h.in,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mikmod.h.in,v 1.2 2004/06/01 16:43:45 raph Exp $
    2424
    2525  MikMod sound library include file
    2626
     
    8585
    8686@DOES_NOT_HAVE_SIGNED@
    8787
    88 #if defined(__arch64__) || defined(__alpha)
     88#if defined(__arch64__) || defined(__alpha) || defined(__x86_64)
    8989/* 64 bit architectures */
    9090
    9191typedef signed char     SBYTE;      /* 1 byte, signed */
  • include/mikmod_internals.h

    diff --recursive --unified libmikmod-3.1.11/include/mikmod_internals.h libmikmod-3.1.11-a/include/mikmod_internals.h
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mikmod_internals.h,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mikmod_internals.h,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  MikMod sound library internal definitions
    2626
  • libmikmod-3.1.

    diff --recursive --unified libmikmod-3.1.11/libmikmod.m4 libmikmod-3.1.11-a/libmikmod.m4
    old new  
    88dnl Test for libmikmod, and define LIBMIKMOD_CFLAGS, LIBMIKMOD_LIBS and
    99dnl LIBMIKMOD_LDADD
    1010dnl
    11 AC_DEFUN(AM_PATH_LIBMIKMOD,
     11AC_DEFUN([AM_PATH_LIBMIKMOD],
    1212[dnl
    1313dnl Get the cflags and libraries from the libmikmod-config script
    1414dnl
  • loaders/load_669.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_669.c libmikmod-3.1.11-a/loaders/load_669.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_669.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_669.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Composer 669 module loader
    2626
  • loaders/load_amf.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_amf.c libmikmod-3.1.11-a/loaders/load_amf.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_amf.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_amf.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  DMP Advanced Module Format loader
    2626
  • loaders/load_dsm.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_dsm.c libmikmod-3.1.11-a/loaders/load_dsm.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_dsm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_dsm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  DSIK internal format (DSM) module loader
    2626
  • loaders/load_far.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_far.c libmikmod-3.1.11-a/loaders/load_far.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_far.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_far.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Farandole (FAR) module loader
    2626
  • loaders/load_gdm.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_gdm.c libmikmod-3.1.11-a/loaders/load_gdm.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_gdm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_gdm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  General DigiMusic (GDM) module loader
    2626
  • loaders/load_imf.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_imf.c libmikmod-3.1.11-a/loaders/load_imf.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_imf.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_imf.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Imago Orpheus (IMF) module loader
    2626
  • loaders/load_it.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_it.c libmikmod-3.1.11-a/loaders/load_it.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_it.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_it.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Impulse tracker (IT) module loader
    2626
  • loaders/load_m15.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_m15.c libmikmod-3.1.11-a/loaders/load_m15.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_m15.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_m15.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  15 instrument MOD loader
    2626  Also supports Ultimate Sound Tracker (old M15 format)
  • loaders/load_med.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_med.c libmikmod-3.1.11-a/loaders/load_med.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_med.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_med.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Amiga MED module loader
    2626
  • loaders/load_mod.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_mod.c libmikmod-3.1.11-a/loaders/load_mod.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_mod.c,v 1.2 2004/01/21 13:33:11 raph Exp $
     23  $Id: load_mod.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Generic MOD loader (Protracker, StarTracker, FastTracker, etc)
    2626
  • loaders/load_mtm.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_mtm.c libmikmod-3.1.11-a/loaders/load_mtm.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_mtm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_mtm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  MTM module loader
    2626
  • loaders/load_okt.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_okt.c libmikmod-3.1.11-a/loaders/load_okt.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_okt.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_okt.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Oktalyzer (OKT) module loader
    2626
  • loaders/load_s3m.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_s3m.c libmikmod-3.1.11-a/loaders/load_s3m.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_s3m.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_s3m.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Screamtracker (S3M) module loader
    2626
  • loaders/load_stm.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_stm.c libmikmod-3.1.11-a/loaders/load_stm.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_stm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_stm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Screamtracker 2 (STM) module loader
    2626
  • loaders/load_stx.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_stx.c libmikmod-3.1.11-a/loaders/load_stx.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_stx.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_stx.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  STMIK 0.2 (STX) module loader
    2626
  • loaders/load_ult.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_ult.c libmikmod-3.1.11-a/loaders/load_ult.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_ult.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_ult.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Ultratracker (ULT) module loader
    2626
  • loaders/load_uni.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_uni.c libmikmod-3.1.11-a/loaders/load_uni.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_uni.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_uni.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  UNIMOD (libmikmod's and APlayer's internal module format) loader
    2626
  • loaders/load_xm.c

    diff --recursive --unified libmikmod-3.1.11/loaders/load_xm.c libmikmod-3.1.11-a/loaders/load_xm.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: load_xm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: load_xm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Fasttracker (XM) module loader
    2626
  • macintosh/mikmod.h

    diff --recursive --unified libmikmod-3.1.11/macintosh/mikmod.h libmikmod-3.1.11-a/macintosh/mikmod.h
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mikmod.h,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mikmod.h,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  MikMod sound library include file
    2626
  • mkinstalldirs

    diff --recursive --unified libmikmod-3.1.11/mkinstalldirs libmikmod-3.1.11-a/mkinstalldirs
    old new  
    44# Created: 1993-05-16
    55# Public domain
    66
    7 # $Id: mkinstalldirs,v 1.1.1.1 2004/01/21 01:36:34 raph Exp $
     7# $Id: mkinstalldirs,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    88
    99errstatus=0
    1010
  • mmio/mmalloc.c

    diff --recursive --unified libmikmod-3.1.11/mmio/mmalloc.c libmikmod-3.1.11-a/mmio/mmalloc.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mmalloc.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mmalloc.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Dynamic memory routines
    2626
  • mmio/mmerror.c

    diff --recursive --unified libmikmod-3.1.11/mmio/mmerror.c libmikmod-3.1.11-a/mmio/mmerror.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mmerror.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mmerror.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Error handling functions.
    2626  Register an error handler with _mm_RegisterErrorHandler() and you're all set.
  • libmikmod-3.1.

    diff --recursive --unified libmikmod-3.1.11/mmio/mmio.c libmikmod-3.1.11-a/mmio/mmio.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mmio.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mmio.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  Portable file I/O routines
    2626
  • os2/configure.cmd

    diff --recursive --unified libmikmod-3.1.11/os2/configure.cmd libmikmod-3.1.11-a/os2/configure.cmd
    old new  
    2222
    2323/*==============================================================================
    2424
    25   $Id: configure.cmd,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     25  $Id: configure.cmd,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2626
    2727  Configuration script for libmikmod under OS/2
    2828
  • playercode/mdreg.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mdreg.c libmikmod-3.1.11-a/playercode/mdreg.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mdreg.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mdreg.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Routine for registering all drivers in libmikmod for the current platform.
    2626
  • playercode/mdriver.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mdriver.c libmikmod-3.1.11-a/playercode/mdriver.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mdriver.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mdriver.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  These routines are used to access the available soundcard drivers.
    2626
  • playercode/mdulaw.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mdulaw.c libmikmod-3.1.11-a/playercode/mdulaw.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mdulaw.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mdulaw.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Mu-law routines
    2626
  • playercode/mloader.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mloader.c libmikmod-3.1.11-a/playercode/mloader.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mloader.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mloader.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  These routines are used to access the available module loaders
    2626
  • playercode/mlreg.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mlreg.c libmikmod-3.1.11-a/playercode/mlreg.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mlreg.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mlreg.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Routine for registering all loaders in libmikmod for the current platform.
    2626
  • playercode/mlutil.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mlutil.c libmikmod-3.1.11-a/playercode/mlutil.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mlutil.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mlutil.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Utility functions for the module loader
    2626
  • playercode/mplayer.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mplayer.c libmikmod-3.1.11-a/playercode/mplayer.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mplayer.c,v 1.2 2004/01/21 01:41:55 raph Exp $
     23  $Id: mplayer.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  The Protracker Player Driver
    2626
  • playercode/munitrk.c

    diff --recursive --unified libmikmod-3.1.11/playercode/munitrk.c libmikmod-3.1.11-a/playercode/munitrk.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: munitrk.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: munitrk.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  All routines dealing with the manipulation of UNITRK streams
    2626
  • playercode/mwav.c

    diff --recursive --unified libmikmod-3.1.11/playercode/mwav.c libmikmod-3.1.11-a/playercode/mwav.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mwav.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mwav.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  WAV sample loader
    2626
  • playercode/npertab.c

    diff --recursive --unified libmikmod-3.1.11/playercode/npertab.c libmikmod-3.1.11-a/playercode/npertab.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: npertab.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: npertab.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  MOD format period table.  Used by both the MOD and M15 (15-inst mod) Loaders.
    2626
  • playercode/sloader.c

    diff --recursive --unified libmikmod-3.1.11/playercode/sloader.c libmikmod-3.1.11-a/playercode/sloader.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: sloader.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: sloader.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Routines for loading samples. The sample loader utilizes the routines
    2626  provided by the "registered" sample loader.
  • playercode/virtch.c

    diff --recursive --unified libmikmod-3.1.11/playercode/virtch.c libmikmod-3.1.11-a/playercode/virtch.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: virtch.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: virtch.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Sample mixing routines, using a 32 bits mixing buffer.
    2626
  • playercode/virtch2.c

    diff --recursive --unified libmikmod-3.1.11/playercode/virtch2.c libmikmod-3.1.11-a/playercode/virtch2.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: virtch2.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: virtch2.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  High-quality sample mixing routines, using a 32 bits mixing buffer,
    2626  interpolation, and sample smoothing to improve sound quality and remove
  • playercode/virtch_common.c

    diff --recursive --unified libmikmod-3.1.11/playercode/virtch_common.c libmikmod-3.1.11-a/playercode/virtch_common.c
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: virtch_common.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: virtch_common.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
    2424
    2525  Common source parts between the two software mixers.
    2626  This file is probably the ugliest part of libmikmod...
  • win32/mikmod_build.h

    diff --recursive --unified libmikmod-3.1.11/win32/mikmod_build.h libmikmod-3.1.11-a/win32/mikmod_build.h
    old new  
    2020
    2121/*==============================================================================
    2222
    23   $Id: mikmod_build.h,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
     23  $Id: mikmod_build.h,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
    2424
    2525  MikMod sound library include file
    2626
Note: See TracBrowser for help on using the repository browser.