pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/avahi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 26 06:56:23 UTC 2017

Modified Files:
        pkgsrc/net/avahi: PLIST options.mk

Log Message:
avahi: Remove qt3 option.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/avahi/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/avahi/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/avahi/PLIST
diff -u pkgsrc/net/avahi/PLIST:1.12 pkgsrc/net/avahi/PLIST:1.13
--- pkgsrc/net/avahi/PLIST:1.12 Mon Aug 15 20:23:11 2016
+++ pkgsrc/net/avahi/PLIST      Tue Sep 26 06:56:23 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/08/15 20:23:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/09/26 06:56:23 wiz Exp $
 bin/avahi-browse
 bin/avahi-browse-domains
 ${PLIST.ui}bin/avahi-discover-standalone
@@ -44,7 +44,6 @@ include/avahi-gobject/ga-error.h
 include/avahi-gobject/ga-record-browser.h
 include/avahi-gobject/ga-service-browser.h
 include/avahi-gobject/ga-service-resolver.h
-${PLIST.qt3}include/avahi-qt3/qt-watch.h
 ${PLIST.qt}include/avahi-qt4/qt-watch.h
 ${PLIST.gtk2}include/avahi-ui/avahi-ui.h
 ${PLIST.introspection}lib/girepository-1.0/Avahi-0.6.typelib
@@ -54,7 +53,6 @@ lib/libavahi-common.la
 lib/libavahi-core.la
 lib/libavahi-glib.la
 lib/libavahi-gobject.la
-${PLIST.qt3}lib/libavahi-qt3.la
 ${PLIST.qt}lib/libavahi-qt4.la
 ${PLIST.gtk3}lib/libavahi-ui-gtk3.la
 ${PLIST.gtk2}lib/libavahi-ui.la
@@ -70,7 +68,6 @@ lib/pkgconfig/avahi-client.pc
 lib/pkgconfig/avahi-core.pc
 lib/pkgconfig/avahi-glib.pc
 lib/pkgconfig/avahi-gobject.pc
-${PLIST.qt3}lib/pkgconfig/avahi-qt3.pc
 ${PLIST.qt}lib/pkgconfig/avahi-qt4.pc
 ${PLIST.mono}lib/pkgconfig/avahi-sharp.pc
 ${PLIST.gtk3}lib/pkgconfig/avahi-ui-gtk3.pc

Index: pkgsrc/net/avahi/options.mk
diff -u pkgsrc/net/avahi/options.mk:1.9 pkgsrc/net/avahi/options.mk:1.10
--- pkgsrc/net/avahi/options.mk:1.9     Sun Jan  1 14:43:49 2017
+++ pkgsrc/net/avahi/options.mk Tue Sep 26 06:56:23 2017
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.9 2017/01/01 14:43:49 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2017/09/26 06:56:23 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.avahi
-PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3
+PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python
 PKG_SUPPORTED_OPTIONS+=        qt tests
 PKG_SUGGESTED_OPTIONS+=        gtk2
-PLIST_VARS+=           introspection gtk2 gtk3 mono qt3 qt ui
+PLIST_VARS+=           introspection gtk2 gtk3 mono qt ui
 
 .include "../../mk/bsd.options.mk"
 
@@ -59,13 +59,6 @@ PLIST.mono=          yes
 CONFIGURE_ARGS+=       --disable-mono --disable-monodoc
 .endif
 
-.if !empty(PKG_OPTIONS:Mqt3)
-.include "../../x11/qt3-libs/buildlink3.mk"
-PLIST.qt3=             yes
-.else
-CONFIGURE_ARGS+=       --disable-qt3
-.endif
-
 .if !empty(PKG_OPTIONS:Mqt)
 .include "../../x11/qt4-libs/buildlink3.mk"
 PLIST.qt=              yes



Home | Main Index | Thread Index | Old Index