Bug 117522 - [UPDATE] lang/gnat-gcc43, works on 7.0 now
Summary: [UPDATE] lang/gnat-gcc43, works on 7.0 now
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 09:00 UTC by Karel Miklav
Modified: 2007-11-06 09:17 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (4.11 KB, patch)
2007-10-26 09:00 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 2007-10-26 09:00:05 UTC
Port doesn't build on FreeBSD 7.0 since version 700050, when putenv(3)
behavior changed. Modifications:

- putenv(3) assumption in GNAT patched
- latest snapshot of GCC 4.3 used
- added master site (CENKES)
- PORTVERSION bumped

How-To-Repeat: Build on a system where $OSVERSION >= 700050.
Comment 1 karel.miklav 2007-10-26 20:13:09 UTC
Sorry, title should say:

   [UPDATE] lang/gnat-gcc43, works on 7.0 now
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2007-11-05 12:13:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Fix the subject per the submitter request and take the PR.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-11-06 09:08:24 UTC
bsam        2007-11-06 09:08:20 UTC

  FreeBSD ports repository

  Modified files:
    lang/gnat-gcc43      Makefile distinfo 
  Removed files:
    lang/gnat-gcc43/files patch-gengtype-yacc.y 
  Log:
  - unbreak building at 7.x  [1]
  - patch putenv(3) assumption in GNAT  [1]
  - use the latest snapshot of GCC 4.3  [1]
  - add master site (CENKES)  [1]
  - bump PORTREVISION
  - remove files/patch-gengtype-yacc.y
  
  PR:             117522  [1]
  Submitted by:   Karel Miklav <karel at lovetemple.net> (maintainer)
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.14      +14 -9     ports/lang/gnat-gcc43/Makefile
  1.8       +9 -9      ports/lang/gnat-gcc43/distinfo
  1.2       +0 -12     ports/lang/gnat-gcc43/files/patch-gengtype-yacc.y (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"
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2007-11-06 09:13:06 UTC
State Changed
From-To: open->closed

Committed, thanks! 
Some notes: 
1. It's always a good idea to give a warning at a PR when files get removed. 
2. PORTREVISION bumpted since this port version based on a new gcc version.