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: leot
Date: Fri Jan 13 12:16:03 UTC 2017
Modified Files:
pkgsrc/net/wireshark: Makefile options.mk
Log Message:
Add a dependency to graphics/adwaita-icon-theme (for the gtk3 option)
Bump PKGREVISION
Pointed out by Joern Clausen via PR pkg/51835.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.13 -r1.14 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.161 pkgsrc/net/wireshark/Makefile:1.162
--- pkgsrc/net/wireshark/Makefile:1.161 Sun Jan 1 14:43:53 2017
+++ pkgsrc/net/wireshark/Makefile Fri Jan 13 12:16:03 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.161 2017/01/01 14:43:53 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2017/01/13 12:16:03 leot Exp $
DISTNAME= wireshark-2.2.3
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://www.wireshark.org/download/src/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.13 pkgsrc/net/wireshark/options.mk:1.14
--- pkgsrc/net/wireshark/options.mk:1.13 Tue Oct 4 06:41:18 2016
+++ pkgsrc/net/wireshark/options.mk Fri Jan 13 12:16:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2016/10/04 06:41:18 alnsn Exp $
+# $NetBSD: options.mk,v 1.14 2017/01/13 12:16:03 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= gtk3 lua qt5
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-gtk3
PLIST.gtk3= yes
POST_INSTALL_TARGETS+= install-gtk-desktop
.include "../../x11/gtk3/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
.PHONY: install-gtk-desktop
install-gtk-desktop:
Home |
Main Index |
Thread Index |
Old Index