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.
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!