ports/74222: erroneous NUL character in ports/lang/gdc/Makefile

Conrad J. Sabatier conrads at cox.net
Mon Nov 22 00:50:31 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list