Summary: | [PATCH] math/eigen: use malloc instead of posix_memalign, fix on 6.x | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | kde | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dmitry Marakasov
2009-05-22 16:30:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool) makc 2009-05-22 19:54:09 UTC FreeBSD ports repository Modified files: math/eigen2 Makefile distinfo pkg-plist Added files: math/eigen2/files patch-Eigen__src__Core__util__Memory.h Log: 1) Update to 2.0.2 2) Fix dependent ports on 6.x by using malloc instead of posix_memalign PR: ports/134863 (2) Submitted by: amdmi3 Revision Changes Path 1.8 +1 -2 ports/math/eigen2/Makefile 1.5 +3 -3 ports/math/eigen2/distinfo 1.1 +11 -0 ports/math/eigen2/files/patch-Eigen__src__Core__util__Memory.h (new) 1.5 +0 -3 ports/math/eigen2/pkg-plist _______________________________________________ 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. Thanks! |