pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Remove the now unneeded "gcc-cpp" descript...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54acd439bf7b
branches:  trunk
changeset: 602225:54acd439bf7b
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sun Apr 08 05:06:29 2012 +0000

description:
Remove the now unneeded "gcc-cpp" description and change "gcc-objcpp" to
"gcc-objc++" as plus characters are allowed in options names.

diffstat:

 mk/defaults/options.description |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4028959a3663 -r 54acd439bf7b mk/defaults/options.description
--- a/mk/defaults/options.description   Sun Apr 08 05:04:46 2012 +0000
+++ b/mk/defaults/options.description   Sun Apr 08 05:06:29 2012 +0000
@@ -161,13 +161,12 @@
 fts                    Enable full-text searching.
 gcc-ada                        Build the gcc Ada frontend and libraries.
 gcc-c++                        Build the gcc C++ frontend and libraries.
-gcc-cpp                        Build the gcc C++ frontend and libraries.
 gcc-fortran            Build the gcc Fortran frontend and libraries.
 gcc-java               Build the gcc Java frontend, tools and libraries.
 gcc-go                 Build the gcc Go frontend and libraries.
 gcc-multilib           Build libraries for multiple ABI's.
 gcc-objc               Build the gcc Objective-C frontend and libraries.
-gcc-objcpp             Build the gcc Objective-C++ frontend and libraries.
+gcc-objc++             Build the gcc Objective-C++ frontend and libraries.
 gd                     Use GD to render graphical output.
 gdal                   Use the GDAL library.
 gdb6-tui               Build the tui application.



Home | Main Index | Thread Index | Old Index