From owner-freebsd-ports Sun Jul 28 19:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5088F37B400 for ; Sun, 28 Jul 2002 19:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A183843E77 for ; Sun, 28 Jul 2002 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T2e2JU043425 for ; Sun, 28 Jul 2002 19:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T2e2nQ043424; Sun, 28 Jul 2002 19:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D6537B400 for ; Sun, 28 Jul 2002 19:30:52 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DEF43E31 for ; Sun, 28 Jul 2002 19:30:52 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (f939e22f9f5dcd8ddf831fa562b3c132@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T2VQ2e071510 for ; Sun, 28 Jul 2002 19:31:26 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T2VQ8G071509; Sun, 28 Jul 2002 19:31:26 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290231.g6T2VQ8G071509@vectors.cx> Date: Sun, 28 Jul 2002 19:31:26 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41101: patch: fix editors/xed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 --- 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