FreeBSD Bugzilla – Attachment 148996 Details for
Bug 193734
Removed PLIST_REINPLACE macro breaks net/samba4* and emulators/i386-wine*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix PLIST_SUB for SAMBA4_MODULES and move "vfs_notify_fam" handling
net_samba_SAMBA4_MODULE-fix-Makefile.patch (text/plain), 1.12 KB, created by
Harald Schmalzbauer
on 2014-11-03 19:28:12 UTC
(
hide
)
Description:
fix PLIST_SUB for SAMBA4_MODULES and move "vfs_notify_fam" handling
Filename:
MIME Type:
Creator:
Harald Schmalzbauer
Created:
2014-11-03 19:28:12 UTC
Size:
1.12 KB
patch
obsolete
>--- ports/ports/net/samba41/Makefile 2014-10-22 16:55:07.136625801 +0200 >+++ ports/inofficial/samba41/Makefile 2014-11-03 20:18:52.814241729 +0100 >@@ -279,10 +281,10 @@ > .if ${PORT_OPTIONS:MFAM_SUPPORT} > USES+= fam > CONFIGURE_ARGS+= --with-fam >-WANT_EXP_MODULES+= vfs_notify_fam >-SAMBA4_MODULES+= vfs_notify_fam >+PLIST_SUB+= VFS_NOTIFY_FAM="" > .else > CONFIGURE_ARGS+= --without-fam >+PLIST_SUB+= VFS_NOTIFY_FAM="@comment " > .endif > > .if ${PORT_OPTIONS:MLDAP} >@@ -359,9 +361,9 @@ > gpext_security idmap_ad idmap_ldap idmap_nss idmap_passdb idmap_tdb \ > nss_info_template pdb_ldap pdb_samba_dsdb pdb_smbpasswd pdb_tdbsam \ > pdb_test pdb_wbc_sam perfcount_test vfs_aio_posix vfs_aio_pthread \ >- vfs_cacheprime vfs_dfs_samba4 vfs_fake_acls vfs_notify_fam \ >- vfs_shadow_copy_test vfs_skel_opaque vfs_skel_transparent >-. if !empty(${SAMBA4_MODULES}) && ${SAMBA4_MODULES:M${module}} >+ vfs_cacheprime vfs_dfs_samba4 vfs_fake_acls vfs_shadow_copy_test \ >+ vfs_skel_opaque vfs_skel_transparent >+. if !empty(SAMBA4_MODULES) && ${SAMBA4_MODULES:M${module}} > PLIST_SUB+= MODULE_${module:tu}="" > . else > PLIST_SUB+= MODULE_${module:tu}="@comment "
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193734
:
148268
|
148996
|
148997