From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 26 17:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8FF4244E for ; Wed, 26 Jun 2013 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5CC4B10C7 for ; Wed, 26 Jun 2013 17:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5QHK2oD069317 for ; Wed, 26 Jun 2013 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5QHK2QF069316; Wed, 26 Jun 2013 17:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 26 Jun 2013 17:20:02 GMT Resent-Message-Id: <201306261720.r5QHK2QF069316@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B65B52B8 for ; Wed, 26 Jun 2013 17:13:20 +0000 (UTC) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCF9107E for ; Wed, 26 Jun 2013 17:13:19 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.7/8.14.7) with ESMTP id r5QHALO3084324 for ; Wed, 26 Jun 2013 10:10:21 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.7/8.14.7/Submit) id r5QHALuL084323; Wed, 26 Jun 2013 10:10:21 -0700 (PDT) (envelope-from glewis) Message-Id: <201306261710.r5QHALuL084323@misty.eyesbeyond.com> Date: Wed, 26 Jun 2013 10:10:21 -0700 (PDT) From: Greg Lewis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/180005: DOS2UNIX doesn't print out the files it's converting X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Greg Lewis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 17:20:02 -0000 >Number: 180005 >Category: ports >Synopsis: DOS2UNIX doesn't print out the files it's converting >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 26 17:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 8.4-RELEASE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD misty.eyesbeyond.com 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r250991: Sat May 25 14:12:15 PDT 2013 root@misty.eyesbeyond.com:/usr/obj/usr/src/sys/MISTY i386 >Description: When using the USE_DOS2UNIX macro, the message printed out doesn't include the file name. The intention of the code appears to be that the file name should be included. >How-To-Repeat: Build java/openjdk7. Near the start of the build you'll see the output: ===> Converting DOS text file to UNIX text file: Note the lack of anything after the colon. >Fix: Index: bsd.port.mk =================================================================== --- bsd.port.mk (revision 321581) +++ bsd.port.mk (working copy) @@ -3570,9 +3570,9 @@ ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's/ $$//' .else - @${ECHO_MSG} "===> Converting DOS text file to UNIX text file: ${f}" .if ${USE_DOS2UNIX:M*/*} .for f in ${USE_DOS2UNIX} + @${ECHO_MSG} "===> Converting DOS text file to UNIX text file: ${f}" @${REINPLACE_CMD} -i '' -e 's/ $$//' ${WRKSRC}/${f} .endfor >Release-Note: >Audit-Trail: >Unformatted: