FreeBSD Bugzilla – Attachment 158664 Details for
Bug 201505
[patch] net/avahi: convert to OptionsNG, USES=metaport
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
patch-avahi.diff (text/plain), 2.04 KB, created by
Andriy Voskoboinyk
on 2015-07-12 20:33:51 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2015-07-12 20:33:51 UTC
Size:
2.04 KB
patch
obsolete
>Index: net/avahi/Makefile >=================================================================== >--- net/avahi/Makefile (revision 391840) >+++ net/avahi/Makefile (working copy) >@@ -6,9 +6,6 @@ > PORTVERSION= 0.6.31 > PORTREVISION?= 1 > CATEGORIES?= net dns >-MASTER_SITES= # empty >-DISTFILES= # empty >-EXTRACT_ONLY= # empty > > MAINTAINER= gnome@FreeBSD.org > COMMENT= "meta-port" for the Avahi service discovery suite >@@ -15,40 +12,19 @@ > > RUN_DEPENDS= avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app > >+USES= metaport >+ > OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON > OPTIONS_DEFAULT=AUTOIPD GTK > AUTOIPD_DESC= IPv4LL network address configuration daemon > GTK_DESC= Gtk+ tools and bindings >-LIBDNS_DESC= Apple's mDNSResponder compatibility library >+#LIBDNS_DESC= Apple's mDNSResponder compatibility library > >-NO_BUILD= yes >-NO_INSTALL= yes >-NO_MTREE= yes >+AUTOIPD_RUN_DEPENDS= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd >+GTK_RUN_DEPENDS= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk >+#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns >+MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp >+QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 >+PYTHON_RUN_DEPENDS= avahi-bookmarks:${PORTSDIR}/net/py-avahi > >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MAUTOIPD} >-RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd >-.endif >- >-.if ${PORT_OPTIONS:MGTK} >-RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk >-.endif >- >-#.if ${PORT_OPTIONS:MLIBDNS} >-#RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns >-#.endif >- >-.if ${PORT_OPTIONS:MMONO} >-RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp >-.endif >- >-.if ${PORT_OPTIONS:MQT4} >-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 >-.endif >- >-.if ${PORT_OPTIONS:MPYTHON} >-RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi >-.endif >- > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201505
: 158664 |
158665
|
158666