From owner-svn-ports-all@freebsd.org Sun Apr 8 19:05:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8497F9A6CB; Sun, 8 Apr 2018 19:05:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 783968281D; Sun, 8 Apr 2018 19:05:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 731CD13F87; Sun, 8 Apr 2018 19:05:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w38J5cA9080472; Sun, 8 Apr 2018 19:05:38 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w38J5blj080459; Sun, 8 Apr 2018 19:05:37 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201804081905.w38J5blj080459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 8 Apr 2018 19:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466827 - in head: devel/gcc-arm-embedded devel/gcc-msp430-ti-toolchain devel/isl lang/gcc6 lang/gcc6-devel lang/gcc7 lang/gcc7-devel lang/gcc8-devel math/cloog X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head: devel/gcc-arm-embedded devel/gcc-msp430-ti-toolchain devel/isl lang/gcc6 lang/gcc6-devel lang/gcc7 lang/gcc7-devel lang/gcc8-devel math/cloog X-SVN-Commit-Revision: 466827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 19:05:39 -0000 Author: danilo Date: Sun Apr 8 19:05:36 2018 New Revision: 466827 URL: https://svnweb.freebsd.org/changeset/ports/466827 Log: math/cloog - Update to 0.19.0 - Use github - Add ac_cv_prog_TEXI2DVI to avoid building docs for now devel/isl - Update to 0.19 - Bump PORTREVISION of all dependencies Modified: head/devel/gcc-arm-embedded/Makefile head/devel/gcc-msp430-ti-toolchain/Makefile head/devel/isl/Makefile head/devel/isl/distinfo head/devel/isl/pkg-plist head/lang/gcc6-devel/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/gcc7/Makefile head/lang/gcc8-devel/Makefile head/math/cloog/Makefile head/math/cloog/distinfo Modified: head/devel/gcc-arm-embedded/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/devel/gcc-arm-embedded/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -2,7 +2,7 @@ PORTNAME= gcc-arm-embedded PORTVERSION= 7.2.20171218 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4/ DISTNAME= ${ORIGINAL_PACKAGE_NAME}-src Modified: head/devel/gcc-msp430-ti-toolchain/Makefile ============================================================================== --- head/devel/gcc-msp430-ti-toolchain/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/devel/gcc-msp430-ti-toolchain/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -2,7 +2,7 @@ PORTNAME= gcc-msp430-ti-toolchain PORTVERSION= ${GCC_VERSION}.${TI_VERSION}.${RELEASE_DATE} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= GCC/releases/gcc-${GCC_REL_VERSION}:gcc \ SOURCEWARE/binutils/releases:binutils \ @@ -44,7 +44,6 @@ BROKEN_powerpc64= fails to compile: longlong.h: intern USES= bison compiler cpe gmake iconv libtool makeinfo ncurses \ tar:bzip2 USE_CSTD= gnu89 - GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/${SUBPREFIX} Modified: head/devel/isl/Makefile ============================================================================== --- head/devel/isl/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/devel/isl/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= isl -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ Modified: head/devel/isl/distinfo ============================================================================== --- head/devel/isl/distinfo Sun Apr 8 18:41:12 2018 (r466826) +++ head/devel/isl/distinfo Sun Apr 8 19:05:36 2018 (r466827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482319194 -SHA256 (isl-0.18.tar.xz) = 0f35051cc030b87c673ac1f187de40e386a1482a0cfdf2c552dd6031b307ddc4 -SIZE (isl-0.18.tar.xz) = 1475708 +TIMESTAMP = 1520181091 +SHA256 (isl-0.19.tar.xz) = 6d6c1aa00e2a6dfc509fa46d9a9dbe93af0c451e196a670577a148feecf6b8a5 +SIZE (isl-0.19.tar.xz) = 1515156 Modified: head/devel/isl/pkg-plist ============================================================================== --- head/devel/isl/pkg-plist Sun Apr 8 18:41:12 2018 (r466826) +++ head/devel/isl/pkg-plist Sun Apr 8 19:05:36 2018 (r466827) @@ -4,22 +4,8 @@ include/isl/arg.h include/isl/ast.h include/isl/ast_build.h include/isl/ast_type.h -include/isl/band.h include/isl/constraint.h include/isl/ctx.h -include/isl/deprecated/aff_int.h -include/isl/deprecated/ast_int.h -include/isl/deprecated/constraint_int.h -include/isl/deprecated/ilp_int.h -include/isl/deprecated/int.h -include/isl/deprecated/map_int.h -include/isl/deprecated/mat_int.h -include/isl/deprecated/point_int.h -include/isl/deprecated/polynomial_int.h -include/isl/deprecated/set_int.h -include/isl/deprecated/union_map_int.h -include/isl/deprecated/val_int.h -include/isl/deprecated/vec_int.h include/isl/flow.h include/isl/hash.h include/isl/hmap.h @@ -69,7 +55,7 @@ include/isl/version.h include/isl/vertices.h lib/libisl.a lib/libisl.so -lib/libisl.so.15 -lib/libisl.so.15.3.0 -lib/libisl.so.15.3.0-gdb.py +lib/libisl.so.19 +lib/libisl.so.19.0.0 +lib/libisl.so.19.0.0-gdb.py libdata/pkgconfig/isl.pc Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/lang/gcc6-devel/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.4.1.s20180404 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/lang/gcc6/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/lang/gcc7-devel/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.3.1.s20180405 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/lang/gcc7/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/lang/gcc8-devel/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 8.0.1.s20180401 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/math/cloog/Makefile ============================================================================== --- head/math/cloog/Makefile Sun Apr 8 18:41:12 2018 (r466826) +++ head/math/cloog/Makefile Sun Apr 8 19:05:36 2018 (r466827) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= cloog -PORTVERSION= 0.18.4 -PORTREVISION= 1 +PORTVERSION= 0.19.0 CATEGORIES= math -MASTER_SITES= http://www.bastoul.net/cloog/pages/download/ MAINTAINER= danilo@FreeBSD.org COMMENT= Code generator in the polyhedral model @@ -15,10 +13,16 @@ LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:math/gmp \ libisl.so:devel/isl +USES= autoreconf gmake libtool + +USE_GITHUB= yes +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +GH_ACCOUNT= periscop + USE_LDCONFIG= yes -USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET=install-strip CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE} -CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ +CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ ac_cv_prog_TEXI2DVI="" .include Modified: head/math/cloog/distinfo ============================================================================== --- head/math/cloog/distinfo Sun Apr 8 18:41:12 2018 (r466826) +++ head/math/cloog/distinfo Sun Apr 8 19:05:36 2018 (r466827) @@ -1,2 +1,3 @@ -SHA256 (cloog-0.18.4.tar.gz) = 325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e -SIZE (cloog-0.18.4.tar.gz) = 4796456 +TIMESTAMP = 1523210594 +SHA256 (periscop-cloog-0.19.0-cloog-0.19.0_GH0.tar.gz) = 8cb2f645a15744fd6c7d0a789fa229742326a24bf37794a93d0300ab6c5c3eee +SIZE (periscop-cloog-0.19.0-cloog-0.19.0_GH0.tar.gz) = 512061