Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 02:25:16 +0800 (CST)
From:      tjs <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        matusita <matusita@FreeBSD.org>
Subject:   ports/75325: ports/mail/popfile Syntax error: Unterminated quoted string
Message-ID:  <200412201825.iBKIPGNp058088@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200412201830.iBKIUdqH009758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75325
>Category:       ports
>Synopsis:       ports/mail/popfile Syntax error: Unterminated quoted string
>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:   Mon Dec 20 18:30:38 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
NSYSU-CDPA
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 17:36:06 CST 2004 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386


>Description:
	Syntax error in Makefile, loss right quoted string.
>How-To-Repeat:
	go to ports/mail/popfile and make
>Fix:

--- Makefile.orig       Tue Dec 21 02:17:36 2004
+++ Makefile    Tue Dec 21 02:23:56 2004
@@ -94,7 +94,7 @@
        @${ECHO_CMD} "        (Kanji Kana Simple Inverter.)  If you need Japanese email support,"
        @${ECHO_CMD} "        enable this option to install japanese/p5-Text-Kakasi."
 .if ${PERL_LEVEL} < 500800
-       @${ECHO_CMD} "        If you still using perl 5.6 or before, a hacky patch (use jcode.pl
+       @${ECHO_CMD} "        If you still using perl 5.6 or before, a hacky patch (use jcode.pl"
        @${ECHO_CMD} "        instead of Encode::from_to) is applied for using POPFile."
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412201825.iBKIPGNp058088>