Upgrade to 4.7.

This commit is contained in:
Thierry Thomas 2004-12-29 21:29:21 +00:00
parent f423c4a84d
commit b028b0334d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125468
4 changed files with 8 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 :/