svn commit: r357739 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sat Jun 14 04:07:56 UTC 2014


Author: cy
Date: Sat Jun 14 04:07:56 2014
New Revision: 357739
URL: http://svnweb.freebsd.org/changeset/ports/357739
QAT: https://qat.redports.org/buildarchive/r357739/

Log:
  Make screen 4.0 compatible, prefer fifo over sockets.
  
  PR:		191017
  Submitted by:	bdrewery

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sat Jun 14 03:59:11 2014	(r357738)
+++ head/sysutils/screen/Makefile	Sat Jun 14 04:07:56 2014	(r357739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \
@@ -70,6 +70,10 @@ post-patch:
 	@${RM} ${WRKSRC}/doc/screen.info*
 	@${REINPLACE_CMD} -e 's|/dev/ptmx|/nonexistent|' ${WRKSRC}/configure
 
+# Bug 191017
+post-configure:
+	@${ECHO_CMD} '#define NAMEDPIPE 1' >> ${WRKSRC}/config.h
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \


More information about the svn-ports-head mailing list