aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ratpoison
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2002-11-22 14:18:52 +0800
committernork <nork@FreeBSD.org>2002-11-22 14:18:52 +0800
commit578ac1f3092d4708e8d4425a28fa1fdf94768edd (patch)
tree442dc463b24f89eff3f600583e8bc757474c4baa /x11-wm/ratpoison
parent22afd869d369e2b176f61c9fefa47172e63d8724 (diff)
downloadfreebsd-ports-gnome-578ac1f3092d4708e8d4425a28fa1fdf94768edd.tar.gz
freebsd-ports-gnome-578ac1f3092d4708e8d4425a28fa1fdf94768edd.tar.zst
freebsd-ports-gnome-578ac1f3092d4708e8d4425a28fa1fdf94768edd.zip
Fixes the setenv bug. And MAINTAINER updated.
PR: ports/45528 Submitted by: Judd Storrs <storrsjm@email.uc.edu> (new maintainer) Approved by: Mike Meyer <mwm@mired.org> (maintainer)
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r--x11-wm/ratpoison/Makefile3
-rw-r--r--x11-wm/ratpoison/files/patch-actions.c19
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile
index 574f6a37baa4..31824de9e93b 100644
--- a/x11-wm/ratpoison/Makefile
+++ b/x11-wm/ratpoison/Makefile
@@ -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 --git a/x11-wm/ratpoison/files/patch-actions.c b/x11-wm/ratpoison/files/patch-actions.c
new file mode 100644
index 000000000000..456cfef0787d
--- /dev/null
+++ b/x11-wm/ratpoison/files/patch-actions.c
@@ -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! */