Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2020 09:54:01 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529039 - head/sysutils/e2fsprogs/files
Message-ID:  <202003240954.02O9s1Qo003712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Mar 24 09:54:00 2020
New Revision: 529039
URL: https://svnweb.freebsd.org/changeset/ports/529039

Log:
  sysutils/e2fsprogs: Add a note about _XOPEN_SOURCE patching vs SIGINFO
  
  This only affects a non-applied banner text for a patch, so
  no code changes, no rebuilds, no PORTREVISION bump.

Modified:
  head/sysutils/e2fsprogs/files/patch-e2fsck__unix.c

Modified: head/sysutils/e2fsprogs/files/patch-e2fsck__unix.c
==============================================================================
--- head/sysutils/e2fsprogs/files/patch-e2fsck__unix.c	Tue Mar 24 09:32:13 2020	(r529038)
+++ head/sysutils/e2fsprogs/files/patch-e2fsck__unix.c	Tue Mar 24 09:54:00 2020	(r529039)
@@ -1,3 +1,7 @@
+// SIGINFO is a Berkeley extension, so we need to
+// remove the #define _XOPEN_SOURCE 600
+// It would hide all non-POSIX declarations, including SIGINFO.
+
 --- e2fsck/unix.c.orig	2020-03-21 04:24:04 UTC
 +++ e2fsck/unix.c
 @@ -9,8 +9,6 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003240954.02O9s1Qo003712>