SF.net SVN: gar:[26299] csw/mgar/pkg/screen/trunk
sfbsdsx at users.sourceforge.net
sfbsdsx at users.sourceforge.net
Sat Nov 18 09:38:10 CET 2017
Revision: 26299
http://sourceforge.net/p/gar/code/26299
Author: sfbsdsx
Date: 2017-11-18 08:38:10 +0000 (Sat, 18 Nov 2017)
Log Message:
-----------
Bump to 4.6.2
Disable useless patches
Modified Paths:
--------------
csw/mgar/pkg/screen/trunk/Makefile
csw/mgar/pkg/screen/trunk/checksums
Modified: csw/mgar/pkg/screen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/screen/trunk/Makefile 2017-11-03 09:41:31 UTC (rev 26298)
+++ csw/mgar/pkg/screen/trunk/Makefile 2017-11-18 08:38:10 UTC (rev 26299)
@@ -1,5 +1,5 @@
NAME = screen
-VERSION = 4.4.0
+VERSION = 4.6.2
GARTYPE = v2
DESCRIPTION = A window manager that multiplexes a physical terminal.
@@ -28,7 +28,7 @@
PACKAGES = CSWscreen
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
SPKG_DESC_CSWscreen = A window manager that multiplexes a physical terminal.
CATALOGNAME_CSWscreen = screen
@@ -55,13 +55,17 @@
# This patch is taken from Debian.
# see: https://lists.gnu.org/archive/html/screen-devel/2014-04/msg00024.html
# https://bugs.debian.org/644788
-PATCHFILES += 60-644788-screen-4.1.0-4.0.3-interoperability.patch
+# Broken in 4.6.2 (and older ?). Maybe useless ?
+#PATCHFILES += 60-644788-screen-4.1.0-4.0.3-interoperability.patch
# Prior to screen 4.2.0, session sockets were in fact named pipe under Solaris
# we force this behavior to continue to be sure upgrading screen doesn't break
# existing sessions
-PATCHFILES += 0004-force-named-pipe-usage.patch
+# Since 4.5.1, NAMEDPIPE is not used
+#PATCHFILES += 0004-force-named-pipe-usage.patch
+GARCOMPILER = GNU
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-pam
CONFIGURE_ARGS += --enable-telnet
@@ -69,6 +73,8 @@
CONFIGURE_ARGS += --with-sys-screenrc=/etc$(prefix)/screenrc
CONFIGURE_ARGS += --with-socket-dir=/var$(prefix)/run/screen
+EXTRA_CFLAGS += -D_XOPEN_SOURCE=600
+
CHECKPKG_OVERRIDES_CSWscreen += pkginfo-opencsw-repository-uncommitted
include gar/category.mk
Modified: csw/mgar/pkg/screen/trunk/checksums
===================================================================
--- csw/mgar/pkg/screen/trunk/checksums 2017-11-03 09:41:31 UTC (rev 26298)
+++ csw/mgar/pkg/screen/trunk/checksums 2017-11-18 08:38:10 UTC (rev 26299)
@@ -1 +1 @@
-d26e11a3648c2b11aaefa215a55dfd39 screen-4.4.0.tar.gz
+a0f529d3333b128dfaa324d978ba73a8 screen-4.6.2.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list