Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107344728
D48313.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
888 B
Referenced Files
None
Subscribers
None
D48313.diff
View Options
diff --git a/net/samba419/Makefile b/net/samba419/Makefile
--- a/net/samba419/Makefile
+++ b/net/samba419/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ${SAMBA4_BASENAME}419
PORTVERSION= ${SAMBA4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= ${SAMBA4_DISTNAME}
diff --git a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
--- a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
+++ b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
@@ -70,7 +70,7 @@
/* Linux */
{ "/proc/self/fd/%d", "/proc/self/fd/0" },
+ /* FreeBSD */
-+ { "/compat/linux/dev/fd/%d", "/compat/linux/dev/fd/0" },
++ { "/var/run/samba4/fd/%d", "/var/run/samba4/fd/0" },
{ NULL, NULL },
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 7:21 PM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15760658
Default Alt Text
D48313.diff (888 B)
Attached To
Mode
D48313: net/samba419: Fix procfd search patterns for FreeBSD
Attached
Detach File
Event Timeline
Log In to Comment