Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 21:33:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396139 - head/x11/rxvt
Message-ID:  <201509042133.t84LXNbp068227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509042133.t84LXNbp068227>