Bug 72443 - [PATCH] upgrade graphics/flasm to version 1.52
Summary: [PATCH] upgrade graphics/flasm to version 1.52
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 12:20 UTC by Marton Kenyeres
Modified: 2004-12-26 07:59 UTC (History)
0 users

See Also:


Attachments
patch-flasm-152 (635 bytes, text/plain)
2004-10-08 12:20 UTC, Marton Kenyeres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marton Kenyeres 2004-10-08 12:20:10 UTC
	Author released a new version of flasm, which adds a few
	new features and fixes some bugs. He rerolled the distribution
	(without changing the filename *shrug*), so the attached patch 
	fixes the checksum mismatch.

	Note (question?) to maintainer: I don't really understand the 
	purpose of files/patch-unflasm.c . The port appears to compile
	and run fine without it. (At least with my test files.)
Comment 1 Sergei Kolobov freebsd_committer freebsd_triage 2004-10-08 12:22:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2004-12-26 07:56:36 UTC
State Changed
From-To: open->closed

Committed, thanks! 

The reason why patch-unflasm.c is exist is, when I disassemble .swf 
file, I found there are incorrect nest output and it cannot be compiled 
by flasm.  With this patch, output should be compilable. 

But this experience was old one.  If you think this should be removed, 
I'll find test case for that...