Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2002 08:50:05 -0800 (PST)
From:      Judd Storrs <storrsjm@email.uc.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/45528: x11-wm/ratpoison core dumps and change of port maintainer
Message-ID:  <200211201650.gAKGo5D4008618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/45528; it has been noted by GNATS.

From: Judd Storrs <storrsjm@email.uc.edu>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Judd Storrs <storrsjm@email.uc.edu>
Subject: Re: ports/45528: x11-wm/ratpoison core dumps and change of port maintainer
Date: Wed, 20 Nov 2002 11:46:49 -0500

 --ew6BAiZeqk4r7MaW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Sorry, the diff was reversed...
 
 --judd
 
 --ew6BAiZeqk4r7MaW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="ratpoison.patch"
 
 diff -ruN ratpoison.bak/Makefile ratpoison/Makefile
 --- ratpoison.bak/Makefile	Wed Nov 20 11:07:57 2002
 +++ ratpoison/Makefile	Wed Nov 20 11:24:25 2002
 @@ -7,11 +7,12 @@
  
  PORTNAME=	ratpoison
  PORTVERSION=	1.1.1
 +PORTREVISION=	1
  CATEGORIES=	x11-wm
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
  
 -MAINTAINER=	mwm@mired.org
 +MAINTAINER=	storrsjm@email.uc.edu
  
  MAN1=		ratpoison.1
  USE_X_PREFIX=	yes
 diff -ruN ratpoison.bak/files/patch-actions-c ratpoison/files/patch-actions-c
 --- ratpoison.bak/files/patch-actions-c	Wed Dec 31 19:00:00 1969
 +++ ratpoison/files/patch-actions-c	Wed Nov 20 10:51:44 2002
 @@ -0,0 +1,19 @@
 +*** src/actions.c.orig	Sun Nov  3 12:58:30 2002
 +--- src/actions.c	Sat Jul  6 17:31:27 2002
 +***************
 +*** 2078,2084 ****
 +    return NULL;
 +  }
 +  
 +! #if !defined(HAVE_SETENV) || !defined(setenv)
 +  /* For systems, such as Solaris, where setenv is not implemented
 +   * in libc */
 +  /* FIXME: overwrite has no effect in this implementation! */
 +--- 2078,2084 ----
 +    return NULL;
 +  }
 +  
 +! #if !defined(HAVE_SETENV) && !defined(setenv)
 +  /* For systems, such as Solaris, where setenv is not implemented
 +   * in libc */
 +  /* FIXME: overwrite has no effect in this implementation! */
 
 --ew6BAiZeqk4r7MaW--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211201650.gAKGo5D4008618>