aboutsummaryrefslogtreecommitdiff
path: root/audio/hexter
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-10-01 09:35:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-10-01 09:35:26 +0000
commit04de5a149108c56ea4f1d2278b6f4bedaa0e6a14 (patch)
tree27d73f5fd5acb7d5b8f303654515d9b2f78e30c6 /audio/hexter
parent4aed909f9efba23ad7731ac95e6b6652b7fe472b (diff)
downloadports-04de5a149108c56ea4f1d2278b6f4bedaa0e6a14.tar.gz
ports-04de5a149108c56ea4f1d2278b6f4bedaa0e6a14.zip
Upgrade to 1.0.3.
Notes
Notes: svn path=/head/; revision=398264
Diffstat (limited to 'audio/hexter')
-rw-r--r--audio/hexter/Makefile5
-rw-r--r--audio/hexter/distinfo4
-rw-r--r--audio/hexter/files/patch-configure21
3 files changed, 20 insertions, 10 deletions
diff --git a/audio/hexter/Makefile b/audio/hexter/Makefile
index b737ecd6f1bf..2c93806e67f9 100644
--- a/audio/hexter/Makefile
+++ b/audio/hexter/Makefile
@@ -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:${PORTSDIR}/audio/libdssialsacompat \
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
diff --git a/audio/hexter/distinfo b/audio/hexter/distinfo
index 6a4cd448d7ef..f4555b91b90c 100644
--- a/audio/hexter/distinfo
+++ b/audio/hexter/distinfo
@@ -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
diff --git a/audio/hexter/files/patch-configure b/audio/hexter/files/patch-configure
index 0e22a38e7a66..679be2acd41f 100644
--- a/audio/hexter/files/patch-configure
+++ b/audio/hexter/files/patch-configure
@@ -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