Index: head/lang/gcc44/Makefile =================================================================== --- head/lang/gcc44/Makefile (revision 257056) +++ head/lang/gcc44/Makefile (revision 257057) @@ -1,118 +1,118 @@ # ex:ts=8 # Ports collection makefile for: gcc44 # Date created: 2008-03-01 # Whom: Gerald Pfeifer # # $FreeBSD$ # PORTNAME= gcc -PORTVERSION= 4.4.5.20100608 +PORTVERSION= 4.4.5.20100622 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.4 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .if defined(MAINTAINER_MODE) DISTFILES+= gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha ia64 powerpc USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes MAKE_JOBS_SAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure .include .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--disable-nls \ --libdir=${TARGLIB} \ --libexecdir=${LIBEXEC} \ --program-suffix=${SUFFIX} \ --with-as=${LOCALBASE}/bin/as \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=${LOCALBASE}/bin/ld \ --with-libiconv-prefix=${LOCALBASE} \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" ALL_TARGET= bootstrap-lean USE_LDCONFIG= ${TARGLIB} PLIST_SUB= GCC_VER=${PORTVERSION:C/(.+)\.[0-9]+/\1/} \ GNU_HOST=${CONFIGURE_TARGET} \ SUFFIX=${SUFFIX} MAN1= cpp${SUFFIX}.1 \ g++${SUFFIX}.1 \ gcc${SUFFIX}.1 \ gcov${SUFFIX}.1 \ gfortran${SUFFIX}.1 INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/cppinternals \ gcc${SUFFIX}/gcc \ gcc${SUFFIX}/gccinstall \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ gcc${SUFFIX}/libgomp pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" post-patch: @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ ${SRCDIR}/gcc/version.c pre-configure: cd ${SRCDIR} ; contrib/gcc_update --touch @${RM} -f ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} full-regression-test: build - cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check + cd ${WRKSRC}; ${GMAKE} -sk check post-install: ${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \ ${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7 ${RM} -f ${TARGLIB}/*.la # Add target libraries and include files to packaging list. ${RM} -f ${WRKDIR}/PLIST.lib .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} cd ${PREFIX} ; if [ -d $d ]; then \ ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\ ${FIND} $d -type d | ${SORT} -r \ | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\ fi .endfor cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} .include Property changes on: head/lang/gcc44/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.439 \ No newline at end of property +1.440 \ No newline at end of property Index: head/lang/gcc44/distinfo =================================================================== --- head/lang/gcc44/distinfo (revision 257056) +++ head/lang/gcc44/distinfo (revision 257057) @@ -1,12 +1,12 @@ -MD5 (gcc-core-4.4-20100608.tar.bz2) = 2cea3233700c56765f077c1f184667a6 -SHA256 (gcc-core-4.4-20100608.tar.bz2) = c0419c49a2a31037e8097dd2060659372cb11d53cab2bae7b52c509d09a78ffe -SIZE (gcc-core-4.4-20100608.tar.bz2) = 23017614 -MD5 (gcc-fortran-4.4-20100608.tar.bz2) = 290cb2b61c3872cc37d350e5f41559bc -SHA256 (gcc-fortran-4.4-20100608.tar.bz2) = b1f1d29c9f756e7173d807ff002069dc316b6db34c62627e187cfa087d0b28d0 -SIZE (gcc-fortran-4.4-20100608.tar.bz2) = 1306234 -MD5 (gcc-g++-4.4-20100608.tar.bz2) = ccf4cb3b3514173f80655a0480366c0d -SHA256 (gcc-g++-4.4-20100608.tar.bz2) = ab15350421342a2d4022d7970e9bd9aa976ca1bfa2ab905933e4db1023fe6cbd -SIZE (gcc-g++-4.4-20100608.tar.bz2) = 5918802 -MD5 (gcc-testsuite-4.4-20100608.tar.bz2) = 045e0260999c34bebc55f7654e557d10 -SHA256 (gcc-testsuite-4.4-20100608.tar.bz2) = fcccde3fa702967135312a51f50aecef8d9dbe8f188ae1243171d6ebe86a31df -SIZE (gcc-testsuite-4.4-20100608.tar.bz2) = 5151446 +MD5 (gcc-core-4.4-20100622.tar.bz2) = 564dff918d4c6eae049f147381891d70 +SHA256 (gcc-core-4.4-20100622.tar.bz2) = 0d90a53d89d926f86158df31dac2163eaab6769951c04b8d8d40192af7bc4e42 +SIZE (gcc-core-4.4-20100622.tar.bz2) = 23019200 +MD5 (gcc-fortran-4.4-20100622.tar.bz2) = 6c44736b991a4008e4777fb8ff8d8607 +SHA256 (gcc-fortran-4.4-20100622.tar.bz2) = be186d04707af47d70628e28830698cc2fd7a1980aa83f5ab29e77808ae5e330 +SIZE (gcc-fortran-4.4-20100622.tar.bz2) = 1305859 +MD5 (gcc-g++-4.4-20100622.tar.bz2) = 170155602052e600a5468dbb64d907f5 +SHA256 (gcc-g++-4.4-20100622.tar.bz2) = 2109d355399eb18c40dbd4bdf99f6c634286a39412efd525927921db9c03e2b0 +SIZE (gcc-g++-4.4-20100622.tar.bz2) = 5918046 +MD5 (gcc-testsuite-4.4-20100622.tar.bz2) = e1d2b0a01e2b87cb1a63072aaec28893 +SHA256 (gcc-testsuite-4.4-20100622.tar.bz2) = efd7ffb9e49741a787e3405ca4cd64d28f9a2d187819c08ae2977625e0460ce2 +SIZE (gcc-testsuite-4.4-20100622.tar.bz2) = 5152557 Property changes on: head/lang/gcc44/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.313 \ No newline at end of property +1.314 \ No newline at end of property