svn commit: r384239 - in head/games/gtkradiant: . files

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Apr 22 10:30:25 UTC 2015


* Alexey Dokuchaev (danfe at 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 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-all mailing list