With "ORGANIZATION" defined (as above) in the environment build blows up in subversion. The offending file appears to be /usr/src/usr.bin/svn/svn/Makefile, which echoes the variable into an include file without quotes around the string literal; said define is then used in the source without being quoted. Fix: [root@NewFS /usr/src/usr.bin/svn/svn]# diff -c Makefile.orig Makefile How-To-Repeat: Define "ORGANIZATION" in your environment on a checked-out copy of 10-STABLE's source and type "make buildworld"
Fixed already in: r278607 | gjb | 2015-02-11 16:17:14 -0800 (Wed, 11 Feb 2015) | 9 lines Reduce number of lines to set ORGANIZATION_NAME in freebsd-organization.h. Patched by: ian PR: 197540 MFC after: 3 days X-MFC-with: r278603 Sponsored by: The FreeBSD Foundation