mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
The use of bundled libs is the default now. Hope that would resolve the conflicts with talloc/tdb/tevent{1} while this port is still active.
27 lines
973 B
Text
27 lines
973 B
Text
--- lib/tdb/wscript.orig 2019-07-02 22:39:54 UTC
|
|
+++ lib/tdb/wscript
|
|
@@ -145,20 +145,20 @@ def build(bld):
|
|
'tdb',
|
|
install=False)
|
|
|
|
- bld.SAMBA_BINARY('tdbrestore',
|
|
+ bld.SAMBA_BINARY('samba-tdbrestore',
|
|
'tools/tdbrestore.c',
|
|
'tdb', manpages='man/tdbrestore.8')
|
|
|
|
- bld.SAMBA_BINARY('tdbdump',
|
|
+ bld.SAMBA_BINARY('samba-tdbdump',
|
|
'tools/tdbdump.c',
|
|
'tdb', manpages='man/tdbdump.8')
|
|
|
|
- bld.SAMBA_BINARY('tdbbackup',
|
|
+ bld.SAMBA_BINARY('samba-tdbbackup',
|
|
'tools/tdbbackup.c',
|
|
'tdb',
|
|
manpages='man/tdbbackup.8')
|
|
|
|
- bld.SAMBA_BINARY('tdbtool',
|
|
+ bld.SAMBA_BINARY('samba-tdbtool',
|
|
'tools/tdbtool.c',
|
|
'tdb', manpages='man/tdbtool.8')
|
|
|