/[ports]/head/games/gtkradiant/files/patch-radiant_treemodel.cpp
ViewVC logotype

Log of /head/games/gtkradiant/files/patch-radiant_treemodel.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 384550 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 23 07:26:09 2015 UTC (9 years, 2 months ago) by danfe
File length: 1933 byte(s)
Diff to previous 384527
- 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)


Revision 384527 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 22 22:53:03 2015 UTC (9 years, 2 months ago) by amdmi3
File length: 1937 byte(s)
Diff to previous 384241
- Fix build on 64 bit architectures (cast from pointer to int loses precision)
- Drop @dirrm* from plist
- Add empty directories to plist

Approved by:	portmgr blanket


Revision 384241 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 18 17:10:26 2015 UTC (9 years, 2 months ago) by danfe
File length: 1887 byte(s)
Diff to previous 384239
Oops, incomplete version of the patch was committed in r384239.


Revision 384239 - (view) (download) (annotate) - [select for diffs]
Added Sat Apr 18 16:29:01 2015 UTC (9 years, 2 months ago) by danfe
File length: 1230 byte(s)
- 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


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.27