Date: Thu, 23 Sep 2004 21:16:44 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: steve@FreeBSD.org Subject: ports/72033: [PATCH] devel/pmake: unbreak on 5.x Message-ID: <20040923131644.BBCBC3E9D35@utopia.leeym.com> Resent-Message-ID: <200409231320.i8NDKOTn086635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040923131644.BBCBC3E9D35>