Bug 158763

Summary: [MAINTAINER][PATCH] devel/gps-5.0.0: fix project properties crash
Product: Ports & Packages Reporter: John Marino <freebsdml>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description John Marino 2011-07-10 15:30:10 UTC
When using the GNAT Programming Studio, selecting the library project dialog will cause GPS to crash every time due to a bug in the code.

Unfortunately, Adacore only provides public access to the trunk of the code repository, and not the branches.  This bug was fixed after version 5.0.0 was branched.  That bug fix is carried over here by patching three files.

Fix: Patch attached with submission follows:
How-To-Repeat: 1. Launch GPS
2. Open a project
3. Menu > Project > Edit Project Properties > Library Tab

## CRASH ## 
Crash is graceful, a message tells where to find the crash log.
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-07-15 10:13:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-16 17:53:08 UTC
culot       2011-07-16 16:52:52 UTC

  FreeBSD ports repository

  Modified files:
    devel/gps            Makefile 
  Added files:
    devel/gps/files      
                         patch-prj_editor-src-project_properties.adb 
                         patch-prj_editor-src-project_viewers.adb 
                         patch-prj_editor-src-project_viewers.ads 
  Log:
  - Fix a runtime crash when trying to access the project properties menu
  - Bump PORTREVISION
  
  PR:             ports/158763
  Submitted by:   John Marino <freebsdml@marino.st> (maintainer)
  
  Revision  Changes    Path
  1.3       +1 -0      ports/devel/gps/Makefile
  1.1       +20 -0     ports/devel/gps/files/patch-prj_editor-src-project_properties.adb (new)
  1.1       +11 -0     ports/devel/gps/files/patch-prj_editor-src-project_viewers.adb (new)
  1.1       +11 -0     ports/devel/gps/files/patch-prj_editor-src-project_viewers.ads (new)
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2011-07-16 17:53:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!