diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-08 08:34:12 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-08 08:34:12 +0800 |
commit | 14a1da27f45c47f56c03f100467c4145b22cc27f (patch) | |
tree | 1672be7254edbd4e14c07966ad43adbe5529db3b /audio/arts | |
parent | 1bee8f44c60705f102471d2277b0c99dd759ea47 (diff) | |
download | freebsd-ports-gnome-14a1da27f45c47f56c03f100467c4145b22cc27f.tar.gz freebsd-ports-gnome-14a1da27f45c47f56c03f100467c4145b22cc27f.tar.zst freebsd-ports-gnome-14a1da27f45c47f56c03f100467c4145b22cc27f.zip |
Update to KDE 3.3.1
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 2 | ||||
-rw-r--r-- | audio/arts/distinfo | 4 | ||||
-rw-r--r-- | audio/arts/files/patch-configure | 31 |
3 files changed, 34 insertions, 3 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 140a5dd9b4ab..8036b83866c2 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -7,7 +7,7 @@ # PORTNAME= arts -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} diff --git a/audio/arts/distinfo b/audio/arts/distinfo index da19d5eceba5..f6f1d049283c 100644 --- a/audio/arts/distinfo +++ b/audio/arts/distinfo @@ -1,2 +1,2 @@ -MD5 (KDE/arts-1.3.0.tar.bz2) = 6a0a03c24a20c43a8e443a5484bb9fef -SIZE (KDE/arts-1.3.0.tar.bz2) = 967395 +MD5 (KDE/arts-1.3.1.tar.bz2) = 26554e4c47d9a52bc20a07e39d32a731 +SIZE (KDE/arts-1.3.1.tar.bz2) = 967242 diff --git a/audio/arts/files/patch-configure b/audio/arts/files/patch-configure new file mode 100644 index 000000000000..b71ea0d6d129 --- /dev/null +++ b/audio/arts/files/patch-configure @@ -0,0 +1,31 @@ +--- configure.orig Fri Nov 5 20:53:28 2004 ++++ configure Fri Nov 5 20:53:42 2004 +@@ -38537,28 +38537,6 @@ + + + +-echo "$as_me:$LINENO: checking for Jack Audio Connection Kit" >&5 +-echo $ECHO_N "checking for Jack Audio Connection Kit... $ECHO_C" >&6 +-if $PKG_CONFIG --atleast-version 0.90 jack >/dev/null 2>&1 ; then +- JACK_CFLAGS="`$PKG_CONFIG --cflags jack`" +- JACK_LIBADD="`$PKG_CONFIG --libs-only-l jack`" +- JACK_LDFLAGS="`$PKG_CONFIG --libs-only-L jack`" +- echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6 +- +-cat >>confdefs.h <<\_ACEOF +-#define HAVE_LIBJACK 1 +-_ACEOF +- +-else +- echo "$as_me:$LINENO: result: not installed" >&5 +-echo "${ECHO_T}not installed" >&6 +-fi +- +- +- +- +- + for ac_header in soundcard.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |