Bug 106656 - Patch: lang/gnat-gcc41 does not build with custom bootstrapper
Summary: Patch: lang/gnat-gcc41 does not build with custom bootstrapper
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: 2006-12-13 05:40 UTC by Karel Miklav
Modified: 2006-12-16 22:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (5.47 KB, patch)
2006-12-13 05:40 UTC, Karel Miklav
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Karel Miklav 2006-12-13 05:40:09 UTC
Bootstrapping with a custom compiler doesn't work.

Fix: Require the binary compiler specified in the port for bootstrapping. Summary of
changes:

 - require specified binary compiler for bootstrapping
 - use recent GCC snapshot
 - some aesthetic changes in the Makefile
 - bump PORTVERSION

The patch follows.
How-To-Repeat: Install lang/gnat then try to build this one.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-16 19:56:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-16 22:03:25 UTC
miwi        2006-12-16 22:03:10 UTC

  FreeBSD ports repository

  Modified files:
    lang/gnat-gcc41      Makefile distinfo 
  Log:
  - Require specified binary compiler for bootstrapping
  - Use recent GCC snapshot
  - Some aesthetic changes in the Makefile
  - Bump PORTVERSION
  
  PR:             ports/106656
  Submitted by:   Karel Miklav <karel@lovetemple.net> (maintainer)
  
  Revision  Changes    Path
  1.7       +17 -22    ports/lang/gnat-gcc41/Makefile
  1.5       +9 -9      ports/lang/gnat-gcc41/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 2006-12-16 22:03:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!