Bug 74222 - erroneous NUL character in ports/lang/gdc/Makefile
Summary: erroneous NUL character in ports/lang/gdc/Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Daichi GOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 00:50 UTC by Conrad J. Sabatier
Modified: 2004-11-22 11:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2004-11-22 00:50:29 UTC
	ports/lang/gdc/Makefile contains an erroneous NUL (ascii \000) 
	character

Fix: apply the following patch



.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}--FP0EoHbjspJyJ01yIydnv2tAzVyEwxwDsZpywbKEMn5wuWKB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Sun Nov 21 18:38:57 2004
+++ Makefile    Sun Nov 21 18:39:27 2004
@@ -39,7 +39,7 @@
How-To-Repeat: 	just look at the Makefile in any viewer/editor/shell which 
	displays unprintable characters
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-22 10:51:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->daichi

Over to maintainer.
Comment 2 Daichi GOTO freebsd_committer freebsd_triage 2004-11-22 11:35:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!