svn commit: r410768 - head/x11/xterm

Christian Weisgerber naddy at FreeBSD.org
Thu Mar 10 18:26:22 UTC 2016


Author: naddy
Date: Thu Mar 10 18:26:20 2016
New Revision: 410768
URL: https://svnweb.freebsd.org/changeset/ports/410768

Log:
  Do not include _POSIX_SOURCE in CPPFLAGS.  It removes much termios(4)
  functionality, resulting in broken tty settings.
  
  Approved by:	ehaupt

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Thu Mar 10 16:48:22 2016	(r410767)
+++ head/x11/xterm/Makefile	Thu Mar 10 18:26:20 2016	(r410768)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xterm
 PORTVERSION=	323
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	ftp://invisible-island.net/xterm/:src1 \
 		LOCAL/ehaupt:src1 LOCAL/ehaupt:src2
@@ -21,6 +22,7 @@ USE_XORG=	xft
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--with-utempter --enable-narrowproto
+CONFIGURE_ENV+=	cf_cv_posix_source=no
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list