svn commit: r400944 - head/sysutils/screen

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 6 16:47:45 UTC 2015


Author: amdmi3
Date: Fri Nov  6 16:47:43 2015
New Revision: 400944
URL: https://svnweb.freebsd.org/changeset/ports/400944

Log:
  - Mark MAKE_JOBS_UNSAFE: tries to use comm.h before it's generated
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Fri Nov  6 16:24:13 2015	(r400943)
+++ head/sysutils/screen/Makefile	Fri Nov  6 16:47:43 2015	(r400944)
@@ -35,6 +35,8 @@ SYSTEM_SCREENRC_DESC=	Install system scr
 
 OPTIONS_SUB=
 
+MAKE_JOBS_UNSAFE=	yes
+
 USES=		gmake cpe
 
 CPE_VENDOR=	gnu
@@ -81,12 +83,10 @@ post-patch:
 # 		Choose sockets if you don't know what the difference is.
 # 		Choose named pipes if your environment is heterogeneous,
 #		using both screen 4.0.3 and 4.2.1.
-.if ${PORT_OPTIONS:MNAMED_PIPES}
 # Bug 191017
-post-configure:
+post-configure-NAMED_PIPES-on:
 	@${ECHO_CMD} '#define NAMEDPIPE 1' >> ${WRKSRC}/config.h
 	@${ECHO_CMD} User selected named pipes override set.
-.endif
 
 ETCDIR?=	${PREFIX}/etc
 


More information about the svn-ports-all mailing list