Page MenuHomeFreeBSD

D48313.diff
No OneTemporary

D48313.diff

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

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)

Event Timeline