Index: devel/libtool22/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/libtool22/Makefile,v retrieving revision 1.4 diff -a -u -r1.4 Makefile --- devel/libtool22/Makefile 4 Jun 2010 08:09:17 -0000 1.4 +++ devel/libtool22/Makefile 26 Jul 2010 15:06:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME?= libtool -PORTVERSION= 2.2.6b +PORTVERSION= 2.2.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool @@ -16,14 +16,23 @@ MAINTAINER= kwm@FreeBSD.org COMMENT?= Generic shared library support script -WRKSRC= ${WRKDIR}/libtool-${PORTVERSION:S|a||} +LICENSE?= GPLv2 +LICENSE_FILE?= ${WRKSRC}/COPYING USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INFO?= libtool +.if ${PORTNAME} != "libltdl" +MAN1= libtool.1 libtoolize.1 +.endif post-patch: - ${REINPLACE_CMD} -e 's|sed gsed|sed|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|sed gsed|sed|g' \ + -e 's|CC=cc|CC=${CC}|g' \ + ${WRKSRC}/configure ${WRKSRC}/libltdl/configure + +post-configure: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f .include Index: devel/libtool22/distinfo =================================================================== RCS file: /home/pcvs/ports/devel/libtool22/distinfo,v retrieving revision 1.3 diff -a -u -r1.3 distinfo --- devel/libtool22/distinfo 4 Jun 2010 08:09:17 -0000 1.3 +++ devel/libtool22/distinfo 26 Jul 2010 15:06:21 -0000 @@ -1,3 +1,3 @@ -MD5 (libtool-2.2.6b.tar.lzma) = a4b36980765003b47dd75ac9429f4f11 -SHA256 (libtool-2.2.6b.tar.lzma) = 66ebad3c02e5cb6672bfbda1183fb6fc919d33d676eb8be4b7834aa7c3b8b7ae -SIZE (libtool-2.2.6b.tar.lzma) = 739089 +MD5 (libtool-2.2.10.tar.lzma) = 2eba13ecd07653d0e34d4efe8e2974d8 +SHA256 (libtool-2.2.10.tar.lzma) = 6ae978f9674bd1e77bbc9d6309944429d8024c53ce19db24bbed21ad5e70d490 +SIZE (libtool-2.2.10.tar.lzma) = 788637 Index: devel/libtool22/files/patch-libltdl_config_ltmain.sh =================================================================== RCS file: /home/pcvs/ports/devel/libtool22/files/patch-libltdl_config_ltmain.sh,v retrieving revision 1.1 diff -a -u -r1.1 patch-libltdl_config_ltmain.sh --- devel/libtool22/files/patch-libltdl_config_ltmain.sh 2 Aug 2009 19:33:26 -0000 1.1 +++ devel/libtool22/files/patch-libltdl_config_ltmain.sh 26 Jul 2010 15:06:21 -0000 @@ -6,8 +6,8 @@ $opt_debug + + # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc*" -+ tag_compilers_CXX="*c++ c++* *g++ g++*" ++ tag_compilers_CC="*cc cc* *gcc gcc* clang" ++ tag_compilers_CXX="*c++ c++* *g++ g++* clang++" + base_compiler=`set -- "$@"; echo $1` + + # If $tagname isn't set, then try to infer if the default "CC" tag applies Index: devel/libltdl22/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/libltdl22/Makefile,v retrieving revision 1.1 diff -a -u -r1.1 Makefile --- devel/libltdl22/Makefile 2 Aug 2009 19:33:20 -0000 1.1 +++ devel/libltdl22/Makefile 26 Jul 2010 15:06:21 -0000 @@ -10,6 +10,8 @@ COMMENT= System independent dlopen wrapper +LICENSE= LGPL21 +LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22