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!
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed with modifications, thanks!