freebsd-ports/games/gtkradiant/files
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
..
extra-patch-libs__bytestreamutils.h
extra-patch-libs__math__vector.h
gtkradiant.in
patch-contrib__bobtoolz__misc.cpp
patch-include__igl.h
patch-install.py
patch-libs__cmdlib__cmdlib.cpp
patch-libs__l_net__l_net.c
patch-libs__xml__xmlparser.h
patch-libs_l__net_l__net__berkley.c - Fix broken communication with external tools (e.g. q2map): GtkRadiant's 2015-04-23 07:26:09 +00:00
patch-makeversion.py
patch-plugins__imagepng__plugin.cpp
patch-radiant__brushmanip.cpp
patch-radiant__commands.cpp
patch-radiant__mainframe.cpp - Fix broken communication with external tools (e.g. q2map): GtkRadiant's 2015-04-23 07:26:09 +00:00
patch-radiant__qe3.cpp
patch-radiant__qgl.cpp
patch-radiant__select.cpp
patch-radiant__url.cpp
patch-radiant__watchbsp.cpp
patch-radiant_treemodel.cpp - Fix broken communication with external tools (e.g. q2map): GtkRadiant's 2015-04-23 07:26:09 +00:00
patch-SConscript
patch-SConstruct
patch-tools__quake2__common__threads.c
patch-tools__quake2__qdata_heretic2__common__threads.c
patch-tools__quake3__common__threads.c
patch-tools__quake3__q3map2__image.c