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! */