aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2011-12-22 21:35:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2011-12-22 21:35:55 +0000
commitb6446ea9c57798f3fd10e2954df1842dd3a0e252 (patch)
tree97a1fd777fc751b6fbf75e7af9d44a04adfd45da /x11/rxvt-unicode
parent4d6953d40c0bc74d71b370aac1ccd21d63062e5d (diff)
downloadports-b6446ea9c57798f3fd10e2954df1842dd3a0e252.tar.gz
ports-b6446ea9c57798f3fd10e2954df1842dd3a0e252.zip
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile3
-rw-r--r--x11/rxvt-unicode/distinfo4
-rw-r--r--x11/rxvt-unicode/files/patch-libptytty-src-logging.C54
-rw-r--r--x11/rxvt-unicode/pkg-plist2
4 files changed, 12 insertions, 51 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 9d5f4fc2be98..678f9dc5481c 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rxvt-unicode
-PORTVERSION= 9.12
-PORTREVISION= 1
+PORTVERSION= 9.14
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 448d5750bebf..83cb1c97cc14 100644
--- a/x11/rxvt-unicode/distinfo
+++ b/x11/rxvt-unicode/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rxvt-unicode-9.12.tar.bz2) = 1db334204bfb264b3134e01d9d3cf446c5ac7d47514909435f914f3906f37e7e
-SIZE (rxvt-unicode-9.12.tar.bz2) = 886255
+SHA256 (rxvt-unicode-9.14.tar.bz2) = 29928a33be6b3fb0edd126df2c3d35e1900f8268b546ce54430780c550fa1d52
+SIZE (rxvt-unicode-9.14.tar.bz2) = 894702
diff --git a/x11/rxvt-unicode/files/patch-libptytty-src-logging.C b/x11/rxvt-unicode/files/patch-libptytty-src-logging.C
index b0347fa1e696..0f1b887bedc3 100644
--- a/x11/rxvt-unicode/files/patch-libptytty-src-logging.C
+++ b/x11/rxvt-unicode/files/patch-libptytty-src-logging.C
@@ -1,52 +1,12 @@
---- libptytty/src/logging.C.orig 2011-05-30 22:59:42.000000000 +0200
-+++ libptytty/src/logging.C 2011-10-05 11:12:04.370185467 +0200
-@@ -223,7 +223,8 @@
+--- libptytty/src/logging.C.orig 2011-12-03 09:58:20.000000000 +0100
++++ libptytty/src/logging.C 2011-12-22 21:20:55.000000000 +0100
+@@ -264,7 +264,8 @@
+ // posix says that ut_line is not meaningful for DEAD_PROCESS
// records, but most implementations of last use ut_line to
// associate records in wtmp file
- strncpy (utx->ut_line, line, sizeof (utx->ut_line));
-- strncpy (utx->ut_id, id, sizeof (utx->ut_id));
+- strncpy (utx->ut_line, line, sizeof (utx->ut_line));
+ if(id)
-+ strncpy (utx->ut_id, id, sizeof (utx->ut_id));
++ strncpy (utx->ut_line, line, sizeof (utx->ut_line));
+ fill_id (utx->ut_id, line, sizeof (utx->ut_id));
utx->ut_pid = pid;
utx->ut_type = login ? USER_PROCESS : DEAD_PROCESS;
- utx->ut_tv.tv_sec = time (NULL);
-@@ -284,11 +285,19 @@
- #endif
-
- #ifdef HAVE_STRUCT_UTMP
-+# ifdef HAVE_UTMP_PID
- fill_utmp (ut, true, cmd_pid, ut_id, pty, user, hostname);
-+# else
-+ fill_utmp (ut, true, cmd_pid, 0, pty, user, hostname);
-+# endif
- #endif
-
- #ifdef HAVE_STRUCT_UTMPX
-+# ifdef HAVE_UTMP_PID
- fill_utmpx (utx, true, cmd_pid, ut_id, pty, user, hostname);
-+# else
-+ fill_utmpx (utx, true, cmd_pid, 0, pty, user, hostname);
-+# endif
- #endif
-
- #ifdef HAVE_STRUCT_UTMP
-@@ -363,11 +372,19 @@
- #endif
-
- #ifdef HAVE_STRUCT_UTMP
-+# ifdef HAVE_UTMP_PID
- fill_utmp (ut, false, cmd_pid, ut_id, pty, 0, 0);
-+# else
-+ fill_utmp (ut, false, cmd_pid, 0, pty, 0, 0);
-+# endif
- #endif
-
- #ifdef HAVE_STRUCT_UTMPX
-+# ifdef HAVE_UTMP_PID
- fill_utmpx (utx, false, cmd_pid, ut_id, pty, 0, 0);
-+# else
-+ fill_utmpx (utx, false, cmd_pid, 0, pty, 0, 0);
-+# endif
- #endif
-
- /*
diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist
index 25dbc7bd4b98..91b6e8efefae 100644
--- a/x11/rxvt-unicode/pkg-plist
+++ b/x11/rxvt-unicode/pkg-plist
@@ -2,11 +2,13 @@ bin/urxvt
bin/urxvtc
bin/urxvtcd
bin/urxvtd
+%%PERL%%lib/urxvt/perl/bell-command
%%PERL%%lib/urxvt/perl/block-graphics-to-ascii
%%PERL%%lib/urxvt/perl/clipboard-osc
%%PERL%%lib/urxvt/perl/confirm-paste
%%PERL%%lib/urxvt/perl/digital-clock
%%PERL%%lib/urxvt/perl/example-refresh-hooks
+%%PERL%%lib/urxvt/perl/keysym-list
%%PERL%%lib/urxvt/perl/kuake
%%PERL%%lib/urxvt/perl/macosx-clipboard
%%PERL%%lib/urxvt/perl/macosx-clipboard-native