From 7cfb047d61ff5f1ff9fc194ad4e5a8549d02c10a Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 16 Oct 2018 19:33:18 -0400 Subject: [PATCH] Switch to samba49 port --- build/profiles/fn_head/ports-system.pyd | 3 +-- build/profiles/freenas/ports-system.pyd | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/profiles/fn_head/ports-system.pyd b/build/profiles/fn_head/ports-system.pyd index a9639f9..5f888be 100644 --- a/build/profiles/fn_head/ports-system.pyd +++ b/build/profiles/fn_head/ports-system.pyd @@ -340,7 +340,7 @@ ports += { "options": ["OPTIONS_FILE_SET+=IPV6"] } ports += { - "name": "net/samba47", + "name": "net/samba49", "options": [ "REVISION=" + samba_git_rev, "OPTIONS_FILE_SET+=ACL_SUPPORT", @@ -369,7 +369,6 @@ ports += { "OPTIONS_FILE_UNSET+=BIND910", "OPTIONS_FILE_UNSET+=AVAHI", "OPTIONS_FILE_SET+=MDNSRESPONDER", - "CRAZY=yes" ] } diff --git a/build/profiles/freenas/ports-system.pyd b/build/profiles/freenas/ports-system.pyd index 76c6e5b..ee62bac 100644 --- a/build/profiles/freenas/ports-system.pyd +++ b/build/profiles/freenas/ports-system.pyd @@ -336,7 +336,7 @@ ports += { "options": ["OPTIONS_FILE_SET+=IPV6"] } ports += { - "name": "net/samba47", + "name": "net/samba49", "options": [ "REVISION=" + samba_git_rev, "OPTIONS_FILE_SET+=ACL_SUPPORT", @@ -365,7 +365,6 @@ ports += { "OPTIONS_FILE_UNSET+=BIND910", "OPTIONS_FILE_UNSET+=AVAHI", "OPTIONS_FILE_SET+=MDNSRESPONDER", - "CRAZY=yes" ] }