update to rxvt-unicode-9.31

This commit is contained in:
sthen 2023-01-06 11:57:09 +00:00
parent 8cd18aacd2
commit 7a0fc9797c
3 changed files with 33 additions and 32 deletions

View File

@ -1,62 +1,61 @@
COMMENT = clone of rxvt with Unicode and Xft support
COMMENT= clone of rxvt with Unicode and Xft support
DISTNAME = rxvt-unicode-9.30
CATEGORIES = x11
DISTNAME= rxvt-unicode-9.31
EXTRACT_SUFX= .tar.bz2
FIX_EXTRACT_PERMISSIONS = Yes
CATEGORIES= x11
REVISION = 0
FIX_EXTRACT_PERMISSIONS= Yes
EXTRACT_SUFX = .tar.bz2
MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/ \
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
http://dist.schmorp.de/rxvt-unicode/Attic/
HOMEPAGE = http://software.schmorp.de/pkg/rxvt-unicode.html
HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
FLAVORS = everything small
FLAVOR ?=
FLAVORS= everything small
FLAVOR?=
# GPLv3+
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} X11 Xmu Xt c m ptytty
COMPILER = base-clang ports-gcc base-gcc
DEBUG_PACKAGES = ${BUILD_PACKAGES}
COMPILER= base-clang ports-gcc
DEBUG_PACKAGES= ${BUILD_PACKAGES}
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.71
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.71
LIB_DEPENDS = sysutils/libptytty
LIB_DEPENDS= sysutils/libptytty
# update DESCR if changing build options
.if ${FLAVOR} == small
CONFIGURE_ARGS += --disable-everything \
.if ${FLAVOR}== small
CONFIGURE_ARGS+= --disable-everything \
--enable-frills
.elif ${FLAVOR} == everything
CONFIGURE_ARGS += --enable-everything
.elif ${FLAVOR}== everything
CONFIGURE_ARGS+= --enable-everything
.elif empty(FLAVOR)
CONFIGURE_ARGS += --enable-256-color
CONFIGURE_ARGS+= --enable-256-color
.else
ERRORS += "Fatal: invalid FLAVOR combination"
ERRORS+= "Fatal: invalid FLAVOR combination"
.endif
.if !${FLAVOR:Msmall}
LIB_DEPENDS += devel/gettext,-runtime \
LIB_DEPENDS+= devel/gettext,-runtime \
devel/startup-notification \
graphics/gdk-pixbuf2
WANTLIB += Xft Xrender fontconfig freetype gdk_pixbuf-2.0 glib-2.0
WANTLIB += gobject-2.0 intl perl startup-notification-1 z
WANTLIB += Xext Xft Xrender fontconfig freetype gdk_pixbuf-2.0 glib-2.0
WANTLIB += gobject-2.0 intl perl startup-notification-1
.endif
FAKE_FLAGS = INSTALL_DATA="${INSTALL_DATA}" \
FAKE_FLAGS= INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
MAKE_ENV += TERMINFO=${WRKINST}${PREFIX}/share/terminfo
MAKE_ENV+= TERMINFO=${WRKINST}${PREFIX}/share/terminfo
CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include" \
pt_cv_tty_group=yes
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
pt_cv_tty_group=yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rxvt-unicode-9.30.tar.bz2) = /hyT0S84WHZFepifw64FwJFdJpLvxZKJ0PcPq+W0TS0=
SIZE (rxvt-unicode-9.30.tar.bz2) = 877186
SHA256 (rxvt-unicode-9.31.tar.bz2) = qqE/y8FJ/g8/OR+TMnlYD3Spb9MS1u0GuP8DwtRmcug=
SIZE (rxvt-unicode-9.31.tar.bz2) = 880148

View File

@ -3,6 +3,7 @@ lib/urxvt/perl/
lib/urxvt/perl/background
lib/urxvt/perl/bell-command
lib/urxvt/perl/block-graphics-to-ascii
lib/urxvt/perl/clickthrough
lib/urxvt/perl/clipboard-osc
lib/urxvt/perl/confirm-paste
lib/urxvt/perl/digital-clock
@ -28,6 +29,7 @@ lib/urxvt/urxvt.pm
@man man/man1/urxvt-background.1
@man man/man1/urxvt-bell-command.1
@man man/man1/urxvt-block-graphics-to-ascii.1
@man man/man1/urxvt-clickthrough.1
@man man/man1/urxvt-clipboard-osc.1
@man man/man1/urxvt-confirm-paste.1
@man man/man1/urxvt-digital-clock.1