pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gps



Module Name:    pkgsrc
Committed By:   marino
Date:           Mon Apr 28 22:14:51 UTC 2014

Modified Files:
        pkgsrc/devel/gps: Makefile distinfo
Added Files:
        pkgsrc/devel/gps/patches: patch-src__editor_src_src__editor__buffer.adb
            patch-src__editor_src_src__editor__view.adb

Log Message:
devel/gps: Fix build on upcoming FSF GNAT 4.9

This package has a couple of issues that the new gcc (GNAT) uncovered
on FreeBSD, and the fixes have been brought over:

1) GPS should have been built in production mode across the board.
   There are some style check failures that appear in "debug" mode
   due to gcc49 checks being stricter than gcc47 checks.  Those issues
   aren't actually fixed, but rather hidden by switching to production
   which was desired anyway.
2) GCC had a couple of "ambiguous" complaints as well as an overlapping
   variable used for both in and out parameters.  Fixed with patches.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/gps/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gps/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/gps/patches/patch-src__editor_src_src__editor__buffer.adb \
    pkgsrc/devel/gps/patches/patch-src__editor_src_src__editor__view.adb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index