mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
more changes related to samba49 build
This commit is contained in:
committed by
William Grzybowski
parent
9b03f0b0df
commit
b79e904c3e
@@ -76,11 +76,6 @@ copy += {
|
||||
"dest": "/usr/nas_source/ix-installer",
|
||||
}
|
||||
|
||||
copy += {
|
||||
"source": "${BE_ROOT}/samba",
|
||||
"dest": "/usr/samba_src"
|
||||
}
|
||||
|
||||
copy += {
|
||||
"source": "${BE_ROOT}/netatalk",
|
||||
"dest": "/usr/netatalk_src"
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
samba_git_rev = sh("git -C ${BE_ROOT}/samba log -1 --pretty=format:%ct") if exists("${BE_ROOT}/samba") else "0"
|
||||
|
||||
ports += "ports-mgmt/pkg"
|
||||
ports += "dns/bind-tools"
|
||||
ports += "dns/dnsmasq"
|
||||
@@ -332,7 +330,6 @@ ports += {
|
||||
ports += {
|
||||
"name": "net/samba49",
|
||||
"options": [
|
||||
"REVISION=" + samba_git_rev,
|
||||
"OPTIONS_FILE_SET+=ACL_SUPPORT",
|
||||
"OPTIONS_FILE_SET+=ADS",
|
||||
"OPTIONS_FILE_SET+=AD_DC",
|
||||
|
||||
@@ -107,13 +107,6 @@ repos += {
|
||||
"branch": "master"
|
||||
}
|
||||
|
||||
repos += {
|
||||
"name": "samba",
|
||||
"path": "samba",
|
||||
"url": "https://github.com/freenas/samba.git",
|
||||
"branch": "freenas/master"
|
||||
}
|
||||
|
||||
repos += {
|
||||
"name": "netatalk",
|
||||
"path": "netatalk",
|
||||
|
||||
@@ -77,11 +77,6 @@ copy += {
|
||||
"dest": "/usr/nas_source/ix-installer",
|
||||
}
|
||||
|
||||
copy += {
|
||||
"source": "${BE_ROOT}/samba",
|
||||
"dest": "/usr/samba_src"
|
||||
}
|
||||
|
||||
copy += {
|
||||
"source": "${BE_ROOT}/netatalk",
|
||||
"dest": "/usr/netatalk_src"
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
samba_git_rev = sh("git -C ${BE_ROOT}/samba log -1 --pretty=format:%ct") if exists("${BE_ROOT}/samba") else "0"
|
||||
|
||||
ports += "ports-mgmt/pkg"
|
||||
ports += "dns/bind-tools"
|
||||
ports += "dns/dnsmasq"
|
||||
@@ -333,7 +331,6 @@ ports += {
|
||||
ports += {
|
||||
"name": "net/samba49",
|
||||
"options": [
|
||||
"REVISION=" + samba_git_rev,
|
||||
"OPTIONS_FILE_SET+=ACL_SUPPORT",
|
||||
"OPTIONS_FILE_SET+=ADS",
|
||||
"OPTIONS_FILE_SET+=AD_DC",
|
||||
|
||||
@@ -105,13 +105,6 @@ repos += {
|
||||
"branch": "master"
|
||||
}
|
||||
|
||||
repos += {
|
||||
"name": "samba",
|
||||
"path": "samba",
|
||||
"url": "https://github.com/freenas/samba.git",
|
||||
"branch": "freenas/master"
|
||||
}
|
||||
|
||||
repos += {
|
||||
"name": "netatalk",
|
||||
"path": "netatalk",
|
||||
|
||||
Reference in New Issue
Block a user