From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 23 13:20:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C2016A4CE for ; Thu, 23 Sep 2004 13:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA3D843D1F for ; Thu, 23 Sep 2004 13:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8NDKOi4086636 for ; Thu, 23 Sep 2004 13:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8NDKOTn086635; Thu, 23 Sep 2004 13:20:24 GMT (envelope-from gnats) Resent-Date: Thu, 23 Sep 2004 13:20:24 GMT Resent-Message-Id: <200409231320.i8NDKOTn086635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663FD16A4CE; Thu, 23 Sep 2004 13:16:48 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5C243D41; Thu, 23 Sep 2004 13:16:48 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 3C47B3E9D36; Thu, 23 Sep 2004 21:16:47 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32594-10; Thu, 23 Sep 2004 21:16:44 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id BBCBC3E9D35; Thu, 23 Sep 2004 21:16:44 +0800 (CST) Message-Id: <20040923131644.BBCBC3E9D35@utopia.leeym.com> Date: Thu, 23 Sep 2004 21:16:44 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: steve@FreeBSD.org Subject: ports/72033: [PATCH] devel/pmake: unbreak on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 13:20:25 -0000 >Number: 72033 >Category: ports >Synopsis: [PATCH] devel/pmake: unbreak on 5.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 23 13:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - unbreak this port on 5.x Port maintainer (steve@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-5-full/pmake-2.1.36.log >Fix: --- pmake-2.1.36.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/pmake/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 16 Dec 2003 01:52:46 -0000 1.9 +++ Makefile 23 Sep 2004 13:16:07 -0000 @@ -22,8 +22,12 @@ MAKEFILE= makefile ALL_TARGET= pmake PMAKE_ENV= ${MAKE_ENV} MAKE=${PREFIX}/bin/pmake +USE_REINPLACE= yes MAN1= pmake.1 +post-patch: + @${REINPLACE_CMD} '/memmove/d' ${WRKSRC}/lib/include/sprite.h + # # Define this if you want to build and install with the 'customs' # server support and the pmake to match. Note, you'll still get @@ -47,7 +51,7 @@ @${ECHO_CMD} -e 'customs\t\t8231/udp\t# pmake customs server'>>/etc/services .else do-install:: - @(cd ${WRKSRC}/doc; ${SETENV} ${PMAKE_ENV} ${PREFIX}/bin/pmake) + @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE}) ${INSTALL_MAN} ${WRKSRC}/doc/pmake.1 ${PREFIX}/man/man1 .endif Index: files/patch-ae =================================================================== RCS file: /home/pcvs/ports/devel/pmake/files/patch-ae,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 patch-ae --- files/patch-ae 15 Nov 1998 22:54:25 -0000 1.1.1.1 +++ files/patch-ae 23 Sep 2004 13:16:07 -0000 @@ -3,7 +3,8 @@ @@ -19,7 +19,7 @@ # most of the stuff here is machine independent .EXPORT: - +- ++.NOEXPORT: -MANDIR = /usr/local/man +MANDIR = $(PREFIX)/man MANEXT1 = 1 --- pmake-2.1.36.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: