Date: Mon, 13 Aug 2012 14:45:36 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302470 - head/math/mpfr Message-ID: <201208131445.q7DEja3p052596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Mon Aug 13 14:45:36 2012 New Revision: 302470 URL: http://svn.freebsd.org/changeset/ports/302470 Log: Update to 3.1.1 release and enable TLS on supported FreeBSD versions. Modified: head/math/mpfr/Makefile head/math/mpfr/distinfo Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Mon Aug 13 14:17:35 2012 (r302469) +++ head/math/mpfr/Makefile Mon Aug 13 14:45:36 2012 (r302470) @@ -6,8 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTVERSION= 3.1.1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -20,26 +19,32 @@ COMMENT= A library for multiple-precisio LICENSE= LGPL3 -PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +#PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp -PATCHLEVEL= 10 -PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} -PATCH= ${LOCALBASE}/bin/gpatch +#PATCHLEVEL= 10 +#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +#PATCH= ${LOCALBASE}/bin/gpatch USE_AUTOTOOLS= libtool USE_GNOME= ltverhack USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ - --disable-thread-safe +CONFIGURE_ARGS= --with-gmp=${LOCALBASE} + USE_LDCONFIG= yes INFO= mpfr PORTDOCS= * +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 803000 +CONFIGURE_ARGS+= --disable-thread-safe +.endif + .if defined(NOPORTDOCS) post-patch: @${REINPLACE_CMD} 's/install-nobase_dist_docDATA$$//' \ @@ -51,4 +56,4 @@ post-patch: regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/math/mpfr/distinfo ============================================================================== --- head/math/mpfr/distinfo Mon Aug 13 14:17:35 2012 (r302469) +++ head/math/mpfr/distinfo Mon Aug 13 14:45:36 2012 (r302470) @@ -1,22 +1,2 @@ -SHA256 (mpfr-3.1.0/mpfr-3.1.0.tar.xz) = 84fdb2d65e7323ae717f82ebf524280afe076393188e83ebc278a6bd91cf4ed0 -SIZE (mpfr-3.1.0/mpfr-3.1.0.tar.xz) = 1083128 -SHA256 (mpfr-3.1.0/patch01) = f2fb9ddd6a4b2ec7a580e5aa8eb275a1dfd1720f520e10d2b491246f4513c1c5 -SIZE (mpfr-3.1.0/patch01) = 1935 -SHA256 (mpfr-3.1.0/patch02) = 9205e3c412add2dda89346ad52fe8452d3e685595f1b973f6ff846505c5967e6 -SIZE (mpfr-3.1.0/patch02) = 4502 -SHA256 (mpfr-3.1.0/patch03) = f096849b0f5db432f70f0945d366644943f11eb8c95185fde48f27faac2ff40b -SIZE (mpfr-3.1.0/patch03) = 8260 -SHA256 (mpfr-3.1.0/patch04) = 265127d7bd2ab93a1ec689c49fdb35737075e3df22e6f910153041603bd6eccc -SIZE (mpfr-3.1.0/patch04) = 6280 -SHA256 (mpfr-3.1.0/patch05) = 823ae84a55249f76b53ecdc4a17c4b834ca8e33f7710729f5cbb66982ff8a03b -SIZE (mpfr-3.1.0/patch05) = 2690 -SHA256 (mpfr-3.1.0/patch06) = 78448079c133e9a7da4832c7ce1065060fbeb3f43ebabd6f6e9a9cbccb402599 -SIZE (mpfr-3.1.0/patch06) = 1906 -SHA256 (mpfr-3.1.0/patch07) = adfda8ed246c75897523c0365dbe8f854500682eff5a88d1d4c16fbf0bbfe388 -SIZE (mpfr-3.1.0/patch07) = 25023 -SHA256 (mpfr-3.1.0/patch08) = c6b41a31941259f8e9173bcdcbdd28720b385a64815ce8559ed6ce934e71381b -SIZE (mpfr-3.1.0/patch08) = 2012 -SHA256 (mpfr-3.1.0/patch09) = ae8d09befdd943b5b79b44c2526ded043b3d95d4cf8b46db5e9bd6a2de7d5310 -SIZE (mpfr-3.1.0/patch09) = 2986 -SHA256 (mpfr-3.1.0/patch10) = b80e2323647a2da66ba32be1f215d09f793314b6ed81688b9f5ddad216c7a71b -SIZE (mpfr-3.1.0/patch10) = 16599 +SHA256 (mpfr-3.1.1/mpfr-3.1.1.tar.xz) = 49d5acc32dbeec30a8e26af9c19845763d63feacb8bf97b12876008419f5a17a +SIZE (mpfr-3.1.1/mpfr-3.1.1.tar.xz) = 1071688
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208131445.q7DEja3p052596>