diff options
author | maya <maya> | 2017-01-14 10:51:09 +0000 |
---|---|---|
committer | maya <maya> | 2017-01-14 10:51:09 +0000 |
commit | 1648b2b6f0fdf2c3191dc555c077016cd3b94cf5 (patch) | |
tree | 29b633e2e6a5a34698f4d3958fa9035726455dd1 /lang | |
parent | 2cb04786a1b2d39c70f7bbdf1fd6a9f0fc6f24fb (diff) | |
download | pkgsrc-1648b2b6f0fdf2c3191dc555c077016cd3b94cf5.tar.gz |
provide a consistent description across gcc packages.
don't mention netbsd things, development snapshots, etc.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc48/DESCR | 3 | ||||
-rw-r--r-- | lang/gcc5/DESCR | 5 | ||||
-rw-r--r-- | lang/gcc6/DESCR | 5 |
3 files changed, 3 insertions, 10 deletions
diff --git a/lang/gcc48/DESCR b/lang/gcc48/DESCR index fd9f9958b81..0262b0919e3 100644 --- a/lang/gcc48/DESCR +++ b/lang/gcc48/DESCR @@ -1,4 +1,3 @@ The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, Java, and Go, as well as libraries for these languages (libstdc++, -libgcj,...). This package provides the snapshot relases of version 4.8. -See http://gcc.gnu.org/gcc-4.8/changes.html for changes relative to 4.7.x. +libgcj,...). diff --git a/lang/gcc5/DESCR b/lang/gcc5/DESCR index e5300642b70..0262b0919e3 100644 --- a/lang/gcc5/DESCR +++ b/lang/gcc5/DESCR @@ -1,6 +1,3 @@ The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, Java, and Go, as well as libraries for these languages (libstdc++, -libgcj,...). This package provides the snapshot release of version 5. - -On NetBSD a working cabsl function must be present in libm to build gfortran. -This has been added to -current on 2014/10/10 and to NetBSD7 on 2014/10/13. +libgcj,...). diff --git a/lang/gcc6/DESCR b/lang/gcc6/DESCR index 8ebaa3e51be..0262b0919e3 100644 --- a/lang/gcc6/DESCR +++ b/lang/gcc6/DESCR @@ -1,6 +1,3 @@ The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, Java, and Go, as well as libraries for these languages (libstdc++, -libgcj,...). This package provides the development version of veersion 6.x. - -On NetBSD a working cabsl function must be present in libm to build gfortran. -This has been added to NetBSD7 on 2014/10/13. +libgcj,...). |