Date: Mon, 24 Aug 2020 13:07:38 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546083 - head/net/netatalk3/files Message-ID: <202008241307.07OD7cM9048754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Mon Aug 24 13:07:38 2020 New Revision: 546083 URL: https://svnweb.freebsd.org/changeset/ports/546083 Log: Grr...actually apply the diff to the port. I reviewed the code, but simply copied over the file. Actually apply the diff to create a usable patch to fix the -fno-common issue. Modified: head/net/netatalk3/files/patch-etc_afpd_directory.h Modified: head/net/netatalk3/files/patch-etc_afpd_directory.h ============================================================================== --- head/net/netatalk3/files/patch-etc_afpd_directory.h Mon Aug 24 12:59:34 2020 (r546082) +++ head/net/netatalk3/files/patch-etc_afpd_directory.h Mon Aug 24 13:07:38 2020 (r546083) @@ -1,14 +1,11 @@ ---- net/netatalk3/files/patch-etc_afpd_directory.h (nonexistent) -+++ net/netatalk3/files/patch-etc_afpd_directory.h (working copy) -@@ -0,0 +1,11 @@ -+--- etc/afpd/directory.h.orig 2014-12-11 11:27:44 UTC -++++ etc/afpd/directory.h -+@@ -91,7 +91,7 @@ struct maccess { -+ #define AR_UWRITE (1<<2) -+ #define AR_UOWN (1<<7) -+ -+-q_t *invalid_dircache_entries; -++extern q_t *invalid_dircache_entries; -+ -+ typedef int (*dir_loop)(struct dirent *, char *, void *); -+ +--- etc/afpd/directory.h.orig 2014-12-11 11:27:44 UTC ++++ etc/afpd/directory.h +@@ -91,7 +91,7 @@ struct maccess { + #define AR_UWRITE (1<<2) + #define AR_UOWN (1<<7) + +-q_t *invalid_dircache_entries; ++extern q_t *invalid_dircache_entries; + + typedef int (*dir_loop)(struct dirent *, char *, void *); +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008241307.07OD7cM9048754>