Date: Mon, 7 Oct 2002 17:54:37 +0400 (MSD) From: Maxim Maximov <mcsi@agava.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43768: fix build of x11-toolkits/mesgui Message-ID: <200210071354.g97Dsbvw009190@ultra.domain>
next in thread | raw e-mail | index | archive | help
>Number: 43768 >Category: ports >Synopsis: fix build of x11-toolkits/mesgui >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 07 07:00:12 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Maxim Maximov >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD ultra.domain 4.7-RC FreeBSD 4.7-RC #9: Fri Oct 4 12:38:44 MSD 2002 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386 >Description: fix build of x11-toolkits/mesgui source files contain \r\n sequence. >How-To-Repeat: >Fix: --- Makefile.orig Mon Oct 7 17:20:13 2002 +++ Makefile Mon Oct 7 17:52:27 2002 @@ -26,6 +26,7 @@ @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s,OPT =,OPT+=,g" \ -e "s|-I/usr|-I${LOCALBASE}|g" -e "s,SDL,SDL11,g" \ ${WRKSRC}/Makefile + ${PERL} -pi -e "s!\r\n!\n!g" ${WRKSRC}/src/*.cpp ${WRKSRC}/src/*.h do-install: ${INSTALL_DATA} ${WRKSRC}/include/mesgui.h ${PREFIX}/include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210071354.g97Dsbvw009190>