Date: Wed, 14 Nov 2012 13:43:29 -0500 From: Greg Larkin <glarkin@FreeBSD.org> To: Paul Schmehl <pschmehl_lists@tx.rr.com> Cc: FreeBSD Ports List <freebsd-ports@freebsd.org> Subject: Re: Forgot the -D syntax Message-ID: <50A3E651.9000604@FreeBSD.org> In-Reply-To: <F50FF2643C9D7303DD35E063@utd71538.campus.ad.utdallas.edu> References: <F50FF2643C9D7303DD35E063@utd71538.campus.ad.utdallas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/14/12 1:10 PM, Paul Schmehl wrote: > I'm having a problem installing x11-fonts/fontsproto. I'm getting > this error: Fix document syntax or use --skip-validation option > > For the life of me I can't remember what the syntax is to > incorporate this into the make. I've tried > -DWITH---skip-validation and several other combinations without > success. > > Can somebody please refresh my memory??? > Hi Paul, Without having looking at the port at all, it sounds like that's an option that needs to be passed to the configure phase. If so, you add this to the port Makefile: CONFIGURE_ARGS+= --skip-validation Alternately, you could add something similar to /etc/make.conf, wrapped with a check for the proper port directory. Then the question is whether this is a bug in the port as it stands or a problem in your local environment that requires this option to be enabled. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Darwin) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCj5lAACgkQ0sRouByUApARhACguLoOVgQ9m/bxB8mq6fPbQe2+ S7kAn3i11aQoRapYc6qKlaTmTCXvTEUH =Euju -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50A3E651.9000604>