Bug 127385 - [PATCH] games/hex-a-hop: fix on 64 bit systems, use DATADIR
Summary: [PATCH] games/hex-a-hop: fix on 64 bit systems, use DATADIR
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-14 19:10 UTC by Dmitry Marakasov
Modified: 2014-06-16 04:29 UTC (History)
2 users (show)

See Also:


Attachments
hex-a-hop-1.0.0_4.patch (3.92 KB, patch)
2008-09-14 19:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2008-09-14 19:10:00 UTC
- Fix build and runtime errors on 64bit systems (sparc64 untested)
- Use DATADIR instead of unexpected share/games

Added file(s):
- files/patch-hex_puzzzle.cpp
- files/patch-menus.h

Port maintainer (jamie@bishopston.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-14 19:10:08 UTC
Maintainer of games/hex-a-hop,

Please note that PR ports/127385 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127385

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-14 19:10:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-14 19:32:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

My PR.
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-30 10:20:23 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-09-30 10:20:28 UTC
amdmi3      2008-09-30 09:20:15 UTC

  FreeBSD ports repository

  Modified files:
    games/hex-a-hop      Makefile pkg-plist 
  Added files:
    games/hex-a-hop/files patch-hex_puzzzle.cpp patch-menus.h 
  Log:
  - Fix build errors and runtime issues on 64 bit platforms
  - Use DATADIR
  
  PR:             127385
  Submitted by:   myself
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.8       +5 -9      ports/games/hex-a-hop/Makefile
  1.1       +11 -0     ports/games/hex-a-hop/files/patch-hex_puzzzle.cpp (new)
  1.1       +11 -0     ports/games/hex-a-hop/files/patch-menus.h (new)
  1.2       +12 -13    ports/games/hex-a-hop/pkg-plist
_______________________________________________
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 6 Jamie Jones 2008-10-19 16:05:59 UTC
PATCH APPROVED (Sorry for delay, been away over a month)

jamie.