svn commit: r367883 - in head: Mk lang/gcc

Adam Weinberger adamw at adamw.org
Wed Sep 10 22:19:30 UTC 2014


On 10 Sep, 2014, at 17:32, Gerald Pfeifer <gerald at pfeifer.com> wrote:

> On Wed, 10 Sep 2014, Bryan Drewery wrote:
>> Thanks for writing up a summary of changes. Very useful. I learned 
>> about AddressSanitizer being supported.
> 
> You are very welcome!  (I haven't tested AddressSanitizer myself, 
> but think I recall a positive report by a user.  If it does not 
> work properly we might look into lang/gcc49 or lang/gcc5.)
> 
> 
> On a related note, when trying to commit the PORTREVISION bump 
> related to this commit, I ended up with:
> 
>  svn: E165001: Commit failed (details follow):
>  svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
>  Do not commit ports with NOPORTDOCS or NOPORTEXAMPLES.
>  The port must be converted to proper OPTIONS.  See
>  http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html
> 
> Not super helpful since it did not indicate which of the 1000+ ports 
> actually failed this test. ;-)  I could bypass this using Approved:
> portmgr (implicit).

The only remaining instances of NOPORTDOCS and NOPORTEXAMPLES are where it is passed through MAKE_ENV or MAKE_ARGS to ports.

Well, that and devel/rubygem-activesupport{,4} which mysteriously sets NOPORTDOCS=yes, but anything goes in ruby@ ports.

The NOPORT* hooks could probably safely be altered not to match on MAKE_{ENV,ARGS}.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-head mailing list