From owner-freebsd-ports Sun Oct 27 4:50: 7 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 2AC3937B404 for ; Sun, 27 Oct 2002 04:50:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FF943E42 for ; Sun, 27 Oct 2002 04:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RCo3x3079599 for ; Sun, 27 Oct 2002 04:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RCo3vl079598; Sun, 27 Oct 2002 04:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA8E37B401 for ; Sun, 27 Oct 2002 04:46:51 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58EC043E3B for ; Sun, 27 Oct 2002 04:46:51 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 185moc-0001Cj-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 2002 12:46:50 +0000 Message-Id: Date: Sun, 27 Oct 2002 12:46:50 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44523: Maintainer port update: lang/malbolge 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: 44523 >Category: ports >Synopsis: Maintainer port update: lang/malbolge >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 04:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: PERL -> REINPLACE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/lang/malbolge/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 14 Jun 2001 17:13:18 -0000 1.1 +++ Makefile 27 Oct 2002 12:44:01 -0000 @@ -13,8 +13,10 @@ MAINTAINER= simond@irrelevant.org +USE_REINPLACE= yes + post-patch: - ${PERL} -pi -e "s|||g" ${WRKSRC}/malbolge.c + @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/malbolge.c do-build: ${CC} ${CFLAGS} ${WRKSRC}/malbolge.c -o ${WRKSRC}/malbolge >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message