non port: Mk/Uses/samba.mk |
Number of commits found: 25 |
Thursday, 6 Feb 2025
|
05:00 Yasuhiro Kimura (yasu)
Mk/Uses/samba.mk: Introduce 3 new SAMBA_*_PORT variables
* Introduce 3 new variable, SAMBA_TALLOC_PORT, SAMBA_TDB_PORT and
SAMBA_TEVENT_PORT. Proper port origin ("databases/ldb29" for
example) is assigned to them depending on the value of
SAMBA_DEFAULT. They are intended to be used by ports that works with
Samba to specify proper version of talloc, tdb and/or tevent as
dependency.
* Add item in CHANGES.
Reviewed by: 0mp, kiwi
Differential Revision: https://reviews.freebsd.org/D48857
88122c7 |
Monday, 3 Feb 2025
|
23:26 Yasuhiro Kimura (yasu)
Mk/Uses/samba.mk: Remove legacy variables
* Replace occurrence of them in each port with new ones.
* Add entry to CHANGES.
Reviewed by: kiwi, mikael
Differential Revision: https://reviews.freebsd.org/D48801
823bd06 |
Thursday, 30 Jan 2025
|
14:42 Xavier Beaudouin (kiwi)
Mk: Add Samba 4.20
Add Samba 4.20 to Uses/samba.mk and bsd.default-versions.mk.
PR: 280533
Approved by: samba (0mp, kiwi)
Sponsored by: Klara, Inc.
Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>
29ed900 |
Wednesday, 21 Aug 2024
|
17:00 Mateusz Piotrowski (0mp)
Mk/Uses/samba.mk: Clean up and define SAMBA_LDB_PORT
- Deprecate the SAMBAPORT, SAMBALIBS, and SAMBAINCLUDES variables and
replace them with the more readable and consistent SAMBA_PORT,
SAMBA_LIBDIR, and SAMBA_INCLUDEDIR. The new variables follow the
conventions of python.mk, ruby.mk, and cargo.mk more and are more
future-proof.
- Rearrange the order of IGNORE checks.
- Explicitly mention the ports used samba.mk in a searchable manner
(i.e., grepping for net/samba419 is going to return samba.mk).
- Define SAMBA_LDB_PORT, which allows ports to always use the right
version of ldb for the Samba selected via SAMBA_DEFAULT.
- Remove old comments about samba.mk becoming more granular once
subpackages are committed. Subpackages will not help samba.mk because
Samba's bundled dependencies are built as private libraries and are
not usable by external software.
PR: 280773
Reviewed by: Xavier Beaudouin <kiwi@oav.net>
Approved by: samba (0mp, Xavier Beaudouin <kiwi@oav.net>)
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D46322
b6c5093 |
Tuesday, 13 Aug 2024
|
17:24 Mateusz Piotrowski (0mp)
Mk/Uses/samba.mk: Pass maintainership to samba@
PR: 280794
Approved by: portmgr
ef5482c |
Monday, 1 Apr 2024
|
13:31 Rene Ladan (rene)
Mk: unregister expired net/samba413
abc5940 |
Friday, 9 Feb 2024
|
15:33 Mikael Urankar (mikael)
net/samba419: Add new port
Many thanks to Joshua Kinard, Siva Mahadevan, Yasuhiro Kimura, Andrew Walker,
and Peter Eriksson for their patches.
PR: 270383
b0a4fa4 |
Tuesday, 25 Oct 2022
|
23:35 Timur I. Bakeyev (timur)
net/samba412: Remove Samba 4.12 from the default versions
And add samba416 as a new option. Make samba413 a default for now.
d485eff |
Sunday, 24 Apr 2022
|
10:00 Tobias C. Berner (tcberner)
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
aa25396 |
Saturday, 24 Apr 2021
|
15:04 Rene Ladan (rene)
Mk: unregister expired Samba 4.11
63e5104 |
Tuesday, 6 Apr 2021
|
14:27 Mathieu Arnold (mat)
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
5d33e04 |
Saturday, 14 Nov 2020
|
14:07 cmt
remove left-over references to net/samba410 after r554446
samba410 expired and was removed last week
Approved by: blanket (cleanup with no functional change)
 |
Monday, 28 Sep 2020
|
00:16 timur
Actually allow to select from the varity of Samba ports.
 |
Wednesday, 29 Apr 2020
|
01:40 timur
Add Samba 4.11 as a possible default version.
 |
Sunday, 15 Dec 2019
|
17:20 rene
USES=samba: unregister expired samba 4.8
 |
Monday, 19 Aug 2019
|
10:03 rene
Unregister removed samba46 and samba47
 |
Saturday, 6 Jul 2019
|
20:50 timur
Add Samba 4.10 as a possible value for the DEFAULT_VERSIONS. 4.8 is still the
default.
 |
Thursday, 14 Jun 2018
|
17:50 rene
Unregister expired net/samba45
 |
Thursday, 12 Apr 2018
|
08:54 timur
Add Samba 4.8 as possible default version, remove obsolete Samba 4.4
PR: 227453
Sponsored by: iXsystems Inc.
 |
Monday, 18 Dec 2017
|
07:00 antoine
Allow to use samba47 with USES=samba
PR: 224418
Submitted by: timur@
With hat: portmgr
 |
Wednesday, 7 Jun 2017
|
17:32 rene
Remove support for Samba 4.2 and 4.3, they are unsupported upstream.
 |
Sunday, 26 Mar 2017
|
11:59 mat
Refactor USES=samba a bit, and add Samba 4.6 support there.
Sponsored by: Absolight
 |
Saturday, 25 Mar 2017
|
03:54 sunpoet
Fix typo
 |
02:43 sunpoet
Add samba45 support
 |
Tuesday, 21 Mar 2017
|
21:59 antoine
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
 |
Number of commits found: 25 |