Do not build with the gcc-java enabled by default.
Add a comment to note the removal of option. Discussed on pkgsrc-users@ http://mail-index.netbsd.org/pkgsrc-users/2016/09/29/msg023796.html
This commit is contained in:
parent
7e734da1f5
commit
48b17812da
5 changed files with 21 additions and 14 deletions
|
@ -1,8 +1,10 @@
|
|||
# $NetBSD: options.mk,v 1.6 2016/02/25 14:42:55 jperkin Exp $
|
||||
# $NetBSD: options.mk,v 1.7 2016/09/30 13:16:59 sevan Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc34
|
||||
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java gcc-objc gcc-ada
|
||||
PKG_SUGGESTED_OPTIONS= gcc-inplace-math gcc-c++ gcc-fortran gcc-java gcc-objc
|
||||
PKG_SUGGESTED_OPTIONS= gcc-inplace-math gcc-c++ gcc-fortran gcc-objc
|
||||
# gcc-java was dropped from PKG_SUGGESTED_OPTIONS to spare legacy systems attempting bulkbuilds
|
||||
# For example on Darwin/PowerPC this option adds another 24 hours to build time on a G4.
|
||||
|
||||
PKG_SUGGESTED_OPTIONS.NetBSD+= nls
|
||||
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-inplace-math
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# $NetBSD: options.mk,v 1.12 2016/02/25 14:42:55 jperkin Exp $
|
||||
# $NetBSD: options.mk,v 1.13 2016/09/30 13:16:59 sevan Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc44
|
||||
PKG_SUPPORTED_OPTIONS= gcc-inplace-math nls gcc-c++ gcc-fortran gcc-java gcc-objc #gcc-ada
|
||||
PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-java gcc-objc
|
||||
PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc
|
||||
# gcc-java was dropped from PKG_SUGGESTED_OPTIONS to spare legacy systems attempting bulkbuilds
|
||||
# For example on Darwin/PowerPC this option adds another 24 hours to build time on a G4.
|
||||
|
||||
PKG_SUGGESTED_OPTIONS.NetBSD+= nls
|
||||
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-inplace-math
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.13 2016/09/28 12:07:27 maya Exp $
|
||||
# $NetBSD: options.mk,v 1.14 2016/09/30 13:16:59 sevan Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
|
||||
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
|
||||
|
@ -6,10 +6,11 @@ PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
|
|||
PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++
|
||||
|
||||
PKG_SUGGESTED_OPTIONS.DragonFly+= nls
|
||||
PKG_SUGGESTED_OPTIONS.Linux+= nls gcc-java
|
||||
PKG_SUGGESTED_OPTIONS.Linux+= nls
|
||||
PKG_SUGGESTED_OPTIONS.NetBSD+= nls
|
||||
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-go gcc-inplace-math
|
||||
PKG_SUGGESTED_OPTIONS.*+= gcc-java
|
||||
# gcc-java was dropped from PKG_SUGGESTED_OPTIONS to spare legacy systems attempting bulkbuilds
|
||||
# For example on Darwin/PowerPC this option adds another 24 hours to build time on a G4.
|
||||
|
||||
###
|
||||
### Determine if multilib is avalible.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.10 2016/04/19 12:44:40 jperkin Exp $
|
||||
# $NetBSD: options.mk,v 1.11 2016/09/30 13:16:59 sevan Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
|
||||
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
|
||||
|
@ -6,10 +6,11 @@ PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
|
|||
PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++ gcc-graphite
|
||||
|
||||
PKG_SUGGESTED_OPTIONS.DragonFly+= nls
|
||||
PKG_SUGGESTED_OPTIONS.Linux+= nls gcc-java
|
||||
PKG_SUGGESTED_OPTIONS.Linux+= nls
|
||||
PKG_SUGGESTED_OPTIONS.NetBSD+= nls
|
||||
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-inplace-math
|
||||
PKG_SUGGESTED_OPTIONS.*+= gcc-java
|
||||
# gcc-java was dropped from PKG_SUGGESTED_OPTIONS to spare legacy systems attempting bulkbuilds
|
||||
# For example on Darwin/PowerPC this option adds another 24 hours to build time on a G4.
|
||||
|
||||
###
|
||||
### Determine if multilib is avalible.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.2 2016/02/25 14:42:56 jperkin Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2016/09/30 13:17:00 sevan Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
|
||||
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
|
||||
|
@ -6,10 +6,11 @@ PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
|
|||
PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++
|
||||
|
||||
PKG_SUGGESTED_OPTIONS.DragonFly+= nls
|
||||
PKG_SUGGESTED_OPTIONS.Linux+= nls gcc-java
|
||||
PKG_SUGGESTED_OPTIONS.NetBSD+= nls gcc-java
|
||||
PKG_SUGGESTED_OPTIONS.Linux+= nls
|
||||
PKG_SUGGESTED_OPTIONS.NetBSD+= nls
|
||||
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-go gcc-inplace-math
|
||||
PKG_SUGGESTED_OPTIONS.*+= gcc-java
|
||||
# gcc-java was dropped from PKG_SUGGESTED_OPTIONS to spare legacy systems attempting bulkbuilds
|
||||
# For example on Darwin/PowerPC this option adds another 24 hours to build time on a G4.
|
||||
|
||||
###
|
||||
### Determine if multilib is avalible.
|
||||
|
|
Loading…
Reference in a new issue