Bug 107804 - [maintainer update] lang/sbcl: use native binaries to bootstrap on amd64
Summary: [maintainer update] lang/sbcl: use native binaries to bootstrap on amd64
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 22:00 UTC by NIIMI Satoshi
Modified: 2007-01-11 07:50 UTC (History)
0 users

See Also:


Attachments
sbcl.diff (2.58 KB, patch)
2007-01-10 22:00 UTC, NIIMI Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NIIMI Satoshi 2007-01-10 22:00:43 UTC
Use native binaries to bootstrap on amd64 not to require i386 binary
compatibility.

This would fix build failure on pointyhat.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-10 22:03:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-11 07:42:05 UTC
miwi        2007-01-11 07:41:57 UTC

  FreeBSD ports repository

  Modified files:
    lang/sbcl            Makefile distinfo 
  Log:
  -Use native binaries to bootstrap on amd64 not to require i386 binary
   compatibility.
  - This would fix build failure on pointyhat.
  
  PR:             ports/107804
  Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
  
  Revision  Changes    Path
  1.42      +15 -9     ports/lang/sbcl/Makefile
  1.31      +3 -0      ports/lang/sbcl/distinfo
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2007-01-11 07:42:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!