From owner-svn-ports-head@freebsd.org Thu Oct 1 09:35:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A118EA0C076; Thu, 1 Oct 2015 09:35:27 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7404A111D; Thu, 1 Oct 2015 09:35:27 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t919ZRcq003416; Thu, 1 Oct 2015 09:35:27 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t919ZQIS003413; Thu, 1 Oct 2015 09:35:26 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201510010935.t919ZQIS003413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 1 Oct 2015 09:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398264 - in head/audio/hexter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 09:35:27 -0000 Author: vanilla Date: Thu Oct 1 09:35:26 2015 New Revision: 398264 URL: https://svnweb.freebsd.org/changeset/ports/398264 Log: Upgrade to 1.0.3. Modified: head/audio/hexter/Makefile head/audio/hexter/distinfo head/audio/hexter/files/patch-configure Modified: head/audio/hexter/Makefile ============================================================================== --- head/audio/hexter/Makefile Thu Oct 1 09:32:41 2015 (r398263) +++ head/audio/hexter/Makefile Thu Oct 1 09:35:26 2015 (r398264) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hexter -PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTVERSION= 1.0.3 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} @@ -17,7 +16,7 @@ LIB_DEPENDS= libdssialsacompat.so:${PORT libjack.so:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi -USES= gmake pkgconfig libtool +USES= gmake libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 Modified: head/audio/hexter/distinfo ============================================================================== --- head/audio/hexter/distinfo Thu Oct 1 09:32:41 2015 (r398263) +++ head/audio/hexter/distinfo Thu Oct 1 09:35:26 2015 (r398264) @@ -1,2 +1,2 @@ -SHA256 (hexter-1.0.2.tar.gz) = afc576177e3acaf1e1d55c6778792d6b3e401c2d03c56a1c5c0d94f4411b0dc9 -SIZE (hexter-1.0.2.tar.gz) = 517532 +SHA256 (hexter-1.0.3.tar.bz2) = 4d4091a73e04cdc9b39a6ad8aecaa9f122686a400b9e25f2617b6c0174547b3d +SIZE (hexter-1.0.3.tar.bz2) = 447364 Modified: head/audio/hexter/files/patch-configure ============================================================================== --- head/audio/hexter/files/patch-configure Thu Oct 1 09:32:41 2015 (r398263) +++ head/audio/hexter/files/patch-configure Thu Oct 1 09:35:26 2015 (r398264) @@ -1,11 +1,22 @@ ---- configure.orig Wed Jan 18 22:23:05 2006 -+++ configure Wed Feb 14 07:51:19 2007 -@@ -20697,7 +20697,7 @@ - echo "GTK support: $with_gtk" +--- configure.orig 2014-06-10 19:32:22 UTC ++++ configure +@@ -12181,7 +12181,7 @@ $as_echo "yes" >&6; } + fi case "${host_os}" in -darwin*) +darwin* | freebsd*) darwin=yes - succeeded=no + pkg_failed=no +@@ -12490,8 +12490,8 @@ if test "x$GCC" = "xyes"; then + # add '-finline-limit=...' only for GCC 3.x and 4.x: + case `$CC -dumpversion 2>/dev/null` in + # these --params are also in 3.4.6, but not in 3.3.6 +- 4.*) CFLAGS="$CFLAGS -finline-limit=5000 --param large-function-growth=4900 --param inline-unit-growth=900" ;; +- 3.*) CFLAGS="$CFLAGS -finline-limit=5000" ;; ++ 4.*) CFLAGS="$CFLAGS --param large-function-growth=4900 --param inline-unit-growth=900" ;; ++ 3.*) CFLAGS="$CFLAGS " ;; + esac ;; + esac + fi