Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2002 17:40:35 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43643: [patch] fix x11/props - *alloc-related build breakage
Message-ID:  <200210040040.g940eZBG006526@vectors.cx>

next in thread | raw e-mail | index | archive | help

>Number:         43643
>Category:       ports
>Synopsis:       [patch] fix x11/props - *alloc-related build breakage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 03 17:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #27: Wed Oct 2 13:15:44 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	as per http://bento.freebsd.org/errorlogs/4-latest/props-1.0.log, the
	build of x11/props is busted, due to an *alloc clash.

	provided is a patch for one of the patches.
	
>How-To-Repeat:
	
>Fix:

	

	patch that patches the patch to patch the *alloc clash. full of patchy
	goodness.

--- props.patch.patch.patch begins here ---
--- x11/props/files/patch-ab.orig	Thu Oct  3 17:32:10 2002
+++ x11/props/files/patch-ab	Thu Oct  3 17:32:20 2002
@@ -1,6 +1,6 @@
---- l10n_read.c.orig	Sat Nov  8 01:21:25 1997
-+++ l10n_read.c	Sun Nov  9 01:44:10 1997
-@@ -18,7 +18,7 @@
+--- l10n_read.c.orig	Fri Nov  7 17:21:25 1997
++++ l10n_read.c	Thu Oct  3 17:30:45 2002
+@@ -18,15 +18,17 @@
  #include	"l10n_props.h"
  
  
@@ -9,7 +9,17 @@
  
  #define	NAME_SEPARATOR		'='
  #define	FIELD_SEPARATOR		'|'
-@@ -72,8 +72,9 @@
+ #define	ITEM_SEPARATOR		';'
+ 
+ 
++#ifndef __FreeBSD__
+ extern char	*malloc();
+ extern char	*calloc();
++#endif
+ 
+ 
+ /*
+@@ -72,8 +74,9 @@
  	/*  
  	 * Find path for localization configuration files under
  	 * $OPENWINHOME/share/locale/<locale>/props
--- props.patch.patch.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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