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:           Sun Jul  8 20:23:50 UTC 2012

Modified Files:
        pkgsrc/devel/gps: Makefile distinfo
Added Files:
        pkgsrc/devel/gps/patches:
            patch-ada__module_core_src_ada__semantic__tree-generics.adb
            patch-prj_editor_src_gpr__creation.adb
            patch-refactoring_core_src_refactoring-services.adb
            patch-toolchains_editor_core_src_toolchains-parsers.ads

Log Message:
devel/gps: Build with USE_LANGUAGES+= ada

1) Remove lang/gnat-aux dependency
2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency)
3) Restore use of pkgsrc wrappers
4) Unreferenced pragma added, required to build with lang/gcc-aux
5) Ada 2012 binding interpretation fixes added, required to build with
   lang/gcc-aux
6) GPRBuild-based packages require USE_LANGUAGES+= c++ fortran in addition
   to "c" and "ada" because GPRBUILD probes for these languages.  If they
   aren't on the language list, pkgsrc comes back with a warning message
   that causes gprbuild to throw an unhandled exception due to a regex
   failure.  devel/gps doesn't contain c++ or fortran despite the value of
   USE_LANGUAGES.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/gps/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/gps/distinfo
cvs rdiff -u -r0 -r1.1 \
    
pkgsrc/devel/gps/patches/patch-ada__module_core_src_ada__semantic__tree-generics.adb
 \
    pkgsrc/devel/gps/patches/patch-prj_editor_src_gpr__creation.adb \
    
pkgsrc/devel/gps/patches/patch-refactoring_core_src_refactoring-services.adb \
    
pkgsrc/devel/gps/patches/patch-toolchains_editor_core_src_toolchains-parsers.ads

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