diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /net/samba48/files/patch-source3__wscript | |
parent | Remove expired ports: (diff) |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes
Notes:
svn path=/head/; revision=480951
Diffstat (limited to 'net/samba48/files/patch-source3__wscript')
-rw-r--r-- | net/samba48/files/patch-source3__wscript | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/net/samba48/files/patch-source3__wscript b/net/samba48/files/patch-source3__wscript index fb468518e731..f990623d8e00 100644 --- a/net/samba48/files/patch-source3__wscript +++ b/net/samba48/files/patch-source3__wscript @@ -1,5 +1,5 @@ ---- source3/wscript.orig 2018-03-02 12:18:10 UTC -+++ source3/wscript +--- source3/wscript.orig 2018-06-26 16:42:46.000000000 +0200 ++++ source3/wscript 2018-08-07 20:55:38.331688000 +0200 @@ -47,6 +47,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('sendfile-support') opt.SAMBA3_ADD_OPTION('utmp') @@ -79,13 +79,22 @@ if Options.options.with_iconv: conf.env.with_iconv = True if not conf.CHECK_FUNCS_IN('iconv_open', 'iconv', headers='iconv.h'): -@@ -1730,9 +1748,6 @@ main() { +@@ -1637,7 +1655,7 @@ main() { + if not conf.env['FLEX']: + conf.fatal("Spotlight support requested but flex missing") + conf.CHECK_COMMAND('%s --version' % conf.env['FLEX'], msg='Using flex version', define=None, on_target=False) +- versions = ['1.0', '0.16', '0.14'] ++ versions = ['2.0', '1.0', '0.16', '0.14'] + for version in versions: + testlib = 'tracker-sparql-' + version + if conf.CHECK_CFG(package=testlib, +@@ -1729,9 +1747,6 @@ main() { + if conf.CONFIG_SET('HAVE_VXFS'): default_shared_modules.extend(TO_LIST('vfs_vxfs')) - +- - if conf.CONFIG_SET('HAVE_DBUS'): - default_shared_modules.extend(TO_LIST('vfs_snapper')) -- + explicit_shared_modules = TO_LIST(Options.options.shared_modules, delimiter=',') explicit_static_modules = TO_LIST(Options.options.static_modules, delimiter=',') - |