21443702 Update GNU screen to 4.3.1
authorLukas Rovensky <Lukas.Rovensky@oracle.com>
Wed, 15 Jul 2015 06:04:45 -0700
changeset 4703 9e076feb8c0b
parent 4702 79663d5c06d1
child 4706 c0b8c110b0a8
21443702 Update GNU screen to 4.3.1 21380081 screen 4.2.1 always dumps cores on s12_77
components/screen/Makefile
components/screen/patches/terminfo.patch
--- a/components/screen/Makefile	Mon Jul 27 23:00:44 2015 -0700
+++ b/components/screen/Makefile	Wed Jul 15 06:04:45 2015 -0700
@@ -23,26 +23,21 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		screen
-COMPONENT_VERSION=	4.2.1
+COMPONENT_VERSION=	4.3.1
 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/screen/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:5468545047e301d2b3579f9d9ce00466d14a7eec95ce806e3834a3d6b0b9b080
+    sha256:fa4049f8aee283de62e283d427f2cfd35d6c369b40f7f45f947dbfd915699d63
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/screen/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/screen
 
-TPNO=			20744	
+TPNO=			23486	
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk
 
-# We need to remove the following files to make sure that the generated ones
-# inside the build directory will be used
-#
-COMPONENT_PREP_ACTION=	(cd $(@D) ; rm config.h config.log config.status) 
-
 CONFIGURE_OPTIONS +=	--enable-colors256
 CONFIGURE_OPTIONS +=	--with-sys-screenrc=/etc/screenrc
 CONFIGURE_OPTIONS +=	--disable-socket-dir
--- a/components/screen/patches/terminfo.patch	Mon Jul 27 23:00:44 2015 -0700
+++ b/components/screen/patches/terminfo.patch	Wed Jul 15 06:04:45 2015 -0700
@@ -1,6 +1,9 @@
---- screen-4.0.3/Makefile.in.orig	Thu Feb 10 05:16:01 2011
-+++ screen-4.0.3/Makefile.in	Thu Feb 10 05:18:17 2011
-@@ -84,9 +84,10 @@
+Home brewed patch.
+Use Solaris specific location of terminfo.
+
+--- screen-4.3.1/Makefile.in.orig	Wed Jul 15 02:38:36 2015
++++ screen-4.3.1/Makefile.in	Wed Jul 15 02:38:56 2015
+@@ -96,9 +96,10 @@
  ###############################################################################
  install: installdirs install_bin
  	cd doc ; $(MAKE) install