Date: Thu, 23 Sep 2004 22:01:57 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rewsirow@ff.iij4u.or.jp Subject: ports/72034: [PATCH] converters/uudx: unbreak on 5.x Message-ID: <20040923140157.944183E9D31@utopia.leeym.com> Resent-Message-ID: <200409231410.i8NEA9oA096267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72034 >Category: ports >Synopsis: [PATCH] converters/uudx: 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 14:10:09 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 on 5.x Port maintainer (rewsirow@ff.iij4u.or.jp) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- uudx-2.99.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/converters/uudx/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 25 Feb 2004 14:19:57 -0000 1.14 +++ Makefile 23 Sep 2004 14:01:20 -0000 @@ -26,9 +26,13 @@ MANLANG= ja MAN1= uudx.1 PLIST_FILES= bin/uudx +USE_REINPLACE= yes pre-patch: @${ECHO_MSG} "===> Installing custom Makefile for ${DISTNAME}" @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) + +post-patch: + @${REINPLACE_CMD} -e '/sprintf()/d' ${WRKSRC}/uudx.c .include <bsd.port.mk> --- uudx-2.99.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?20040923140157.944183E9D31>