Bug 118340 - [patch] games/deal fix build + adopt maintainship -- test for ia64 needed!
Summary: [patch] games/deal fix build + adopt maintainship -- test for ia64 needed!
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 23:10 UTC by Pietro Cerutti
Modified: 2007-11-30 12:40 UTC (History)
0 users

See Also:


Attachments
_deal.diff (3.10 KB, patch)
2007-11-29 23:10 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-11-29 23:10:01 UTC

The following patch:

- fixes the build process through the port's Makefile
- fixes some code (type mismatches, undefined behaviour, obsolescent features, ...)
- adoptes maintainship

CFT!
I think it should build on ia64, but I can't test it myself! Any feedback is welcome!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-29 23:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-30 12:35:44 UTC
miwi        2007-11-30 12:35:36 UTC

  FreeBSD ports repository

  Modified files:
    games/deal           Makefile 
    games/deal/files     patch-deal.c 
  Log:
  - Fix build with gcc 4.2
  = Pass maintainership to submitter
  
  PR:             118340
  Submitted by:   Pietro Cerutti <gahr@gahr.ch>
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.12      +5 -9      ports/games/deal/Makefile
  1.2       +76 -5     ports/games/deal/files/patch-deal.c
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2007-11-30 12:35:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!