Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 13:30:06 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r384239 - in head/games/gtkradiant: . files
Message-ID:  <20150422103006.GB4186@hades.panopticon>
In-Reply-To: <201504181629.t3IGT1eP029667@svn.freebsd.org>
References:  <201504181629.t3IGT1eP029667@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Alexey Dokuchaev (danfe@FreeBSD.org) wrote:
> Author: danfe
> Date: Sat Apr 18 16:29:01 2015
> New Revision: 384239
> URL: https://svnweb.freebsd.org/changeset/ports/384239
> 
> Log:
>   - Fix the build against modern libpng (do not try to access private data)
>   - Clang insists that reference cannot be bound to dereferenced null pointer
>     in well-defined C++ code (that is correct) and evaluates comparisons like
>     &foo == 0 to false, which breaks GtkRadiant; "fix" this with a dirty hack
>     by casting those "bad" references to a local volatile int variable
>   - Remove no longer required and no-op -lpthread vs. -pthread patch hunk
>   - Report operating system and correct compiler version in the About dialog
>   - When fixing annoying "GtkSpinButton: setting an adjustment with non-zero
>     page size is deprecated" warnings, replace find(1) with grep(1) to narrow
>     down initial search results and, subsequently, sed(1) furiousness
>   - Omit port revision bump as the port was BROKEN for quite some time

gtk- and netradiant are now broken on amd64.

While here, don't miss https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199562

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150422103006.GB4186>