Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 18:47:35 -0600 (CST)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daichi@FreeBSD.org
Subject:   ports/74222: erroneous NUL character in ports/lang/gdc/Makefile
Message-ID:  <200411220047.iAM0lZMa004526@dolphin.local.net>
Resent-Message-ID: <200411220050.iAM0oTQQ078059@freefall.freebsd.org>

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

>Number:         74222
>Category:       ports
>Synopsis:       erroneous NUL character in ports/lang/gdc/Makefile
>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 Nov 22 00:50:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
none
>Environment:
System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Sun Nov 21 12:52:12 CST 2004 conrads@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	ports/lang/gdc/Makefile contains an erroneous NUL (ascii \000) 
	character
>How-To-Repeat:
	just look at the Makefile in any viewer/editor/shell which 
	displays unprintable characters
>Fix:
	apply the following patch

--- Makefile.orig       Sun Nov 21 18:38:57 2004
+++ Makefile    Sun Nov 21 18:39:27 2004
@@ -39,7 +39,7 @@

 .if ${OSVERSION} < 500000
 IGNORE=                "It is supported on FreeBSD 5.x and later"
-.endif
+.endif

 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=      x86_64-portbld-freebsd${OSREL}


>Release-Note:
>Audit-Trail:
>Unformatted:



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