Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112055667
D48857.id150514.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D48857.id150514.diff
View Options
Index: CHANGES
===================================================================
--- CHANGES
+++ CHANGES
@@ -10,6 +10,27 @@
All ports committers are allowed to commit to this file.
+20250205:
+AUTHOR: yasu@FreeBSD.org
+
+ 3 new variables are defined if you add 'USES=samba' in Makefile.
+
+ * SAMBA_TALLOC_PORT
+ * SAMBA_TDB_PORT
+ * SAMBA_TEVENT_PORT
+
+ They are intended to be used by ports that works with Samba to
+ specify proper version of talloc, tdb and/or tevent as dependency
+ such as bellow.
+
+ LIB_DEPENDS= ibtalloc.so:${SAMBA_TALLOC_PORT} \
+ libtdb.so:${SAMBA_TDB_PORT} \
+ libtevent.so:${SAMBA_TEVENT_PORT}
+ USES= samba
+
+ You need not use them if port just depends on talloc, tdb and/or
+ tevent and it has nothing to do with Samba.
+
20250203:
AUTHOR: yasu@FreeBSD.org
Index: Mk/Uses/samba.mk
===================================================================
--- Mk/Uses/samba.mk
+++ Mk/Uses/samba.mk
@@ -26,15 +26,27 @@
SAMBA_PORT_416= net/samba416
SAMBA_LDB_PORT_416= databases/ldb25
+SAMBA_TALLOC_PORT_416= devel/talloc
+SAMBA_TDB_PORT_416= databases/tdb
+SAMBA_TEVENT_PORT_416= devel/tevent
SAMBA_PORT_419= net/samba419
SAMBA_LDB_PORT_419= databases/ldb28
+SAMBA_TALLOC_PORT_419= devel/talloc
+SAMBA_TDB_PORT_419= databases/tdb
+SAMBA_TEVENT_PORT_419= devel/tevent
SAMBA_PORT_420= net/samba420
SAMBA_LDB_PORT_420= databases/ldb29
+SAMBA_TALLOC_PORT_420= devel/talloc242
+SAMBA_TDB_PORT_420= databases/tdb1410
+SAMBA_TEVENT_PORT_420= devel/tevent016
SAMBA_PORT= ${SAMBA_PORT_${SAMBA_SUFFIX}}
SAMBA_INCLUDEDIR= ${LOCALBASE}/include/samba4
SAMBA_LIBDIR= ${LOCALBASE}/lib/samba4
SAMBA_LDB_PORT= ${SAMBA_LDB_PORT_${SAMBA_SUFFIX}}
+SAMBA_TALLOC_PORT= ${SAMBA_TALLOC_PORT_${SAMBA_SUFFIX}}
+SAMBA_TDB_PORT= ${SAMBA_TDB_PORT_${SAMBA_SUFFIX}}
+SAMBA_TEVENT_PORT= ${SAMBA_TEVENT_PORT_${SAMBA_SUFFIX}}
. if ${samba_ARGS:Mbuild}
BUILD_DEPENDS+= smbd:${SAMBA_PORT}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 4:47 AM (17 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17130128
Default Alt Text
D48857.id150514.diff (1 KB)
Attached To
Mode
D48857: Mk/Uses/samba.mk: Introduce 3 new SAMBA_*_PORT variables
Attached
Detach File
Event Timeline
Log In to Comment