components/findutils/Makefile
changeset 1882 79ab74d321a8
parent 1191 3bdf33525a13
child 1948 2d1537e7942d
--- a/components/findutils/Makefile	Wed May 07 08:15:58 2014 -0700
+++ b/components/findutils/Makefile	Wed May 07 13:27:25 2014 -0700
@@ -20,18 +20,18 @@
 #
 
 #
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		findutils
-COMPONENT_VERSION=	4.2.31
+COMPONENT_VERSION=	4.4.2
 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/findutils/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH= \
-    sha256:e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204
+    sha256:434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/gnu-findutils
 
@@ -47,6 +47,8 @@
 # field is incorrect on ZFS file systems.
 CONFIGURE_OPTIONS +=	--disable-leaf-optimisation
 
+COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets
@@ -54,8 +56,7 @@
 
 install:        $(INSTALL_64)
 
-# findutils tests use dejagnu which isn't currently included in Solaris.
-test:           $(NO_TESTS)
+test:           $(TEST_64)
 
 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)