aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-05 05:33:22 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-05 05:33:22 +0800
commit9f233dfcafaa991d9f1a4d35a971dbf3326a12f9 (patch)
tree10a6aca0d2ce7755c7eb41fa489ff5777ccea82b /x11/rxvt
parent8de856f60f57e84d3685793589c63930acc69757 (diff)
downloadfreebsd-ports-gnome-9f233dfcafaa991d9f1a4d35a971dbf3326a12f9.tar.gz
freebsd-ports-gnome-9f233dfcafaa991d9f1a4d35a971dbf3326a12f9.tar.zst
freebsd-ports-gnome-9f233dfcafaa991d9f1a4d35a971dbf3326a12f9.zip
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index 33d34180ceeb..a3d04b8e4da3 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -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>