pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  3 23:02:39 UTC 2018

Modified Files:
        pkgsrc/net/wireshark: Makefile options.mk

Log Message:
wireshark: reduce dependencies.

Addresses PR 53256 by martin@

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/wireshark/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/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.187 pkgsrc/net/wireshark/Makefile:1.188
--- pkgsrc/net/wireshark/Makefile:1.187 Sun Apr 29 12:15:37 2018
+++ pkgsrc/net/wireshark/Makefile       Thu May  3 23:02:39 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.187 2018/04/29 12:15:37 wiz Exp $
+# $NetBSD: Makefile,v 1.188 2018/05/03 23:02:39 wiz Exp $
 
 DISTNAME=      wireshark-2.6.0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.17 pkgsrc/net/wireshark/options.mk:1.18
--- pkgsrc/net/wireshark/options.mk:1.17        Sun Apr 29 12:15:37 2018
+++ pkgsrc/net/wireshark/options.mk     Thu May  3 23:02:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2018/04/29 12:15:37 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2018/05/03 23:02:39 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.wireshark
 PKG_SUPPORTED_OPTIONS=         gtk3 lua
@@ -19,7 +19,6 @@ BUILDLINK_API_DEPENDS.qt4-tools+=     qt4-to
 .    include "../../x11/qt4-tools/buildlink3.mk"
 .  elif !empty(PKG_OPTIONS:Mqt5)
 CONFIGURE_ARGS+=       --with-qt=5
-.    include "../../x11/qt5-qtmultimedia/buildlink3.mk"
 .    include "../../x11/qt5-qttools/buildlink3.mk"
 .    if ${OPSYS} == "Darwin"
 .      include "../../x11/qt5-qtmacextras/buildlink3.mk"



Home | Main Index | Thread Index | Old Index