Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 19:31:26 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41101: patch: fix editors/xed 
Message-ID:  <200207290231.g6T2VQ8G071509@vectors.cx>

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

>Number:         41101
>Category:       ports
>Synopsis:       patch: fix editors/xed
>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:   Sun Jul 28 19:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	remove malloc declarations. can't figure out their purpose.
	
>How-To-Repeat:
	
>Fix:

	

	this patches editors/xed/Makefile

--- xed.patch begins here ---
--- Makefile.orig	Thu Aug  3 02:23:01 2000
+++ Makefile	Sun Jul 28 19:21:33 2002
@@ -17,6 +17,10 @@
 
 USE_IMAKE=	yes
 USE_XPM=	yes
+USE_REINPLACE=yes
 MAN1=		xed.1
 
+pre-build:
+	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
+		's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
 .include <bsd.port.mk>
--- xed.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?200207290231.g6T2VQ8G071509>