Bug 169607 - [patch] fix lang/pypy memory check for i386
Summary: [patch] fix lang/pypy memory check for i386
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 18:50 UTC by David Naylor
Modified: 2012-07-04 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (750 bytes, patch)
2012-07-02 18:50 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2012-07-02 18:50:06 UTC
Fix detection of i386 platforms (which require 2GiB of memory).

See github.com/DragonSA/pypy for development records

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-07-04 22:41:31 UTC
pawel       2012-07-04 21:41:20 UTC

  FreeBSD ports repository

  Modified files:
    lang/pypy            Makefile 
  Log:
  Fix detection of i386 platforms
  
  PR:             ports/169607
  Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.5       +1 -1      ports/lang/pypy/Makefile
_______________________________________________
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 2 Pawel Pekala freebsd_committer freebsd_triage 2012-07-04 22:41:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!