svn commit: r345067 - in head/devel/smv: . files

Emanuel Haupt ehaupt at FreeBSD.org
Fri Mar 7 07:12:26 UTC 2014


Alexey Dokuchaev <danfe at FreeBSD.org> wrote:
> On Wed, Feb 19, 2014 at 11:22:02AM +0000, Emanuel Haupt wrote:
> > New Revision: 345067
> > URL: http://svnweb.freebsd.org/changeset/ports/345067
> > QAT: https://qat.redports.org/buildarchive/r345067/
> > 
> > +USE_GCC=	yes
> > [...]
> > + EXEC = smv
> > +-CC = gcc
> > ++CC ?= gcc
> 
> Was this part intended?  It's was not mentioned in the log.  How hard

Yes. This port was not CC safe. Without it gcc would obviously be
forced and failed on systems withouth gcc in the base i.e. 10.0-RELEASE.

> would it be to fix the port to build properly with Clang?

I don't know, I haven't tried. Why don't you give it a try? My priority
at the moment is staging along with things I see on the go. There is
always more that could be done.

> Also, INSTALL_MAN was heavily abused instead of INSTALL_DATA, it
> seems.

Agree. Now that you've noticed it and thanks to the released approval
policy you can go ahead and fix it right away! :-)

Emanuel


More information about the svn-ports-head mailing list