Bug 161664 - Updated port: archivers/deutex Doom WAD Archive editor
Summary: Updated port: archivers/deutex Doom WAD Archive editor
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 20:30 UTC by Cray Elliott
Modified: 2012-02-12 09:11 UTC (History)
0 users

See Also:


Attachments
file.shar (4.84 KB, text/plain)
2011-10-14 20:30 UTC, Cray Elliott
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cray Elliott 2011-10-14 20:30:08 UTC
Port would segfault when compiled under AMD64, the Makefile overwrote the CFLAGS, and also had some overflow issues that were all fixed with patches.

Fix: attached patches

Patch attached with submission follows:
How-To-Repeat: 1. Install deutex on FreeBSD amd64(Any release)
2. run deutex
3. Segfault!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-14 20:30:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-12 09:09:32 UTC
danfe       2012-02-12 09:09:18 UTC

  FreeBSD ports repository

  Modified files:
    archivers/deutex     Makefile 
  Added files:
    archivers/deutex/files patch-src-deutex.h 
  Log:
  - Fix bad work with data types between architectures which resulted in
    immediate segfault when being run on e.g. amd64
  - Fix wrong length when reading block into structure (probably a typo)
  - Other minor non-functional fixes
  
  PR:             ports/161664
  Submitted by:   Cray Elliott
  
  Revision  Changes    Path
  1.4       +4 -0      ports/archivers/deutex/Makefile
  1.1       +33 -0     ports/archivers/deutex/files/patch-src-deutex.h (new)
_______________________________________________
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 Alexey Dokuchaev freebsd_committer freebsd_triage 2012-02-12 09:10:39 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks!