summaryrefslogtreecommitdiff
path: root/x11-wm/ratpoison
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-11-22 06:18:52 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-11-22 06:18:52 +0000
commit8611c59c4d9b3fc04eab08418d0f6035d521c9cf (patch)
treeccf7b6940f51dff861e6868975a5dede6a623a32 /x11-wm/ratpoison
parentUpdate to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature. (diff)
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)
Notes
Notes: svn path=/head/; revision=70731
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! */