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
Responsible Changed From-To: freebsd-ports-bugs->daichi Over to maintainer.
State Changed From-To: open->closed Committed. Thanks!