diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 95507c4a7102..aa5d7f037fb1 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,169 +1,170 @@ # Created by: gpalmer@FreeBSD.org PORTNAME= rxvt-unicode -PORTVERSION= 9.26 +PORTVERSION= 9.29 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic MAINTAINER= thierry@FreeBSD.org COMMENT= Clone of the terminal emulator rxvt modified to support Unicode LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig -LIB_DEPENDS= libfreetype.so:print/freetype2 +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libptytty.so:sysutils/libptytty RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig USES= cpe perl5 pkgconfig shebangfix tar:bzip2 xorg USE_XORG= x11 xft xmu xpm xrender xt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -lutil CONFIGURE_ARGS= --enable-everything --with-term=rxvt CPE_VENDOR= marc_lehmann OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ NOTIFY 256_COLOR DOCS SHEBANG_FILES= ${WRKSRC}/src/perl/* perl_OLD_CMD= perl perl_CMD= ${SETENV} perl PERL_DESC= Embedded Perl interpreter XIM_DESC= Support for XIM (X Input Method) protocol UNICODE3_DESC= Support Unicode codepoints above 65535 ISO14755_DESC= Support for extended ISO 14755 modes COMBINING_DESC= Automatic composition of combining chars RXVT_SCROLLBAR_DESC= Support for the original rxvt scrollbar NEXT_SCROLLBAR_DESC= Support for a NeXT-like scrollbar XTERM_SCROLLBAR_DESC= Support for an Xterm-like scrollbar BACKSPACE_KEY_DESC= Handling of the backspace key by rxvt DELETE_KEY_DESC= Handling of the delete key by rxvt MOUSEWHEEL_DESC= Support for scrolling via mouse wheel SMART_RESIZE_DESC= Smart growth/shrink behaviour IMLOCALE_FIX_DESC= imlocale encoding conversion fix GDK_PIXBUF_DESC= Use gdk-pixbuf for background images NOTIFY_DESC= Freedesktop startup notification support 256_COLOR_DESC= Support for 256 colors OPTIONS_DEFAULT= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ 256_COLOR OPTIONS_EXCLUDE_armv6= IMLOCALE_FIX OPTIONS_EXCLUDE_armv7= IMLOCALE_FIX OPTIONS_SUB= yes PORTDOCS1= Changes README.FAQ README.configure PORTDOCS= README.xvt ${PORTDOCS1} IMLOCALE_FIX_PATCH_DEPENDS= p5-Encode-HanExtra>=0:chinese/p5-Encode-HanExtra \ p5-Encode-JIS2K>=0:converters/p5-Encode-JIS2K # disable the embedded perl interpreter PERL_CONFIGURE_ENABLE= perl PERL_USE_OFF= PERL5=build # disable XIM (X Input Method) protocol support XIM_CONFIGURE_ENABLE= xim # disable support for Unicode codepoints above 65535 UNICODE3_CONFIGURE_ENABLE= unicode3 # disable support for extended ISO 14755 modes ISO14755_CONFIGURE_ENABLE= iso14755 # disable automatic composition of combining characters # into composite characters COMBINING_CONFIGURE_ENABLE= combining # disable support for the original rxvt scrollbar RXVT_SCROLLBAR_CONFIGURE_ENABLE= rxvt-scroll # disable support for a NeXT-like scrollbar NEXT_SCROLLBAR_CONFIGURE_ENABLE= next-scroll # disable support for an Xterm-like scrollbar XTERM_SCROLLBAR_CONFIGURE_ENABLE= xterm-scroll # disable any handling of the backspace key by rxvt # let the X server do it BACKSPACE_KEY_CONFIGURE_ENABLE= backspace-key # disable any handling of the delete key by rxvt DELETE_KEY_CONFIGURE_ENABLE= delete-key # enable scrolling via mouse wheel or buttons 4 & 5 MOUSEWHEEL_CONFIGURE_ENABLE= mousewheel # enable smart resize SMART_RESIZE_CONFIGURE_ENABLE= smart-resize # enable integration with gdk-pixbuf for background images GDK_PIXBUF_USES= gnome GDK_PIXBUF_USE= GNOME=gdkpixbuf2 GDK_PIXBUF_CONFIGURE_ENABLE= pixbuf # enable startup notification NOTIFY_CONFIGURE_ENABLE= startup-notification NOTIFY_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification NOTIFY_USE= XORG=xcb # enable support for 256 colors 256_COLOR_CONFIGURE_ON= --enable-256-color .include # compile in support for additional codeset groups .if ${PORT_OPTIONS:MENCODING} AVAIL_ENC= jp jp_ext kr zh zh_ext all . for ENC in ${AVAIL_ENC} . if (${WITH_ENCODING} == ${ENC}) _ENC= ${ENC} . endif . endfor . if !defined(_ENC) . error Invalid encoding for WITH_ENCODING . endif .else . if defined(PACKAGE_BUILDING) WITH_ENCODING= all . endif .endif .if ${PORT_OPTIONS:MENCODING} CONFIGURE_ARGS+= --with-codesets=${WITH_ENCODING} .endif # WITH_ENCODING pre-everything:: .ifndef(WITH_ENCODING) @${ECHO_MSG} "==> You can compile in support for additional codeset groups by setting the WITH_ENCODING variable" @${ECHO_MSG} '==> Options are: "jp" common japanese encodings;' @${ECHO_MSG} ' "jp_ext" rarely used but big japanese encodings;' @${ECHO_MSG} ' "kr" korean encodings;' @${ECHO_MSG} ' "zh" common chinese encodings;' @${ECHO_MSG} ' "zh_ext" rarely used but very big chinese encodigs;' @${ECHO_MSG} ' "all" all of the above;' @${ECHO_MSG} '==> For example, "WITH_ENCODING=kr" for korean encodings.' @${ECHO_MSG} .endif post-patch-IMLOCALE_FIX-on: ${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-imlocale cd ${WRKSRC}/src && ./gentables pre-configure: ${REINPLACE_CMD} -e "/rxvt-unicode.terminfo/d" ${WRKSRC}/doc/Makefile.in ${RM} ${WRKSRC}/src/perl/kuake.orig post-build-DOCS-on: ${CP} ${PORTDOCS1:S|^|${WRKSRC}/|} ${WRKSRC}/doc post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .include diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 00d9633500c0..edb97b8cd691 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621013704 -SHA256 (rxvt-unicode-9.26.tar.bz2) = 643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b -SIZE (rxvt-unicode-9.26.tar.bz2) = 904950 +TIMESTAMP = 1637695814 +SHA256 (rxvt-unicode-9.29.tar.bz2) = c18bc9de0c319db1f85748ecc2f255ff9eb2be0fbe9e15fe0eabefc063c4157c +SIZE (rxvt-unicode-9.29.tar.bz2) = 876330 diff --git a/x11/rxvt-unicode/files/patch-doc-Makefile.in b/x11/rxvt-unicode/files/patch-doc-Makefile.in deleted file mode 100644 index 14ae5c33e365..000000000000 --- a/x11/rxvt-unicode/files/patch-doc-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- doc/Makefile.in.orig 2014-12-31 14:09:25 UTC -+++ doc/Makefile.in -@@ -96,9 +96,9 @@ install: all - $(INSTALL) -d $(DESTDIR)$(man7dir) - $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) - $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) -+ $(INSTALL_DATA) urxvtcd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)cd.$(man1ext) - $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) - $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) -- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo - - distdepend: alldoc - diff --git a/x11/rxvt-unicode/files/patch-libptytty_src_ptytty.C b/x11/rxvt-unicode/files/patch-libptytty_src_ptytty.C deleted file mode 100644 index c174a4818ab1..000000000000 --- a/x11/rxvt-unicode/files/patch-libptytty_src_ptytty.C +++ /dev/null @@ -1,32 +0,0 @@ ---- libptytty/src/ptytty.C.orig 2015-05-11 22:24:03 UTC -+++ libptytty/src/ptytty.C -@@ -56,6 +56,11 @@ - # define O_NOCTTY 0 - #endif - -+/* We need __FreeBSD_version */ -+#if defined(__FreeBSD__) -+#include -+#endif -+ - ///////////////////////////////////////////////////////////////////////////// - - /* ------------------------------------------------------------------------- * -@@ -395,7 +400,17 @@ ptytty_unix::get () - int fd_stdin = dup (STDIN_FILENO); - dup2 (tty, STDIN_FILENO); - -+/* -+ * FreeBSD base@r202219 phased out utmp and moved to utmpx. -+ * ttyslot() was eliminated slightly after this, in r202274, -+ * but __FreeBSD_version wasn't bumped then. Such discrepance -+ * should be harmless since we will lose at most an utmp record. -+ */ -+#if defined(__FreeBSD_version) && __FreeBSD_version >= 900007 -+ utmp_pos = -1; -+#else - utmp_pos = ttyslot (); -+#endif - - dup2 (fd_stdin, STDIN_FILENO); - close (fd_stdin); diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist index d01563057d3d..5c6e82130c23 100644 --- a/x11/rxvt-unicode/pkg-plist +++ b/x11/rxvt-unicode/pkg-plist @@ -1,60 +1,60 @@ bin/urclock @(,,4711) bin/urxvt bin/urxvtc bin/urxvtcd @(,,4711) bin/urxvtd %%PERL%%lib/urxvt/perl/background %%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/eval %%PERL%%lib/urxvt/perl/example-refresh-hooks %%PERL%%lib/urxvt/perl/keysym-list %%PERL%%lib/urxvt/perl/kuake %%PERL%%lib/urxvt/perl/matcher %%PERL%%lib/urxvt/perl/option-popup %%PERL%%lib/urxvt/perl/overlay-osc %%PERL%%lib/urxvt/perl/readline %%PERL%%lib/urxvt/perl/remote-clipboard %%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/selection-to-clipboard %%PERL%%lib/urxvt/perl/tabbed %%PERL%%lib/urxvt/perl/urxvt-popup %%PERL%%lib/urxvt/perl/xim-onthespot %%PERL%%lib/urxvt/urxvt.pm +man/man1/urclock.1.gz %%PERL%%man/man1/urxvt-background.1.gz %%PERL%%man/man1/urxvt-bell-command.1.gz %%PERL%%man/man1/urxvt-block-graphics-to-ascii.1.gz %%PERL%%man/man1/urxvt-clipboard-osc.1.gz %%PERL%%man/man1/urxvt-confirm-paste.1.gz %%PERL%%man/man1/urxvt-digital-clock.1.gz %%PERL%%man/man1/urxvt-eval.1.gz %%PERL%%man/man1/urxvt-example-refresh-hooks.1.gz %%PERL%%man/man1/urxvt-extensions.1.gz %%PERL%%man/man1/urxvt-keysym-list.1.gz %%PERL%%man/man1/urxvt-kuake.1.gz %%PERL%%man/man1/urxvt-matcher.1.gz %%PERL%%man/man1/urxvt-option-popup.1.gz %%PERL%%man/man1/urxvt-overlay-osc.1.gz %%PERL%%man/man1/urxvt-readline.1.gz %%PERL%%man/man1/urxvt-remote-clipboard.1.gz %%PERL%%man/man1/urxvt-searchable-scrollback.1.gz %%PERL%%man/man1/urxvt-selection-autotransform.1.gz %%PERL%%man/man1/urxvt-selection-pastebin.1.gz %%PERL%%man/man1/urxvt-selection-popup.1.gz %%PERL%%man/man1/urxvt-selection-to-clipboard.1.gz %%PERL%%man/man1/urxvt-selection.1.gz %%PERL%%man/man1/urxvt-tabbed.1.gz %%PERL%%man/man1/urxvt-xim-onthespot.1.gz man/man1/urxvt.1.gz man/man1/urxvtc.1.gz -man/man1/urxvtcd.1.gz man/man1/urxvtd.1.gz %%PERL%%man/man3/urxvtperl.3.gz man/man7/urxvt.7.gz