16064047 Fix component build file problems in various Userland components
authorRich Burridge <rich.burridge@oracle.com>
Wed, 02 Jan 2013 19:29:40 -0800
changeset 1095 e720196b46b2
parent 1094 e3d767add5f3
child 1096 d79c1a1cf681
16064047 Fix component build file problems in various Userland components
components/diffutils/Makefile
components/findutils/Makefile
components/libee/Makefile
components/libestr/Makefile
components/parallel/Makefile
components/rsyslog/Makefile
components/wdiff/wdiff.license
--- a/components/diffutils/Makefile	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/diffutils/Makefile	Wed Jan 02 19:29:40 2013 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -33,6 +33,7 @@
 COMPONENT_ARCHIVE_HASH=	\
     sha256:2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/diffutils/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/gnu-diffutils
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/findutils/Makefile	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/findutils/Makefile	Wed Jan 02 19:29:40 2013 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -42,6 +42,9 @@
 CONFIGURE_PREFIX =	/usr/gnu
 
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+
+# Disable the leaf optimisation feature, because the st_nlinks directory
+# field is incorrect on ZFS file systems.
 CONFIGURE_OPTIONS +=	--disable-leaf-optimisation
 
 # common targets
--- a/components/libee/Makefile	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/libee/Makefile	Wed Jan 02 19:29:40 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -29,7 +29,7 @@
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	sha256:4e19bf297fb76f18fef773c651767152ebf65ecd4a1f4b06fe1c5f117fa4f81a
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/logger
+COMPONENT_BUGDB=	service/rsyslog
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/libestr/Makefile	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/libestr/Makefile	Wed Jan 02 19:29:40 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -29,7 +29,7 @@
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	sha256:0e8b95374fa271dc2afdfadfc9afc0f5826252a1b698ddea1474d5600a7c66ca
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/logger
+COMPONENT_BUGDB=	service/rsyslog
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/parallel/Makefile	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/parallel/Makefile	Wed Jan 02 19:29:40 2013 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -36,6 +36,7 @@
 COMPONENT_ARCHIVE_HASH=	\
     sha256:0315336141612ba2ec1f76e6c8c58a72f4531777c96b79b91ef64b3980be584f
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/parallel
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/rsyslog/Makefile	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/rsyslog/Makefile	Wed Jan 02 19:29:40 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -29,7 +29,7 @@
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	sha256:f8869a1c25d0dd9ff04468743969ffc9ff89c6f7afa3046f77f91c3982543cc1
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/logger
+COMPONENT_BUGDB=	service/rsyslog
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/wdiff/wdiff.license	Mon Dec 24 23:00:58 2012 -0800
+++ b/components/wdiff/wdiff.license	Wed Jan 02 19:29:40 2013 -0800
@@ -1,5 +1,5 @@
 ---------------
-- wdiff 1.1.0 -
+- wdiff 1.1.2 -
 ---------------
 
 Oracle Internal Tracking Number 7092