Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 14:47:28 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323457 - head/net/tac_plus4
Message-ID:  <201307221447.r6MElSEN000892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Mon Jul 22 14:47:28 2013
New Revision: 323457
URL: http://svnweb.freebsd.org/changeset/ports/323457

Log:
  Mark MAKE_JOBS_UNSAFE on amd64.
  
  Reported by:	ohauer

Modified:
  head/net/tac_plus4/Makefile

Modified: head/net/tac_plus4/Makefile
==============================================================================
--- head/net/tac_plus4/Makefile	Mon Jul 22 14:38:30 2013	(r323456)
+++ head/net/tac_plus4/Makefile	Mon Jul 22 14:47:28 2013	(r323457)
@@ -23,6 +23,12 @@ MAN8=		tac_plus.8 tac_pwd.8
 
 CONFLICTS=	ru-tac+ia-[0-9]* tac_plus-libradius-[0-9]*
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+MAKE_JOBS_UNSAFE=	yes
+.endif
+
 # check expiration dates against 'expire' field of master.passwd file
 .if defined(TAC_EXPIRE_MASTER_PASSWD)
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-bb
@@ -54,4 +60,4 @@ post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/tac_convert ${PREFIX}/share/doc/tac_plus
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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