From 897c307d2ca1070f3d06469ce5d474227c86baac Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 27 Jun 2004 17:20:58 +0000 Subject: Add optional howl support for multicast DNS, and enable it by default when package building on i386. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2413 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gnome-vfs/Makefile | 18 ++++++++++-------- devel/gnomevfs2/Makefile | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 8e415789a..acb9f700b 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -40,10 +40,12 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_CDPARANOIA .undef WITHOUT_SAMBA -#.undef WITHOUT_MDNS +.if ${ARCH} == "i386" +.undef WITHOUT_MDNS +WITH_MDNS= yes +.endif WITH_CDPARANOIA= yes WITH_SAMBA= yes -#WITH_MDNS= yes .endif .if !defined(WITHOUT_KDE_MENUS) @@ -61,9 +63,9 @@ WITH_CDPARANOIA= yes WITH_SAMBA= yes .endif -#.if exists(${LOCALBASE}/lib/libhowl.so) -#WITH_MDNS= yes -#.endif +.if exists(${LOCALBASE}/lib/libhowl.so) +WITH_MDNS= yes +.endif .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia @@ -83,9 +85,9 @@ PLIST_SUB+= SAMBA="" PLIST_SUB+= SAMBA="@comment " .endif -#.if defined(WITH_MDNS) -#LIB_DEPENDS+= howl:${PORTSDIR}/net/howl -#.endif +.if defined(WITH_MDNS) +LIB_DEPENDS+= howl:${PORTSDIR}/net/howl +.endif post-patch: @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 8e415789a..acb9f700b 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -40,10 +40,12 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_CDPARANOIA .undef WITHOUT_SAMBA -#.undef WITHOUT_MDNS +.if ${ARCH} == "i386" +.undef WITHOUT_MDNS +WITH_MDNS= yes +.endif WITH_CDPARANOIA= yes WITH_SAMBA= yes -#WITH_MDNS= yes .endif .if !defined(WITHOUT_KDE_MENUS) @@ -61,9 +63,9 @@ WITH_CDPARANOIA= yes WITH_SAMBA= yes .endif -#.if exists(${LOCALBASE}/lib/libhowl.so) -#WITH_MDNS= yes -#.endif +.if exists(${LOCALBASE}/lib/libhowl.so) +WITH_MDNS= yes +.endif .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia @@ -83,9 +85,9 @@ PLIST_SUB+= SAMBA="" PLIST_SUB+= SAMBA="@comment " .endif -#.if defined(WITH_MDNS) -#LIB_DEPENDS+= howl:${PORTSDIR}/net/howl -#.endif +.if defined(WITH_MDNS) +LIB_DEPENDS+= howl:${PORTSDIR}/net/howl +.endif post-patch: @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ -- cgit v1.2.3