Date: Thu, 1 Oct 2015 09:35:26 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398264 - in head/audio/hexter: . files Message-ID: <201510010935.t919ZQIS003413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510010935.t919ZQIS003413>