Date: Thu, 19 Mar 2009 14:47:20 -0400 (EDT) From: Steven Kreuzer <skreuzer@exit2shell.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: spam@rm-rf.kiev.ua Subject: ports/132823: [PATCH] devel/p5-SDL: Fix typo Message-ID: <200903191847.n2JIlKb4080276@slurry.exit2shell.com> Resent-Message-ID: <200903191850.n2JIo3n4067281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132823 >Category: ports >Synopsis: [PATCH] devel/p5-SDL: Fix typo >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 Mar 19 18:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008 >Description: I have a feeling "lunch" really should be "launch" Port maintainer (spam@rm-rf.kiev.ua) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SDL-2.1.3.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/devel/p5-SDL/Makefile,v retrieving revision 1.26 diff -u -u -r1.26 Makefile --- Makefile 26 Dec 2008 08:37:43 -0000 1.26 +++ Makefile 19 Mar 2009 18:46:33 -0000 @@ -96,7 +96,7 @@ PERL_THREADED=`${PERL} -V | ${GREP} -- -Dusethreads=y || ${TRUE}`; \ if [ -z ${PERL_THREADED} ]; then \ ${ECHO_MSG} "SDL_PERL must be built with a threaded Perl, reinstall Perl with WITH_THREADS=yes"; \ - ${ECHO_MSG} "or lunch any program that use this port with LD_PRELOAD=/usr/lib/libc_r.so"; \ + ${ECHO_MSG} "or launch any program that use this port with LD_PRELOAD=/usr/lib/libc_r.so"; \ fi; \ fi --- p5-SDL-2.1.3.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?200903191847.n2JIlKb4080276>