1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Drop 8.x support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-04 21:33:22 +00:00
parent d69a343aec
commit 58f8660487
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396139

View File

@ -30,7 +30,8 @@ XTERM_DESC= Build with Xterm scrollbar
CONFIGURE_ARGS= --enable-ttygid \
--with-xpm --enable-xpm-background \
--with-xpm-includes=${LOCALBASE}/include/X11 \
--with-xpm-library=${LOCALBASE}/lib
--with-xpm-library=${LOCALBASE}/lib \
--disable-utmp --disable-wtmp # fails to build with new utmpx
PLIST_FILES= bin/rxvt man/man1/${PORTNAME}.1.gz
BIG5_CONFIGURE_ON= --enable-big5
@ -48,19 +49,10 @@ XGETDEFAULT_CONFIGURE_ON= --enable-xgetdefault
XIM_CONFIGURE_ON= --enable-xim
XTERM_CONFIGURE_ON= --enable-xterm-scroll
.include <bsd.port.pre.mk>
# fails to build with new utmpx
.if ${OSVERSION} > 900007
CONFIGURE_ARGS+= --disable-utmp --disable-wtmp
.else
CONFIGURE_ARGS+= --enable-utmp --enable-wtmp
.endif
post-patch:
@${REINPLACE_CMD} -e 's|getpt()|posix_openpt(0)|' ${WRKSRC}/configure
post-install:
@${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/rxvt
.include <bsd.port.post.mk>
.include <bsd.port.mk>