summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-01-22 22:23:46 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-01-22 22:23:46 +0000
commit8b72cfe73dd3f1fe95ab2a81848670fab31c6f91 (patch)
treedc699e16aca556414f8a75c0151020d8d19f9545 /x11
parentDon't (try to) remove share/aclocal - it's in the mtree now (diff)
Upgrade to 7.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Notes
Notes: svn path=/head/; revision=154196
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/Makefile2
-rw-r--r--x11/rxvt-unicode/distinfo6
-rw-r--r--x11/rxvt-unicode/files/patch-configure53
-rw-r--r--x11/rxvt-unicode/files/patch-src_fdpass.C12
-rw-r--r--x11/rxvt-unicode/pkg-plist2
5 files changed, 30 insertions, 45 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 1a2575498f69..c803f202d583 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rxvt-unicode
-PORTVERSION= 7.1
+PORTVERSION= 7.2
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 77c0b9ac2d3b..0a72bfed8891 100644
--- a/x11/rxvt-unicode/distinfo
+++ b/x11/rxvt-unicode/distinfo
@@ -1,3 +1,3 @@
-MD5 (rxvt-unicode-7.1.tar.bz2) = 2cb8248d9b0f6d277c5be548b3e33d20
-SHA256 (rxvt-unicode-7.1.tar.bz2) = af102d7689ee49c64da8bb31ed4e5490266620c2b480b74e74be579adfe7b456
-SIZE (rxvt-unicode-7.1.tar.bz2) = 857187
+MD5 (rxvt-unicode-7.2.tar.bz2) = 8d4ee96c3ab49a22d397edd2b3c0aa3c
+SHA256 (rxvt-unicode-7.2.tar.bz2) = 032e643b4f6d0cf0c37f971871fc12bf4829c4194213e8d5ee22c4525712f1ea
+SIZE (rxvt-unicode-7.2.tar.bz2) = 867322
diff --git a/x11/rxvt-unicode/files/patch-configure b/x11/rxvt-unicode/files/patch-configure
index 43155059b018..5ad74dd91a02 100644
--- a/x11/rxvt-unicode/files/patch-configure
+++ b/x11/rxvt-unicode/files/patch-configure
@@ -1,48 +1,19 @@
---- configure.orig Thu Jan 19 13:03:00 2006
-+++ configure Thu Jan 19 22:14:30 2006
-@@ -3060,25 +3060,16 @@
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
+--- configure.orig Sun Jan 22 21:58:53 2006
++++ configure Sun Jan 22 22:29:29 2006
+@@ -3235,7 +3235,7 @@
+ save_CXX="$CXX"
+ save_LIBS="$LIBS"
+ CXX="$CC"
+- LIBS="$LIBS -lsupc++"
++ LIBS="$LIBS -lstdc++ -lsupc++"
+ LINKER="$CC"
-
--if test -z "$orig_CXXFLAGS"; then
-- if test x$GCC = xyes && test "x$GXX" = xyes; then
-- CXXFLAGS="-g -O3"
-- else
-- CXXFLAGS="-O"
-- fi
-- CFLAGS="$CXXFLAGS"
--fi
--
- LINKER="$CXX"
- if test x$GCC = xyes && test x$GXX = xyes; then
-
--echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
--echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for main in -lstdc++ -lsupc++" >&5
-+echo $ECHO_N "checking for main in -lstdc++ -lsupc++... $ECHO_C" >&6
- if test "${ac_cv_lib_supcpp_main+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lsupc++ $LIBS"
-+LIBS="-lstdc++ -lsupc++ $LIBS"
cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -3132,7 +3123,7 @@
- if test $ac_cv_lib_supcpp_main = yes; then
-
- LINKER="$CC"
-- LIBS="$LIBS -lsupc++"
-+ LIBS="$LIBS -lstdc++ -lsupc++"
-
- fi
-
-@@ -11729,6 +11720,7 @@
+@@ -12722,6 +12722,7 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <stddef.h>
#include <sys/types.h>
- #include <sys/socket.h>
-
+ #include <sys/stat.h>
+ #include <unistd.h>
diff --git a/x11/rxvt-unicode/files/patch-src_fdpass.C b/x11/rxvt-unicode/files/patch-src_fdpass.C
new file mode 100644
index 000000000000..48b2ff385457
--- /dev/null
+++ b/x11/rxvt-unicode/files/patch-src_fdpass.C
@@ -0,0 +1,12 @@
+--- src/fdpass.C.orig Sun Jan 22 18:08:42 2006
++++ src/fdpass.C Sun Jan 22 22:40:54 2006
+@@ -28,6 +28,9 @@
+ #include <sys/uio.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#if defined(__FreeBSD__)
++#include <stddef.h>
++#endif
+
+ #include "libptytty.h"
+
diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist
index 96fcfbf95cf4..6109acb07e77 100644
--- a/x11/rxvt-unicode/pkg-plist
+++ b/x11/rxvt-unicode/pkg-plist
@@ -7,11 +7,13 @@ bin/urxvtd
%%PERL%%lib/urxvt/perl/example-refresh-hooks
%%PERL%%lib/urxvt/perl/mark-urls
%%PERL%%lib/urxvt/perl/option-popup
+%%PERL%%lib/urxvt/perl/readline
%%PERL%%lib/urxvt/perl/searchable-scrollback
%%PERL%%lib/urxvt/perl/selection
%%PERL%%lib/urxvt/perl/selection-autotransform
%%PERL%%lib/urxvt/perl/selection-pastebin
%%PERL%%lib/urxvt/perl/selection-popup
+%%PERL%%lib/urxvt/perl/tabbed
%%PERL%%lib/urxvt/perl/urxvt-popup
%%PERL%%lib/urxvt/urxvt.pm
%%PERL%%@dirrm lib/urxvt/perl