mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- Add an option to run regression test, default off. [1] If this option is selected, an extra distribution file containing test data is downloaded from an upstream mastersite. - Rename the CLANG option to GCC and flip the default to off, as clang is the default compiler for this port for quite some time now. [2] Submitted by: George Liaskos [1,2]
26 lines
843 B
Python
26 lines
843 B
Python
--- net/net.gyp.orig 2013-08-19 02:54:02.000000000 +0300
|
|
+++ net/net.gyp 2013-09-01 00:26:02.000000000 +0300
|
|
@@ -1259,9 +1259,10 @@
|
|
}],
|
|
['os_bsd==1', {
|
|
'sources!': [
|
|
+ 'base/address_tracker_linux.cc',
|
|
'base/network_change_notifier_linux.cc',
|
|
'base/network_change_notifier_netlink_linux.cc',
|
|
- 'proxy/proxy_config_service_linux.cc',
|
|
+# 'proxy/proxy_config_service_linux.cc',
|
|
],
|
|
},{
|
|
'dependencies': [
|
|
@@ -2076,6 +2077,11 @@
|
|
'cert/x509_cert_types_unittest.cc',
|
|
],
|
|
}],
|
|
+ [ 'os_bsd == 1', {
|
|
+ 'sources!': [
|
|
+ 'base/address_tracker_linux_unittest.cc',
|
|
+ ],
|
|
+ }],
|
|
],
|
|
},
|
|
{
|