Bug 153922 - [PATCH] games/sudoku_solver: update to 1.20
Summary: [PATCH] games/sudoku_solver: update to 1.20
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 09:20 UTC by Rainer Hurling
Modified: 2011-01-13 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.28 KB, patch)
2011-01-12 09:20 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2011-01-12 09:20:09 UTC
Update from version 1.11 (2006-03-25) to version 1.20 (2008-07-19).

In version 1.20: Fix early recursion. Rewrite markup, subset and box-line interaction. Add bottleneck detection and other scoring enhancements. Allow linkage to sudoku_engine as an object module.

The port only includes some minor changes to get the new version build.

You can check the binary for example with the following line (sudoku cells from top left to bottom right; points stand for unknown digits):

sudoku_solver -Gp ..2..36...1.8.....6..45...3.21.7......31....28.....1..4....9.75......2....7.6.4..

P.S.: The port currently has no maintainer. If nobody else is interested, I could take the maintainership (as submitted in the patch).

Fix: The following small patch should fix the port to update to newest version. This should work on all platforms (only testet on amd64):



Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2011-01-12 21:26:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-13 09:48:37 UTC
makc        2011-01-13 09:48:32 UTC

  FreeBSD ports repository

  Modified files:
    games/sudoku_solver  Makefile distinfo 
  Log:
  Update to 1.20
  Pass maintainership to submitter
  
  PR:             ports/153922
  Submitted by:   Rainer Hurling <rhurlin at gwdg.de>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3       +5 -4      ports/games/sudoku_solver/Makefile
  1.2       +2 -3      ports/games/sudoku_solver/distinfo
_______________________________________________
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 Max Brazhnikov freebsd_committer freebsd_triage 2011-01-13 09:48:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!