Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 16:39:41 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568583 - in head: sysutils/mxkill/files x11/mxascii/files
Message-ID:  <202103161639.12GGdfVc093333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Mar 16 16:39:41 2021
New Revision: 568583
URL: https://svnweb.freebsd.org/changeset/ports/568583

Log:
  sysutils/mxkill x11/mxascii: Fix FreeBSD-11 build
  
  FreeBSD-11 still contains #error in malloc.h rather than include
  stdlib.h.
  
  Reported by:	linimon

Added:
  head/sysutils/mxkill/files/patch-xhead.h   (contents, props changed)
  head/x11/mxascii/files/patch-xhead.h   (contents, props changed)

Added: head/sysutils/mxkill/files/patch-xhead.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mxkill/files/patch-xhead.h	Tue Mar 16 16:39:41 2021	(r568583)
@@ -0,0 +1,10 @@
+--- xhead.h.orig	1997-03-02 11:06:48.000000000 -0800
++++ xhead.h	2021-03-16 08:52:47.491466000 -0700
+@@ -26,7 +26,6 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <memory.h>
+ #include <ctype.h>
+ #include <string.h>

Added: head/x11/mxascii/files/patch-xhead.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/mxascii/files/patch-xhead.h	Tue Mar 16 16:39:41 2021	(r568583)
@@ -0,0 +1,10 @@
+--- xhead.h.orig	1996-06-18 15:52:31.000000000 -0700
++++ xhead.h	2021-03-16 08:52:44.972493000 -0700
+@@ -26,7 +26,6 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <memory.h>
+ #include <ctype.h>
+ #include <string.h>



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