Summary: | [PATCH] games/polypuzzle: Update to version 1.8.2 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato432 | ||||||
Component: | Individual Port(s) | Assignee: | Guido Falsi <madpilot> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | madpilot | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
I have tested the update, but running it on my machine fails with the following error:
> polypuzzle
Error in startup script: tag "text" doesn't match any items
while executing
".c lower piece$n text"
(procedure "DrawPiece" line 42)
invoked from within
"DrawPiece $p(count) $xpos $ypos"
(procedure "MakePiece" line 6)
invoked from within
"MakePiece 1 457 281 "0 0 -1 0 -2 0 1 0 2 0""
(file "pieces.square" line 4)
invoked from within
"source pieces.$gamemode"
(procedure "InitPieces" line 12)
invoked from within
"InitPieces"
(procedure "NewCanvas" line 3)
invoked from within
"NewCanvas"
(file "/usr/local/bin/polypuzzle" line 1092)
Can you please investigate this?
Created attachment 167610 [details]
games_polypuzzle.diff
Oh, it is certain that patch-polypuzzle was different from what I intended.
I have probably made a mistake during "make makepatch".
Committed, with minor changes. Thanks! A commit references this bug: Author: madpilot Date: Wed Mar 2 01:13:13 UTC 2016 New revision: 409905 URL: https://svnweb.freebsd.org/changeset/ports/409905 Log: - Update to 1.8.2 - Update MASTER_SITES and unbreak - Remove DOCS option since those files are not included anymore. - Update pkg-descr PR: 205207 Submitted by: Ports fury Changes: head/games/polypuzzle/Makefile head/games/polypuzzle/distinfo head/games/polypuzzle/files/patch-polypuzzle head/games/polypuzzle/pkg-descr head/games/polypuzzle/pkg-plist |
Created attachment 164063 [details] games_polypuzzle.diff