25818337 Missing packages in developer/opensolaris/userland
authorVladimir Marek <Vladimir.Marek@oracle.com>
Sun, 02 Apr 2017 08:28:31 +0200
changeset 7845 04bd13eb1a17
parent 7844 e53241eef312
child 7846 eaed6d702f04
25818337 Missing packages in developer/opensolaris/userland
components/gcc3/Makefile
components/golang-17/Makefile
components/nano/Makefile
--- a/components/gcc3/Makefile	Thu Apr 06 14:50:21 2017 -0700
+++ b/components/gcc3/Makefile	Sun Apr 02 08:28:31 2017 +0200
@@ -110,6 +110,7 @@
 
 
 REQUIRED_PACKAGES += developer/assembler
+REQUIRED_PACKAGES += developer/gcc-3
 REQUIRED_PACKAGES += developer/gnu-binutils
 REQUIRED_PACKAGES += developer/lexer/flex
 REQUIRED_PACKAGES += developer/parser/bison
--- a/components/golang-17/Makefile	Thu Apr 06 14:50:21 2017 -0700
+++ b/components/golang-17/Makefile	Sun Apr 02 08:28:31 2017 +0200
@@ -314,11 +314,9 @@
 # Used during the build.
 REQUIRED_PACKAGES += developer/gcc
 REQUIRED_PACKAGES += developer/versioning/git
-ifneq ($(MACH), sparc)
 # Go bootstraps itself using Go, so at least one previous version must already
 # be installed.
 REQUIRED_PACKAGES += developer/golang
-endif
 # Used in this Makefile.
 REQUIRED_PACKAGES += file/gnu-findutils
 REQUIRED_PACKAGES += text/gnu-sed
--- a/components/nano/Makefile	Thu Apr 06 14:50:21 2017 -0700
+++ b/components/nano/Makefile	Sun Apr 02 08:28:31 2017 +0200
@@ -46,3 +46,4 @@
 CFLAGS += -I$(USRINCDIR)/ncurses
 
 REQUIRED_PACKAGES += library/ncurses
+REQUIRED_PACKAGES += text/groff