aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-29 21:29:21 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-29 21:29:21 +0000
commitb028b0334d5c0a978e0fd6a4827652c31ef00372 (patch)
tree679f355d0058eb10f8bb8b6910d23f12d8417801 /x11
parentf423c4a84db48471d1d85794c897bc82992a9b3a (diff)
downloadports-b028b0334d5c0a978e0fd6a4827652c31ef00372.tar.gz
ports-b028b0334d5c0a978e0fd6a4827652c31ef00372.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/Makefile2
-rw-r--r--x11/rxvt-unicode/distinfo4
-rw-r--r--x11/rxvt-unicode/files/patch-configure4
-rw-r--r--x11/rxvt-unicode/files/patch-src::command.C15
4 files changed, 8 insertions, 17 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index b1a3ab1830ae..84aec604cd37 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rxvt-unicode
-PORTVERSION= 4.6
+PORTVERSION= 4.7
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
MASTER_SITE_SUBDIR= . Attic
diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo
index ca2d0ce3a8ff..ec913965f381 100644
--- a/x11/rxvt-unicode/distinfo
+++ b/x11/rxvt-unicode/distinfo
@@ -1,2 +1,2 @@
-MD5 (rxvt-unicode-4.6.tar.bz2) = f8b5058808125de3412d13668ee2316c
-SIZE (rxvt-unicode-4.6.tar.bz2) = 889915
+MD5 (rxvt-unicode-4.7.tar.bz2) = 7199d55d30a6583ce85b007aaf4f50b1
+SIZE (rxvt-unicode-4.7.tar.bz2) = 891463
diff --git a/x11/rxvt-unicode/files/patch-configure b/x11/rxvt-unicode/files/patch-configure
index 1319d1064422..482c9b415aff 100644
--- a/x11/rxvt-unicode/files/patch-configure
+++ b/x11/rxvt-unicode/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Sun Aug 22 03:37:34 2004
-+++ configure Sat Aug 28 18:08:08 2004
+--- configure.orig Mon Dec 20 17:44:51 2004
++++ configure Wed Dec 29 22:01:55 2004
@@ -3216,13 +3216,13 @@
LINKER="$CXX"
if test x$GCC = xyes && test x$GXX = xyes; then
diff --git a/x11/rxvt-unicode/files/patch-src::command.C b/x11/rxvt-unicode/files/patch-src::command.C
index 1022081b9c7f..471a7a711738 100644
--- a/x11/rxvt-unicode/files/patch-src::command.C
+++ b/x11/rxvt-unicode/files/patch-src::command.C
@@ -1,15 +1,6 @@
---- src/command.C.orig Wed Dec 15 06:38:28 2004
-+++ src/command.C Thu Dec 16 20:33:55 2004
-@@ -51,6 +51,8 @@
- #include "command.h"
-
- #include <wchar.h>
-+#include <sys/param.h>
-+#include <sys/types.h>
- #include <signal.h>
-
- /*----------------------------------------------------------------------*/
-@@ -2700,7 +2702,9 @@
+--- src/command.C.orig Wed Dec 29 20:09:31 2004
++++ src/command.C Wed Dec 29 22:07:49 2004
+@@ -2716,7 +2716,9 @@
if (len == (size_t)-2)
{
// the mbstate stores incomplete sequences. didn't know this :/