Bug 120860

Summary: [patch] games/atr3d unbreak fix build on 64 bits platforms + adopt maintainship
Product: Ports & Packages Reporter: Pietro Cerutti <gahr>
Component: Individual Port(s)Assignee: Pietro Cerutti <gahr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
_atr3d.diff none

Description Pietro Cerutti 2008-02-19 23:20:01 UTC

It's sad, but there's still people casting void pointers to int...

While at it, fix a few const string deprecated conversions and adopt maintainship
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-19 23:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-20 23:29:06 UTC
Responsible Changed
From-To: miwi->gahr

Submitter is now Committer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-25 21:44:35 UTC
gahr        2008-02-25 21:44:26 UTC

  FreeBSD ports repository

  Modified files:
    games/atr3d          Makefile 
  Added files:
    games/atr3d/files    patch-init.cpp patch-mainplayerthread.cpp 
                         patch-menu.cpp patch-radar.cpp 
                         patch-servergame.cpp 
  Log:
  - Fix build on 64-bits platforms
  - Adopt maintainship
  
  PR:      120860
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.27      +2 -10     ports/games/atr3d/Makefile
  1.1       +31 -0     ports/games/atr3d/files/patch-init.cpp (new)
  1.1       +42 -0     ports/games/atr3d/files/patch-mainplayerthread.cpp (new)
  1.1       +24 -0     ports/games/atr3d/files/patch-menu.cpp (new)
  1.1       +11 -0     ports/games/atr3d/files/patch-radar.cpp (new)
  1.1       +11 -0     ports/games/atr3d/files/patch-servergame.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Pietro Cerutti freebsd_committer freebsd_triage 2008-02-25 22:12:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!