SF.net SVN: gar:[23476] csw/mgar/pkg/screen/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Tue Apr 22 23:37:32 CEST 2014


Revision: 23476
          http://sourceforge.net/p/gar/code/23476
Author:   chninkel
Date:     2014-04-22 21:37:30 +0000 (Tue, 22 Apr 2014)
Log Message:
-----------
screen/trunk: remove obsolete patch 0004-solaris10-has-linux-like-setenv.patch

Modified Paths:
--------------
    csw/mgar/pkg/screen/trunk/Makefile
    csw/mgar/pkg/screen/trunk/files/changelog.CSW

Removed Paths:
-------------
    csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch

Modified: csw/mgar/pkg/screen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/screen/trunk/Makefile	2014-04-22 21:36:38 UTC (rev 23475)
+++ csw/mgar/pkg/screen/trunk/Makefile	2014-04-22 21:37:30 UTC (rev 23476)
@@ -56,10 +56,6 @@
 # opencsw policy
 PATCHFILES += opencsw_paths.patch
 
-# The wrong setenv prototype is used by default, this patch
-# fixes the problem
-PATCHFILES += 0004-solaris10-has-linux-like-setenv.patch
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-pam
 CONFIGURE_ARGS += --enable-telnet

Deleted: csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch
===================================================================
--- csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch	2014-04-22 21:36:38 UTC (rev 23475)
+++ csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch	2014-04-22 21:37:30 UTC (rev 23476)
@@ -1,25 +0,0 @@
-From d8e0acd341275bfc830fe5135fd91325b166bf19 Mon Sep 17 00:00:00 2001
-From: Yann Rouillard <yann at pleiades.fr.eu.org>
-Date: Mon, 13 Aug 2012 19:59:55 +0200
-Subject: [PATCH] solaris10 has linux-like setenv
-
----
- misc.c    |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/misc.c b/misc.c
-index 0ff7df8..2e79ae8 100644
---- a/misc.c
-+++ b/misc.c
-@@ -613,7 +613,7 @@ char *value;
-    */
- # endif /* NEEDSETENV */
- #else /* USESETENV */
--# if defined(linux) || defined(__convex__) || (BSD >= 199103)
-+# if defined(linux) || defined(__convex__) || (BSD >= 199103) || defined(__sun) || defined(__sun__)
-   setenv(var, value, 1);
- # else
-   setenv(var, value);
--- 
-1.7.10.3
-

Modified: csw/mgar/pkg/screen/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/screen/trunk/files/changelog.CSW	2014-04-22 21:36:38 UTC (rev 23475)
+++ csw/mgar/pkg/screen/trunk/files/changelog.CSW	2014-04-22 21:37:30 UTC (rev 23476)
@@ -2,7 +2,8 @@
  
   * New upstream version.
   * Removed screen_stub package.
-  * Removed patch screen-maxwin.patch which has been applied upstream.
+  * Removed obsolete patches screen-maxwin.patch and
+    0004-solaris10-has-linux-like-setenv.patch.
   * Updated patches screen-utmp.patch and opencsw-patchs.patch.
  
  -- Yann Rouillard <yann at opencsw.org>  Tue, 22 Apr 2014 22:58:01 +0200

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