diff options
| author | William Grzybowski <wg@FreeBSD.org> | 2013-06-29 01:04:39 +0000 |
|---|---|---|
| committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-29 01:04:39 +0000 |
| commit | 36c3034428451a5891ad24f60fac7efb68dd5ec2 (patch) | |
| tree | ea316089461c16fe0a0095304dd78e555474de83 /deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi | |
| parent | Update the personality of the port. (diff) | |
deskutils/cairo-dock-plugins: update to 3.2.1
- Update to 3.2.1 [1]
- Fix build with clang
- Use space instead of tab for WWW
- USES pkgconfig
Changes: http://glx-dock.org/bg_topic.php?t=6836
PR: ports/180031
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) [1]
Notes
Notes:
svn path=/head/; revision=322017
Diffstat (limited to 'deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi')
| -rw-r--r-- | deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi b/deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi deleted file mode 100644 index 5be45e6aca95..000000000000 --- a/deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi +++ /dev/null @@ -1,18 +0,0 @@ ---- wifi/data/wifi.orig 2012-03-10 14:33:22.124016420 +0200 -+++ wifi/data/wifi 2012-03-10 14:42:50.174065239 +0200 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - - # Compiz check for Cairo-Dock - # -@@ -17,4 +17,8 @@ - # GNU General Public License for more details. - # http://www.gnu.org/licenses/licenses.html#GPL - --iwconfig 2>/dev/null -+#iwconfig 2>/dev/null -+ -+lwlan = `ifconfig | awk -F": " '{print $1}' | awk '{print $1}' | grep wlan` -+ -+ifconfig |
