svn commit: r396139 - head/x11/rxvt

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 4 21:33:23 UTC 2015


Author: amdmi3
Date: Fri Sep  4 21:33:22 2015
New Revision: 396139
URL: https://svnweb.freebsd.org/changeset/ports/396139

Log:
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/x11/rxvt/Makefile

Modified: head/x11/rxvt/Makefile
==============================================================================
--- head/x11/rxvt/Makefile	Fri Sep  4 21:33:19 2015	(r396138)
+++ head/x11/rxvt/Makefile	Fri Sep  4 21:33:22 2015	(r396139)
@@ -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-xgetd
 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>


More information about the svn-ports-all mailing list