freebsd-ports/games/gtkradiant
Alexey Dokuchaev 3fb6cf8e52 - Fix broken communication with external tools (e.g. q2map): GtkRadiant's
network library (libs/l_net) defines its own struct sockaddr_s, which
  has single ``short sa_family'' field instead of ``unsigned char sa_len''
  and ``sa_family_t sa_family'' of struct sockaddr; this, in turn, causes
  problems when sockaddr_s objects bogusly used as sockaddr ones, e.g.:

    connect(4, { sa_len = 2, sa_family = 0, ...) ERR#47 'Address family
    not supported by protocol family'

- Fix missing main window icon by calling pixbuf_new_from_file_with_mask()
  with correct filepath
- Since these changes are likely to improve GtkRadiant user's experience,
  tentatively bump port revision
- Fix comment indentation in `radiant/treemodel.cpp' (broken in r384527)
2015-04-23 07:26:09 +00:00
..
files - Fix broken communication with external tools (e.g. q2map): GtkRadiant's 2015-04-23 07:26:09 +00:00
distinfo
Makefile - Fix broken communication with external tools (e.g. q2map): GtkRadiant's 2015-04-23 07:26:09 +00:00
pkg-descr
pkg-plist - Fix build on 64 bit architectures (cast from pointer to int loses precision) 2015-04-22 22:53:03 +00:00