Ticket #17208: libtool-2.2.6a.diff
File libtool-2.2.6a.diff, 3.7 KB (added by nox@…, 16 years ago) |
---|
-
libtool/files/patch-libtool.m4.diff
1 ===================================================================2 RCS file: /sources/libtool/libtool/Attic/libtool.m4,v3 retrieving revision 1.314.2.1984 diff -u -r1.314.2.198 libtool.m45 --- libtool.m4 14 Feb 2008 23:48:56 -0000 1.314.2.1986 +++ libtool.m4 27 Feb 2008 20:11:32 -00007 @@ -6042,25 +6042,7 @@8 ;;9 10 darwin* | rhapsody*)11 - case $host_os in12 - rhapsody* | darwin1.[[012]])13 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'14 - ;;15 - *) # Darwin 1.3 on16 - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then17 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'18 - else19 - case ${MACOSX_DEPLOYMENT_TARGET} in20 - 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 - esac27 - fi28 - ;;29 - esac30 + _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"31 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no32 _LT_AC_TAGVAR(hardcode_direct, $1)=no33 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes -
libtool/Portfile
3 3 PortSystem 1.0 4 4 5 5 name libtool 6 version 1.5.266 version 2.2.6a 7 7 categories devel sysutils 8 8 maintainers boeyms openmaintainer 9 9 description GNU Libtool - The GNU Portable Library Tool … … 17 17 platforms darwin freebsd 18 18 master_sites gnu 19 19 20 checksums md5 aa9c5107f3ec9ef4200eb6556f3b3c29\21 sha1 4c1738351736562a951a345e24f233d00953ec0a\22 rmd160 4d1d7dd0308b98e8f590723ae5daddb8da49ac1120 checksums md5 8ca1ea241cd27ff9832e045fe9afe4fd \ 21 sha1 7b547877b1b78b547343e4678a531aece8949904 \ 22 rmd160 f8862338e2c6ea04332fd5aad4aad5bc35d0e152 23 23 24 24 depends_build port:automake 25 25 26 worksrcdir [strsed $distname {s/[a-z]*$//}] 27 26 28 configure.args --program-prefix=g 27 29 28 patchfiles patch-libtool.m4.diff 30 use_parallel_build yes 29 31 30 32 post-destroot { 31 33 set docdir ${prefix}/share/doc/${name}-${version} … … 39 41 40 42 livecheck.check regex 41 43 livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D 42 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) 43 44 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*\[a-z\]?) -
libtool-devel/Portfile
1 # $Id$2 3 PortSystem 1.04 name libtool-devel5 version 1.9f6 categories devel7 maintainers nomaintainer8 description The GNU Portable Library Tool9 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 darwin15 16 master_sites ftp://alpha.gnu.org/gnu/libtool/17 distname libtool-${version}18 use_bzip2 yes19 checksums md5 33ae608992faaa0daebee3f2fd2fd7be20 21 configure.args --program-prefix=g --infodir=${prefix}/share/info