Date: Mon, 15 Mar 2021 16:55:59 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568473 - head/x11/rxvt-unicode Message-ID: <202103151655.12FGtxGh013257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 15 16:55:59 2021 New Revision: 568473 URL: https://svnweb.freebsd.org/changeset/ports/568473 Log: rxvt-unicode: The terminfo definition is not needed anymore: in all freebsd version supported: termcap do have a definition of rxvt-unicode ncurses itself in it database also provides the terminfo definition for rxvt-unicode Reviewed by: thierry Approved by: thierry Differential Revision: https://reviews.freebsd.org/D28993 Modified: head/x11/rxvt-unicode/Makefile head/x11/rxvt-unicode/pkg-plist Modified: head/x11/rxvt-unicode/Makefile ============================================================================== --- head/x11/rxvt-unicode/Makefile Mon Mar 15 16:55:25 2021 (r568472) +++ head/x11/rxvt-unicode/Makefile Mon Mar 15 16:55:59 2021 (r568473) @@ -3,7 +3,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 9.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -17,16 +17,13 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconf LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig -USES= cpe perl5 pkgconfig shebangfix tar:bzip2 terminfo xorg +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_ENV= TIC=${LOCALBASE}/bin/tic CONFIGURE_ARGS= --enable-everything --with-term=rxvt -.if !exists(/usr/bin/tic) -CONFIGURE_ARGS+= --with-terminfo=${LOCALBASE}/share/misc/terminfo.db -.endif CPE_VENDOR= marc_lehmann OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ @@ -160,17 +157,11 @@ post-patch-IMLOCALE_FIX-on: cd ${WRKSRC}/src && ./gentables pre-configure: -.if exists(/usr/bin/tic) ${REINPLACE_CMD} -e "/rxvt-unicode.terminfo/d" ${WRKSRC}/doc/Makefile.in -.endif ${RM} ${WRKSRC}/src/perl/kuake.orig post-build-DOCS-on: ${CP} ${PORTDOCS1:S|^|${WRKSRC}/|} ${WRKSRC}/doc - -post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/etc/rxvt-unicode.terminfo \ - ${STAGEDIR}${PREFIX}/share/misc/ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/x11/rxvt-unicode/pkg-plist ============================================================================== --- head/x11/rxvt-unicode/pkg-plist Mon Mar 15 16:55:25 2021 (r568472) +++ head/x11/rxvt-unicode/pkg-plist Mon Mar 15 16:55:59 2021 (r568473) @@ -57,4 +57,3 @@ man/man1/urxvtcd.1.gz man/man1/urxvtd.1.gz %%PERL%%man/man3/urxvtperl.3.gz man/man7/urxvt.7.gz -share/misc/rxvt-unicode.terminfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103151655.12FGtxGh013257>