Ticket #17208: libtool-2.2.6a.diff

File libtool-2.2.6a.diff, 3.7 KB (added by nox@…, 15 years ago)
  • libtool/files/patch-libtool.m4.diff

     
    1 ===================================================================
    2 RCS file: /sources/libtool/libtool/Attic/libtool.m4,v
    3 retrieving revision 1.314.2.198
    4 diff -u -r1.314.2.198 libtool.m4
    5 --- libtool.m4  14 Feb 2008 23:48:56 -0000      1.314.2.198
    6 +++ libtool.m4  27 Feb 2008 20:11:32 -0000
    7 @@ -6042,25 +6042,7 @@
    8        ;;
    9  
    10      darwin* | rhapsody*)
    11 -      case $host_os in
    12 -        rhapsody* | darwin1.[[012]])
    13 -         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
    14 -         ;;
    15 -       *) # Darwin 1.3 on
    16 -         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    17 -           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
    18 -         else
    19 -           case ${MACOSX_DEPLOYMENT_TARGET} in
    20 -             10.[[012]])
    21 -               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
    22 -               ;;
    23 -             10.*)
    24 -               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
    25 -               ;;
    26 -           esac
    27 -         fi
    28 -         ;;
    29 -      esac
    30 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
    31        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
    32        _LT_AC_TAGVAR(hardcode_direct, $1)=no
    33        _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
  • libtool/Portfile

     
    33PortSystem      1.0
    44
    55name            libtool
    6 version         1.5.26
     6version         2.2.6a
    77categories      devel sysutils
    88maintainers     boeyms openmaintainer
    99description     GNU Libtool - The GNU Portable Library Tool
     
    1717platforms       darwin freebsd
    1818master_sites    gnu
    1919
    20 checksums       md5 aa9c5107f3ec9ef4200eb6556f3b3c29 \
    21                 sha1 4c1738351736562a951a345e24f233d00953ec0a \
    22                 rmd160 4d1d7dd0308b98e8f590723ae5daddb8da49ac11
     20checksums       md5     8ca1ea241cd27ff9832e045fe9afe4fd \
     21                sha1    7b547877b1b78b547343e4678a531aece8949904 \
     22                rmd160  f8862338e2c6ea04332fd5aad4aad5bc35d0e152
    2323
    2424depends_build   port:automake
    2525
     26worksrcdir      [strsed $distname {s/[a-z]*$//}]
     27
    2628configure.args  --program-prefix=g
    2729
    28 patchfiles       patch-libtool.m4.diff
     30use_parallel_build  yes
    2931
    3032post-destroot {
    3133    set docdir ${prefix}/share/doc/${name}-${version}
     
    3941
    4042livecheck.check regex
    4143livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
    42 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
    43 
     44livecheck.regex ${name}-(\\d+(?:\\.\\d+)*\[a-z\]?)
  • libtool-devel/Portfile

     
    1 # $Id$
    2 
    3 PortSystem 1.0
    4 name             libtool-devel
    5 version          1.9f
    6 categories       devel
    7 maintainers      nomaintainer
    8 description      The GNU Portable Library Tool
    9 long_description \
    10         GNU libtool is a generic library support script. \
    11         Libtool hides the complexity of using shared libraries \
    12         behind a consistent, portable interface.
    13 homepage         http://www.gnu.org/software/libtool/
    14 platforms        darwin
    15 
    16 master_sites     ftp://alpha.gnu.org/gnu/libtool/
    17 distname         libtool-${version}
    18 use_bzip2        yes
    19 checksums        md5 33ae608992faaa0daebee3f2fd2fd7be
    20 
    21 configure.args   --program-prefix=g --infodir=${prefix}/share/info