Bug 161664

Summary: Updated port: archivers/deutex Doom WAD Archive editor
Product: Ports & Packages Reporter: Cray Elliott <MP2E>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!