| Summary: | Update port: archivers/rvm version bump | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Davide ITaliano <davide.italiano> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Davide ITaliano
2010-10-03 00:00:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. amdmi3 2010-10-07 16:38:36 UTC
FreeBSD ports repository
Modified files:
archivers/rvm Makefile distinfo
Removed files:
archivers/rvm/files patch-configure
Log:
- Update to 1.07
- Pass maintainership to submitter
PR: 151164
Submitted by: Davide Italiano <davide.italiano@gmail.com>
Revision Changes Path
1.26 +4 -3 ports/archivers/rvm/Makefile
1.12 +3 -3 ports/archivers/rvm/distinfo
1.3 +0 -119 ports/archivers/rvm/files/patch-configure (dead)
_______________________________________________
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"
> Synopsis: Update port: archivers/rvm version bump Note: I've added --enable-assume-stl-memory-exception to CONFIGURE_ARGS, it does the same as removed patch did before. Without this, configure checks whether stl throws exception when out of memory by filling the memory with garbage. On i386 you're likely to run out of address space before the whole system ends up in swap, but on amd64 with larger address space it'll swap heavily, and has possibility to kill other apps due to OOM. The result of this check is only used in testing framework which isn't used by the port anyway (althrough it probably should be), so it's irrelevant. Due to how VM system works, such check is useless and broken anyway, so it should always be disabled. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru State Changed From-To: open->closed Committed, with minor changes. Thanks! |