diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-23 18:29:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-23 18:29:00 +0800 |
commit | 7ee6a5f53440194ecd595ae503761482eb4ea18e (patch) | |
tree | ef321264b856ac01f26a17784f6287563f5dd5cc /audio/rhythmbox-devel | |
parent | 6f2f69e6240f09249e4f187603e2e145df190aa6 (diff) | |
download | marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.tar marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.tar.gz marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.tar.bz2 marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.tar.lz marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.tar.xz marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.tar.zst marcuscom-ports-7ee6a5f53440194ecd595ae503761482eb4ea18e.zip |
Fix installation directory for the dbus services. [1]
Add test to see if howl is installed in the !DAAP case. The --without-mdns
switch doesn't work.
Submitted by: [1] aDe's thinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4965 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 10 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 13 |
2 files changed, 19 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 895354708..2db751fe8 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.37 2005/10/17 14:39:32 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.38 2005/10/17 18:19:37 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -60,9 +61,14 @@ USE_GSTREAMER+= faad .endif .if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap +CONFIGURE_ARGS+= --enable-daap --with-mdns=howl LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ howl.0:${PORTSDIR}/net/howl +.else +.if exists(${LOCALBASE}/lib/libhowl.a) +LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl +.endif +CONFIGURE_ARGS+= --disable-daap .endif pre-everything:: diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure index 9c31cedaa..5a263fd6f 100644 --- a/audio/rhythmbox-devel/files/patch-configure +++ b/audio/rhythmbox-devel/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Oct 17 10:21:14 2005 -+++ configure Mon Oct 17 10:22:47 2005 +--- configure.orig Sun Oct 23 10:47:35 2005 ++++ configure Sun Oct 23 11:03:22 2005 @@ -21603,7 +21603,7 @@ enable_hal02=yes fi @@ -45,3 +45,12 @@ # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. set dummy gst-inspect-0.8; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 +@@ -24866,7 +24866,7 @@ + exec_prefix=$exec_prefix_save + + +-DBUS_SERVICES_DIR="$DATADIR/dbus-1/services" ++DBUS_SERVICES_DIR="$PREFIX/share/dbus-1/services" + + + cat >>confdefs.h <<_ACEOF |