Author: jbeich Date: Fri Aug 23 02:49:33 2013 New Revision: 1328 Log: temporarily unbreak debug build
Modified: trunk/mail/thunderbird/files/patch-bug893397 trunk/www/firefox-nightly/files/patch-bug893397 trunk/www/firefox/files/patch-bug893397 trunk/www/seamonkey/files/patch-bug893397 Modified: trunk/mail/thunderbird/files/patch-bug893397 ============================================================================== --- trunk/mail/thunderbird/files/patch-bug893397 Fri Aug 23 02:49:25 2013 (r1327) +++ trunk/mail/thunderbird/files/patch-bug893397 Fri Aug 23 02:49:33 2013 (r1328) @@ -31,7 +31,7 @@ index 0000000..80d4cb6 --- /dev/null +++ mozilla/netwerk/wifi/nsWifiScannerFreeBSD.cpp -@@ -0,0 +1,171 @@ +@@ -0,0 +1,173 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -156,12 +156,14 @@ + accessPoints.AppendObject(ap); + res = true; + ++#if 0 + // log the data + LOG(( "FreeBSD access point: " + << "SSID: " << ssid << ", " + << "MAC: " << isr->isr_bssid << ", " + << "Strength: " << isr->isr_rssi ", " + << "Channel: " << isr->isr_freq << "MHz" )); ++#endif + + // increment pointers + len -= isr->isr_len; Modified: trunk/www/firefox-nightly/files/patch-bug893397 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug893397 Fri Aug 23 02:49:25 2013 (r1327) +++ trunk/www/firefox-nightly/files/patch-bug893397 Fri Aug 23 02:49:33 2013 (r1328) @@ -31,7 +31,7 @@ index 0000000..80d4cb6 --- /dev/null +++ netwerk/wifi/nsWifiScannerFreeBSD.cpp -@@ -0,0 +1,171 @@ +@@ -0,0 +1,173 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -156,12 +156,14 @@ + accessPoints.AppendObject(ap); + res = true; + ++#if 0 + // log the data + LOG(( "FreeBSD access point: " + << "SSID: " << ssid << ", " + << "MAC: " << isr->isr_bssid << ", " + << "Strength: " << isr->isr_rssi ", " + << "Channel: " << isr->isr_freq << "MHz" )); ++#endif + + // increment pointers + len -= isr->isr_len; Modified: trunk/www/firefox/files/patch-bug893397 ============================================================================== --- trunk/www/firefox/files/patch-bug893397 Fri Aug 23 02:49:25 2013 (r1327) +++ trunk/www/firefox/files/patch-bug893397 Fri Aug 23 02:49:33 2013 (r1328) @@ -31,7 +31,7 @@ index 0000000..80d4cb6 --- /dev/null +++ netwerk/wifi/nsWifiScannerFreeBSD.cpp -@@ -0,0 +1,171 @@ +@@ -0,0 +1,173 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -156,12 +156,14 @@ + accessPoints.AppendObject(ap); + res = true; + ++#if 0 + // log the data + LOG(( "FreeBSD access point: " + << "SSID: " << ssid << ", " + << "MAC: " << isr->isr_bssid << ", " + << "Strength: " << isr->isr_rssi ", " + << "Channel: " << isr->isr_freq << "MHz" )); ++#endif + + // increment pointers + len -= isr->isr_len; Modified: trunk/www/seamonkey/files/patch-bug893397 ============================================================================== --- trunk/www/seamonkey/files/patch-bug893397 Fri Aug 23 02:49:25 2013 (r1327) +++ trunk/www/seamonkey/files/patch-bug893397 Fri Aug 23 02:49:33 2013 (r1328) @@ -31,7 +31,7 @@ index 0000000..80d4cb6 --- /dev/null +++ mozilla/netwerk/wifi/nsWifiScannerFreeBSD.cpp -@@ -0,0 +1,171 @@ +@@ -0,0 +1,173 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -156,12 +156,14 @@ + accessPoints.AppendObject(ap); + res = true; + ++#if 0 + // log the data + LOG(( "FreeBSD access point: " + << "SSID: " << ssid << ", " + << "MAC: " << isr->isr_bssid << ", " + << "Strength: " << isr->isr_rssi ", " + << "Channel: " << isr->isr_freq << "MHz" )); ++#endif + + // increment pointers + len -= isr->isr_len; _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
